┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-10-25 10:32:55 +0000
committerPeter Penz <[email protected]>2008-10-25 10:32:55 +0000
commitb1aadb8cce40ac4bc2f33729cd80ef270de72163 (patch)
tree516732a286ff079a1e8f35e183d0d8677478f307 /src/dolphinmainwindow.h
parent0ff69a11b8695a451256c6bd1662242aa3711879 (diff)
If the context menu is opened above a directory, add the actions "Open in New Window" and "Open in New Tab" to the context menu.
Thanks to Mathias Soeken for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=875711
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 4b2236267..c98d2386a 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -310,6 +310,16 @@ private slots:
void activatePrevTab();
+ /**
+ * Opens the selected folder in a new tab.
+ */
+ void openInNewTab();
+
+ /**
+ * Opens the selected folder in a new window.
+ */
+ void openInNewWindow();
+
/** Toggles the active view if two views are shown within the main window. */
void toggleActiveView();