┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-06-02 16:36:29 +0000
committerDavid Faure <[email protected]>2008-06-02 16:36:29 +0000
commitd6e0d332e1640955d7623356ec6337079ce13d04 (patch)
tree641cbfc61ed81fd2e8cd59e9e390e938fa854619 /src/dolphincontextmenu.h
parent927a621f0e04de0cfb3b2326d564a905abcc089f (diff)
Use KonqMenuActions to add the "open with" actions to the popupmenu, to avoid this independent reimplementation,
which brought back bug 121728 ('&' in application name treated as accelerator) svn path=/trunk/KDE/kdebase/apps/; revision=815838
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index b3779c9ab..4d8fe0c43 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -80,26 +80,6 @@ private:
void insertDefaultItemActions(KMenu* popup);
/**
- * Inserts the 'Open With...' submenu to \a popup.
- * @param popup Menu where the 'Open With...' sub menu should
- * be added.
- * @param openWithVector Output parameter which contains all 'Open with...'
- * services.
- * @return Identifier of the first 'Open With...' entry.
- * All succeeding identifiers have an increased value of 1
- * to the predecessor.
- */
- QList<QAction*> insertOpenWithItems(KMenu* popup,
- QVector<KService::Ptr>& openWithVector);
-
- /**
- * Returns true, if 'menu' contains already
- * an entry with the name 'entryName'.
- */
- bool containsEntry(const KMenu* menu,
- const QString& entryName) const;
-
- /**
* Adds the "Show menubar" action to the menu if the
* menubar is hidden.
*/