┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-26 09:16:56 +0000
committerPeter Penz <[email protected]>2007-05-26 09:16:56 +0000
commit2f0b7cc810b3b04de5194171cbb126e4e544da90 (patch)
tree897548be77b6245ee4f11bc3bae27e4ea7e84257 /src/viewsettingspage.h
parent1693cc730d920f66483a4a269b257a5990b43049 (diff)
allow to reset all settings to default values
svn path=/trunk/KDE/kdebase/apps/; revision=668398
Diffstat (limited to 'src/viewsettingspage.h')
-rw-r--r--src/viewsettingspage.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/viewsettingspage.h b/src/viewsettingspage.h
index da80f26fe..46671cb0c 100644
--- a/src/viewsettingspage.h
+++ b/src/viewsettingspage.h
@@ -43,9 +43,12 @@ public:
ViewSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent);
virtual ~ViewSettingsPage();
- /** @see SettingsPageBase::applySettings */
+ /** @see SettingsPageBase::applySettings() */
virtual void applySettings();
+ /** @see SettingsPageBase::restoreDefaults() */
+ virtual void restoreDefaults();
+
private:
GeneralViewSettingsPage* m_generalPage;
IconsViewSettingsPage* m_iconsPage;