diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-07-29 11:50:08 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-07-29 11:50:08 +0200 |
commit | 24363d6be965db3d93896e85d2d7dcbafcd42d4e (patch) | |
tree | 717520e1ab92c4e4d047428267210c7ed22ef487 /src/settings.h | |
parent | Including web shortcuts configuration dialog. (diff) | |
download | rekonq-24363d6be965db3d93896e85d2d7dcbafcd42d4e.tar.xz |
Add WebShorcuts Settings in the configuration panel
Remove Webshorcuts Settings item in menus
Remove trailing spaces
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index d9baa009..1ec76d5f 100644 --- a/src/settings.h +++ b/src/settings.h @@ -28,7 +28,7 @@ // Forward Declarations class QWidget; class Private; - +class KCModuleProxy; class SettingsDialog : public KConfigDialog { @@ -37,10 +37,10 @@ class SettingsDialog : public KConfigDialog public: SettingsDialog(QWidget *parent = 0); ~SettingsDialog(); + virtual bool hasChanged (); private: Private* const d; - void setWebSettingsToolTips(); private slots: |