┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-02 19:49:04 +0000
committerPeter Penz <[email protected]>2008-04-02 19:49:04 +0000
commit3db73a2d153f9fe3c8cab8ef70e106b833a269b7 (patch)
tree2cb5e7a4264606fcc7f01d6b9750cee8f8cdc49a /src/dolphincontextmenu.h
parent762418b05a7dea8f7d37813c23ae2a0ef68bd101 (diff)
Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu can also be used by Dolphin now :-) In opposite to Konqueror the sub menus are turned off per default.
Minor issue: the Dolphin context menu should take care about the protocol capabilities (copy, move, delete, ...) like in konq_popupmenu (I'll fix this before 4.1). CCMAIL: [email protected] BUG: 155969 svn path=/trunk/KDE/kdebase/apps/; revision=792995
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index f7234f8e0..7eb542b6b 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -24,6 +24,7 @@
#include <kfileitem.h>
#include <kservice.h>
#include <kurl.h>
+#include <konq_copytomenu.h>
#include <QtCore/QObject>
@@ -134,6 +135,7 @@ private:
KFileItemList m_selectedItems;
KUrl::List m_selectedUrls;
int m_context;
+ KonqCopyToMenu m_copyToMenu;
};
#endif