From ac22d744ba524bfa2ee574c34d9fd6d4c49cc5bb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 27 Sep 2007 06:20:39 +0000 Subject: * 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 --- src/viewpropertiesdialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/viewpropertiesdialog.h') diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index 09a63336c..0e2eaee91 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -56,6 +56,9 @@ private slots: void slotShowHiddenFilesChanged(); void markAsDirty(); +private: + void loadSettings(); + private: bool m_isDirty; DolphinView* m_dolphinView; -- cgit v1.3