diff options
Diffstat (limited to 'src/detailsviewsettingspage.h')
| -rw-r--r-- | src/detailsviewsettingspage.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <kvbox.h> +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 <[email protected]> */ 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; |
