┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-07 09:47:05 +0000
committerPeter Penz <[email protected]>2007-01-07 09:47:05 +0000
commit445f0b64bdd34e39f0565ef870937ebd3d5dfa61 (patch)
treed83ce3f22a65babf4131da3ffef2eba4e9381186 /src/viewsettingspage.h
parent4a0a832ddb2e39142a313d0c1aeccc7c6fe8b97f (diff)
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
Diffstat (limited to 'src/viewsettingspage.h')
-rw-r--r--src/viewsettingspage.h6
1 files changed, 2 insertions, 4 deletions
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 <qwidget.h>
#include <settingspagebase.h>
+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 <[email protected]>
*/
class ViewSettingsPage : public SettingsPageBase
{
Q_OBJECT
public:
- ViewSettingsPage(QWidget* parent);
-
+ ViewSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent);
virtual ~ViewSettingsPage();
/** @see SettingsPageBase::applySettings */