┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/general/behaviorsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-04-08 23:15:32 +0200
committerPeter Penz <[email protected]>2012-04-08 23:18:20 +0200
commite0ac8b61fb907ac19f9bebf01cb5be17d4c88ba8 (patch)
tree3774c1753847d346879590c9339d9459e2e8863c /src/settings/general/behaviorsettingspage.h
parent05082aed16cdf7e511d9c97d0cf07e270af493e5 (diff)
Layout improvements for settings
- Handle 'Context Menu' settings as part of the services - Handle 'Version Control' settings as part of the services - Move the confirmations-settings into own tab - Use combobox for view-property settings - A lot of minor spacing cleanups
Diffstat (limited to 'src/settings/general/behaviorsettingspage.h')
-rw-r--r--src/settings/general/behaviorsettingspage.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/settings/general/behaviorsettingspage.h b/src/settings/general/behaviorsettingspage.h
index 7d48b0c16..f1e49ef68 100644
--- a/src/settings/general/behaviorsettingspage.h
+++ b/src/settings/general/behaviorsettingspage.h
@@ -23,6 +23,7 @@
#include <settings/settingspagebase.h>
#include <KUrl>
+class KComboBox;
class QCheckBox;
class QLabel;
class QRadioButton;
@@ -50,12 +51,7 @@ private:
private:
KUrl m_url;
- QRadioButton* m_localProps;
- QRadioButton* m_globalProps;
-
- QCheckBox* m_confirmMoveToTrash;
- QCheckBox* m_confirmDelete;
- QCheckBox* m_confirmClosingMultipleTabs;
+ KComboBox* m_viewProps;
QCheckBox* m_showToolTips;
QLabel* m_configureToolTips;