From f57f351cceb9b664d681aad3680998f5bfe2137c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 1 Apr 2007 17:57:53 +0000 Subject: integrate column view into settings svn path=/trunk/KDE/kdebase/apps/; revision=648926 --- src/viewsettingspage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/viewsettingspage.h') 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 #include +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 -- cgit v1.3