diff options
| author | Peter Penz <[email protected]> | 2007-05-26 09:16:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-26 09:16:56 +0000 |
| commit | 2f0b7cc810b3b04de5194171cbb126e4e544da90 (patch) | |
| tree | 897548be77b6245ee4f11bc3bae27e4ea7e84257 /src/iconsviewsettingspage.h | |
| parent | 1693cc730d920f66483a4a269b257a5990b43049 (diff) | |
allow to reset all settings to default values
svn path=/trunk/KDE/kdebase/apps/; revision=668398
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index 817620e28..3080b3b28 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -61,10 +61,16 @@ public: */ void applySettings(); + /** Restores the settings to default values. */ + void restoreDefaults(); + private slots: void openIconSizeDialog(); private: + void loadSettings(); + +private: enum { GridSpacingBase = 8, |
