From 445f0b64bdd34e39f0565ef870937ebd3d5dfa61 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 7 Jan 2007 09:47:05 +0000 Subject: Allow that Dolphin can also be used with global view properties. Per default Dolphin remembers the view properties for each directory, but from the feedback I've got there is a not ignorable amount of people who prefer having global view properties instead. svn path=/trunk/playground/utils/dolphin/; revision=620774 --- src/viewsettingspage.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/viewsettingspage.h') diff --git a/src/viewsettingspage.h b/src/viewsettingspage.h index f41238733..f2949bbc3 100644 --- a/src/viewsettingspage.h +++ b/src/viewsettingspage.h @@ -23,6 +23,7 @@ #include #include +class DolphinMainWindow; class GeneralViewSettingsPage; class IconsViewSettingsPage; class DetailsViewSettingsPage; @@ -32,16 +33,13 @@ class DetailsViewSettingsPage; * * The views settings allow to set the properties for the icons mode and * the details mode. - * - * @author Peter Penz */ class ViewSettingsPage : public SettingsPageBase { Q_OBJECT public: - ViewSettingsPage(QWidget* parent); - + ViewSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent); virtual ~ViewSettingsPage(); /** @see SettingsPageBase::applySettings */ -- cgit v1.3