┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-05-03 17:49:49 +0000
committerPeter Penz <[email protected]>2010-05-03 17:49:49 +0000
commit2aa41e71676a7fa9e745a4bd9b1d0fb372ad65e3 (patch)
tree6f87a50a7c8c68a90794f42ee93ef97e4fa1e4c2 /src/dolphinviewactionhandler.h
parenta77b176d320e2d06577bbad141beaba860f62c46 (diff)
Create QActionGroup like done for other sub menus for consistency. Although a few more lines of code are required, this approach is more flexible.bar, but as the group "Panels" can be added instead, this should be no issue.
svn path=/trunk/KDE/kdebase/apps/; revision=1122365
Diffstat (limited to 'src/dolphinviewactionhandler.h')
-rw-r--r--src/dolphinviewactionhandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h
index 4186a479f..0bdb88764 100644
--- a/src/dolphinviewactionhandler.h
+++ b/src/dolphinviewactionhandler.h
@@ -219,11 +219,12 @@ private:
* This is called only once (by the constructor)
*/
void createActions();
+
/**
- * Creates an action menu with all the "show additional information" actions in it.
+ * Creates an action group with all the "show additional information" actions in it.
* Helper method for createActions();
*/
- KActionMenu* createAdditionalInformationActionMenu();
+ QActionGroup* createAdditionalInformationActionGroup();
/**
* Creates an action group with all the "sort by" actions in it.