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/detailsviewsettingspage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/detailsviewsettingspage.h') diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h index 89cb7258e..95f611b85 100644 --- a/src/detailsviewsettingspage.h +++ b/src/detailsviewsettingspage.h @@ -23,6 +23,7 @@ #include +class DolphinMainWindow; class QCheckBox; class QFontComboBox; class QSpinBox; @@ -32,15 +33,13 @@ class QRadioButton; /** * @brief Represents the page from the Dolphin Settings which allows * to modify the settings for the details view. - * - * @author Peter Penz */ class DetailsViewSettingsPage : public KVBox { Q_OBJECT public: - DetailsViewSettingsPage(QWidget* parent); + DetailsViewSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent); virtual ~DetailsViewSettingsPage(); /** @@ -51,6 +50,7 @@ public: void applySettings(); private: + DolphinMainWindow* m_mainWindow; QCheckBox* m_dateBox; QCheckBox* m_permissionsBox; QCheckBox* m_ownerBox; -- cgit v1.3