summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/accounteditor.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/accounteditor.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mail2/accounteditor.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/accounteditor.h b/noncore/unsupported/mail2/accounteditor.h
new file mode 100644
index 0000000..4a2bda3
--- a/dev/null
+++ b/noncore/unsupported/mail2/accounteditor.h
@@ -0,0 +1,24 @@
1#ifndef ACCOUNTEDITOR_H
2#define ACCOUNTEDITOR_H
3
4#include "accounteditorbase.h"
5#include "configfile.h"
6
7class AccountEditor : public AccountEditorBase
8{
9 Q_OBJECT
10
11public:
12 AccountEditor(Account account = Account(), QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags fl = 0);
13
14 Account _account;
15
16protected slots:
17 void accept();
18
19protected:
20 void fillValues();
21
22};
23
24#endif