From d6e0d332e1640955d7623356ec6337079ce13d04 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 2 Jun 2008 16:36:29 +0000 Subject: 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 --- src/dolphincontextmenu.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/dolphincontextmenu.h') diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index b3779c9ab..4d8fe0c43 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -79,26 +79,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 insertOpenWithItems(KMenu* popup, - QVector& 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. -- cgit v1.3