author | zautrix <zautrix> | 2004-09-15 06:15:59 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-09-15 06:15:59 (UTC) |
commit | 35b8948c6c203473866c74f1d13185a848454e04 (patch) (unidiff) | |
tree | b6d8eca9863cbca8e24d474d8c895065faa17458 /kmicromail/settingsdialog.h | |
parent | f1f43030eefa765950cb501aece6cc71fb4e9859 (diff) | |
download | kdepimpi-35b8948c6c203473866c74f1d13185a848454e04.zip kdepimpi-35b8948c6c203473866c74f1d13185a848454e04.tar.gz kdepimpi-35b8948c6c203473866c74f1d13185a848454e04.tar.bz2 |
Mail config added
-rw-r--r-- | kmicromail/settingsdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kmicromail/settingsdialog.h b/kmicromail/settingsdialog.h index 6b4d456..042b69f 100644 --- a/kmicromail/settingsdialog.h +++ b/kmicromail/settingsdialog.h | |||
@@ -1,29 +1,30 @@ | |||
1 | #ifndef SETTINGS_DIALOG_H | 1 | #ifndef SETTINGS_DIALOG_H |
2 | #define SETTINGS_DIALOG_H | 2 | #define SETTINGS_DIALOG_H |
3 | 3 | ||
4 | #include <qwidget.h> | 4 | #include <qwidget.h> |
5 | #include <qfont.h> | ||
5 | 6 | ||
6 | #include "settingsdialogui.h" | 7 | #include "settingsdialogui.h" |
7 | 8 | ||
8 | class SettingsDialog : public SettingsDialogUI { | 9 | class SettingsDialog : public SettingsDialogUI { |
9 | 10 | ||
10 | Q_OBJECT | 11 | Q_OBJECT |
11 | 12 | ||
12 | public: | 13 | public: |
13 | SettingsDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | 14 | SettingsDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); |
14 | ~SettingsDialog(); | 15 | ~SettingsDialog(); |
15 | 16 | ||
16 | private: | 17 | private: |
17 | void readConfig(); | 18 | void readConfig(); |
18 | void writeConfig(); | 19 | void writeConfig(); |
19 | 20 | QFont mAppFont, mComposeFont, mReadFont; | |
20 | 21 | ||
21 | private slots: | 22 | private slots: |
22 | void accept(); | 23 | void accept(); |
23 | 24 | ||
24 | 25 | ||
25 | }; | 26 | }; |
26 | 27 | ||
27 | 28 | ||
28 | 29 | ||
29 | #endif | 30 | #endif |