From a25e22d7b195877666237007665ce20e1358753b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 15 Sep 2009 12:37:14 +0200 Subject: 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... :) --- src/settings.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/settings.h') 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 -#include // 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 -- cgit v1.2.1