From c66891ce79344ac60621b1b2fbde6bf098bd7620 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 18 May 2007 19:39:08 +0000 Subject: 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 --- src/generalsettingspage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/generalsettingspage.h') 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 -- cgit v1.3