┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/generalsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-18 19:39:08 +0000
committerPeter Penz <[email protected]>2007-05-18 19:39:08 +0000
commitc66891ce79344ac60621b1b2fbde6bf098bd7620 (patch)
treea7269112af2f80b347e136517d6e4aab5ab8a27d /src/generalsettingspage.h
parentec4c6d07add47d5295a6f18d681ac879017d0f77 (diff)
Allow to configure whether an asking for confirmation should be done for the 'Move To Trash' and 'Delete' actions. This setting is used by konq_operations.cc and shared with Konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=666103
Diffstat (limited to 'src/generalsettingspage.h')
-rw-r--r--src/generalsettingspage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h
index 7dab3ea74..83d4b0dba 100644
--- a/src/generalsettingspage.h
+++ b/src/generalsettingspage.h
@@ -52,10 +52,14 @@ private slots:
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;
};
#endif