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/generalsettingspage.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/generalsettingspage.h') diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index 99ec49600..0cffc3f69 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -21,18 +21,17 @@ #define GENERALSETTINGSPAGE_H #include + +class DolphinMainWindow; class QLineEdit; class QRadioButton; class QCheckBox; -class DolphinMainWindow; /** * @brief Page for the 'General' settings of the Dolphin settings dialog. * * The general settings allow to set the home Url, the default view mode * and the split view mode. - * - * @author Peter Penz */ class GeneralSettingsPage : public SettingsPageBase { @@ -40,7 +39,6 @@ class GeneralSettingsPage : public SettingsPageBase public: GeneralSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent); - virtual ~GeneralSettingsPage(); /** @see SettingsPageBase::applySettings */ @@ -52,7 +50,7 @@ private slots: void useDefaulLocation(); private: - DolphinMainWindow *m_mainWindow; + DolphinMainWindow* m_mainWindow; QLineEdit* m_homeUrl; QCheckBox* m_startSplit; QCheckBox* m_startEditable; -- cgit v1.3