┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-01 17:57:53 +0000
committerPeter Penz <[email protected]>2007-04-01 17:57:53 +0000
commitf57f351cceb9b664d681aad3680998f5bfe2137c (patch)
tree9a0654dc63349e81aacd6e3f143a8ecfc131472b /src/viewsettingspage.h
parent271d620f3d171066dbb50e1de906922796ae029d (diff)
integrate column view into settings
svn path=/trunk/KDE/kdebase/apps/; revision=648926
Diffstat (limited to 'src/viewsettingspage.h')
-rw-r--r--src/viewsettingspage.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/viewsettingspage.h b/src/viewsettingspage.h
index 1b068cd19..012842dc2 100644
--- a/src/viewsettingspage.h
+++ b/src/viewsettingspage.h
@@ -23,6 +23,7 @@
#include <qwidget.h>
#include <settingspagebase.h>
+class ColumnViewSettingsPage;
class DolphinMainWindow;
class GeneralViewSettingsPage;
class IconsViewSettingsPage;
@@ -31,8 +32,8 @@ class DetailsViewSettingsPage;
/**
* @brief Page for the 'View' settings of the Dolphin settings dialog.
*
- * The views settings allow to set the properties for the icons mode and
- * the details mode.
+ * The views settings allow to set the properties for the icons mode,
+ * the details mode and the column mode.
*/
class ViewSettingsPage : public SettingsPageBase
{
@@ -49,6 +50,7 @@ private:
GeneralViewSettingsPage* m_generalPage;
IconsViewSettingsPage* m_iconsPage;
DetailsViewSettingsPage* m_detailsPage;
+ ColumnViewSettingsPage* m_columnPage;
};
#endif