diff options
| author | Peter Penz <[email protected]> | 2007-09-27 06:20:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-27 06:20:39 +0000 |
| commit | ac22d744ba524bfa2ee574c34d9fd6d4c49cc5bb (patch) | |
| tree | ebdedba45ed9b46e9999bbde47e636631adf53f9 /src/viewpropertiesdialog.h | |
| parent | c1527671313752a14d09aa3745b39962117a751a (diff) | |
* moved the loading of the settings into a separate method
* assure that the "show in groups" action gets disabled when no categorization is allowed for the current view
svn path=/trunk/KDE/kdebase/apps/; revision=717550
Diffstat (limited to 'src/viewpropertiesdialog.h')
| -rw-r--r-- | src/viewpropertiesdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index 09a63336c..0e2eaee91 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -57,6 +57,9 @@ private slots: void markAsDirty(); private: + void loadSettings(); + +private: bool m_isDirty; DolphinView* m_dolphinView; ViewProperties* m_viewProps; |
