diff options
| author | Peter Penz <[email protected]> | 2008-01-21 16:51:31 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-21 16:51:31 +0000 |
| commit | f3c83ec89f7a50381f86faff5a00781cf1613a6a (patch) | |
| tree | 44ab7014d397d98ebb53b1e75247977491895997 /src/generalsettingspage.h | |
| parent | 8ba61eb0c77221f94b42f2f6a532e70da3d27ccb (diff) | |
Split the "General Settings" into "Startup Settings" and "General Settings" for having a cleaner layout. Still some fine tuning and code cleanups have to be done...
svn path=/trunk/KDE/kdebase/apps/; revision=764389
Diffstat (limited to 'src/generalsettingspage.h')
| -rw-r--r-- | src/generalsettingspage.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index 824cfa9b7..df713ad47 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -28,9 +28,6 @@ class QCheckBox; /** * @brief Page for the 'General' settings of the Dolphin settings dialog. - * - * The general settings allow to set the home URL and to configure the - * state of the view mode, split mode and the filter bar when starting Dolphin. */ class GeneralSettingsPage : public SettingsPageBase { @@ -46,22 +43,10 @@ public: /** @see SettingsPageBase::restoreDefaults() */ virtual void restoreDefaults(); -private slots: - void selectHomeUrl(); - void useCurrentLocation(); - void useDefaultLocation(); - private: void loadSettings(); private: - DolphinMainWindow* m_mainWindow; - QLineEdit* m_homeUrl; - - QCheckBox* m_splitView; - QCheckBox* m_editableUrl; - QCheckBox* m_filterBar; - QCheckBox* m_showDeleteCommand; QCheckBox* m_confirmMoveToTrash; QCheckBox* m_confirmDelete; |
