From d9c3648d5a4601d8e11e148ca77b3e9d84cf3207 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 25 Feb 2007 20:51:05 +0000 Subject: Implemented one of the most often requested features for Dolphin: allow that the command 'Delete' is shown in the context menu to bypass the trash. Like in Konqueror the default setting is that the 'Delete' command is not shown. TODO: currently this is a custom setting of Dolphin. Konqueror uses the global settings from KDE for this -> should this be changed to use the global setting instead? svn path=/trunk/KDE/kdebase/apps/; revision=637232 --- src/generalsettingspage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/generalsettingspage.h') diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index 0cffc3f69..4a71c5d1f 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -47,13 +47,14 @@ public: private slots: void selectHomeUrl(); void useCurrentLocation(); - void useDefaulLocation(); + void useDefaultLocation(); private: DolphinMainWindow* m_mainWindow; QLineEdit* m_homeUrl; QCheckBox* m_startSplit; QCheckBox* m_startEditable; + QCheckBox* m_showDeleteCommand; }; #endif -- cgit v1.3