1 /***************************************************************************
2 componentchooseremail.h
4 copyright : (C) 2002 by Joseph Wenninger
6 ***************************************************************************/
8 /***************************************************************************
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License version 2 as *
12 * published by the Free Software Foundationi *
14 ***************************************************************************/
16 #ifndef COMPONENTCHOOSEREMAIL_H
17 #define COMPONENTCHOOSEREMAIL_H
21 #include "ui_emailclientconfig_ui.h"
22 #include "componentchooser.h"
24 class CfgEmailClient
: public QWidget
, public Ui::EmailClientConfig_UI
, public CfgPlugin
28 CfgEmailClient(QWidget
*parent
);
29 virtual ~CfgEmailClient();
30 virtual void load(KConfig
*cfg
);
31 virtual void save(KConfig
*cfg
);
32 virtual void defaults();
35 KEMailSettings
*pSettings
;
38 void selectEmailClient();