diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-23 15:35:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-23 15:35:41 +0200 |
commit | 6debba6ebd47792310168af8a0d2ace4796eff10 (patch) | |
tree | 1386a6638c2847d6487c8f3cff02b239bbdc1bf7 /src/settings/settingsdialog.h | |
parent | Cleaning some kDebug calls (diff) | |
download | rekonq-6debba6ebd47792310168af8a0d2ace4796eff10.tar.xz |
New Settings classes, one for each widget.
It seems clear to me that this way code is more maintainable than merging everything
in the settingsdialog class
Diffstat (limited to 'src/settings/settingsdialog.h')
-rw-r--r-- | src/settings/settingsdialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/settings/settingsdialog.h b/src/settings/settingsdialog.h index cade78e3..c25db74b 100644 --- a/src/settings/settingsdialog.h +++ b/src/settings/settingsdialog.h @@ -52,14 +52,10 @@ public: private: Private* const d; - void setWebSettingsToolTips(); private slots: void readConfig(); void saveSettings(); - - void setHomeToCurrentPage(); - void disableHomeSettings(bool); }; #endif // SETTINGS_DIALOG_H |