┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/general/behaviorsettingspage.h
diff options
context:
space:
mode:
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;