author | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
commit | a08aff328d4393031d5ba7d622c2b05705a89d73 (patch) (unidiff) | |
tree | 8ee90d686081c52e7c69b5ce946e9b1a7d690001 /kmicromail/settingsdialog.h | |
parent | 11edc920afe4f274c0964436633aa632c8288a40 (diff) | |
download | kdepimpi-a08aff328d4393031d5ba7d622c2b05705a89d73.zip kdepimpi-a08aff328d4393031d5ba7d622c2b05705a89d73.tar.gz kdepimpi-a08aff328d4393031d5ba7d622c2b05705a89d73.tar.bz2 |
initial public commit of qt4 portp1
-rw-r--r-- | kmicromail/settingsdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmicromail/settingsdialog.h b/kmicromail/settingsdialog.h index 042b69f..b168226 100644 --- a/kmicromail/settingsdialog.h +++ b/kmicromail/settingsdialog.h | |||
@@ -1,30 +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 | #include <qfont.h> |
6 | 6 | ||
7 | #include "settingsdialogui.h" | 7 | #include "settingsdialogui.h" |
8 | 8 | ||
9 | class SettingsDialog : public SettingsDialogUI { | 9 | class SettingsDialog : public SettingsDialogUI { |
10 | 10 | ||
11 | Q_OBJECT | 11 | Q_OBJECT |
12 | 12 | ||
13 | public: | 13 | public: |
14 | 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, Qt::WFlags fl = 0 ); |
15 | ~SettingsDialog(); | 15 | ~SettingsDialog(); |
16 | 16 | ||
17 | private: | 17 | private: |
18 | void readConfig(); | 18 | void readConfig(); |
19 | void writeConfig(); | 19 | void writeConfig(); |
20 | QFont mAppFont, mComposeFont, mReadFont; | 20 | QFont mAppFont, mComposeFont, mReadFont; |
21 | 21 | ||
22 | private slots: | 22 | private slots: |
23 | void accept(); | 23 | void accept(); |
24 | 24 | ||
25 | 25 | ||
26 | }; | 26 | }; |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | #endif | 30 | #endif |