diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 12:37:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 12:37:14 +0200 |
commit | a25e22d7b195877666237007665ce20e1358753b (patch) | |
tree | 15739fbb10cb3fb6123c46d06be8ad4a965c9872 /src/settings.h | |
parent | Initial newtab page settings implementation (diff) | |
download | rekonq-a25e22d7b195877666237007665ce20e1358753b.tar.xz |
Fixing state. Rekonq is not usable now, but this seems a good tech preview.
Anyway, performance is definitely a problem with this method, also loading just
the first time.
Looking at the other way... :)
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/settings.h b/src/settings.h index 9278d758..0be89173 100644 --- a/src/settings.h +++ b/src/settings.h @@ -31,7 +31,6 @@ // KDE Includes #include <KConfigDialog> -#include <KProgressDialog> // Forward Declarations class QWidget; @@ -51,15 +50,11 @@ private: Private* const d; void setWebSettingsToolTips(); - KProgressDialog *m_progress; private slots: void readConfig(); void saveSettings(); void setHomeToCurrentPage(); - - void updateSnaps(); - void polish(); }; #endif // SETTINGS_H |