From 304e9524b6c1f3e1582a07c34cdf42ea1c3167bb Mon Sep 17 00:00:00 2001 From: Mark Gaiser Date: Fri, 17 Sep 2010 19:47:01 +0000 Subject: When you view the context menu of a file/folder and shift is pressed (and the delete action line is not enabled in the settings) then the "Move to trash (del)" action gets replaced by the "Delete (shift del)" action and replaced back to "Move to trash (del)" when you release shift. BUG: 194275 svn path=/trunk/KDE/kdebase/apps/; revision=1176493 --- src/dolphinmainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d76cf0d5c..cb0be1431 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -31,9 +31,12 @@ #include #include #include +#include #include "views/dolphinview.h" +#include "dolphincontextmenu.h" + #include typedef KIO::FileUndoManager::CommandType CommandType; @@ -540,6 +543,8 @@ private: QPointer m_settingsDialog; KJob* m_lastHandleUrlStatJob; + + KModifierKeyInfo m_keyInfo; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const -- cgit v1.3