diff options
| author | Peter Penz <[email protected]> | 2008-04-12 16:12:57 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-12 16:12:57 +0000 |
| commit | 030a5d5433e0ae613f4de32d9d1277ac2405b8f4 (patch) | |
| tree | 104b4d0aabbe2f86bb90870dbc9560272c176e13 /src/dolphinmainwindow.h | |
| parent | 3b06c2120dad8efc79471a82b81c08f2d5834062 (diff) | |
when clicking with the middle mouse button on a directory, a new tab should be opened
svn path=/trunk/KDE/kdebase/apps/; revision=796116
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 5a50f3dbf..2eb282af5 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -311,9 +311,14 @@ private slots: /** Open a new main window. */ void openNewMainWindow(); - /** Opens a new empty view that is part of a tab. */ + /** Opens a new view with the current URL that is part of a tab. */ void openNewTab(); + /** + * Opens a new tab showing the URL \a url. + */ + void openNewTab(const KUrl& url); + /** Toggles the active view if two views are shown within the main window. */ void toggleActiveView(); @@ -360,11 +365,6 @@ private: */ void updateSplitAction(); - /** - * Opens a new tab showing the URL \a url. - */ - void openNewTab(const KUrl& url); - private: /** * Implements a custom error handling for the undo manager. This |
