From 9a5f54d83ddc84aa68348058acfcb385ef621577 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 22 Nov 2006 11:34:19 +0000 Subject: compile++ But crashes while listing folder... svn path=/trunk/playground/utils/dolphin/; revision=606919 --- src/dolphincontextmenu.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/dolphincontextmenu.h') diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 0dd0d2ebb..3738de1a1 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include @@ -84,8 +83,8 @@ private: * All succeeding identifiers have an increased value of 1 * to the predecessor. */ - int insertOpenWithItems(KMenu* popup, - Q3ValueVector& openWithVector); + QList insertOpenWithItems(KMenu* popup, + Q3ValueVector& openWithVector); /** * Inserts the 'Actions...' submenu to \a popup. @@ -94,8 +93,8 @@ private: * @param openWithVector Output parameter which contains all 'Actions...' * services. */ - void insertActionItems(KMenu* popup, - Q3ValueVector& actionsVector); + QList insertActionItems(KMenu* popup, + Q3ValueVector& actionsVector); /** * Returns true, if 'menu' contains already -- cgit v1.3