diff options
| author | Mathias Soeken <[email protected]> | 2008-10-25 09:00:28 +0000 |
|---|---|---|
| committer | Mathias Soeken <[email protected]> | 2008-10-25 09:00:28 +0000 |
| commit | 75bf8edaeb4a6a7b3bf03a3171661b577af79135 (patch) | |
| tree | 1b4cb632023efc7115617f609acc55e45fb88d3f /src/dolphinmainwindow.h | |
| parent | e7bd514a39f0b07ddfec85f5f7b391e16af7d279 (diff) | |
You can now switch the tabs in dolphin via keyboard shortcuts like in konqueror
svn path=/trunk/KDE/kdebase/apps/; revision=875689
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index a9db9a3e2..eb609938f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -305,6 +305,10 @@ private slots: */ void openNewTab(const KUrl& url); + void activateNextTab(); + + void activatePrevTab(); + /** Toggles the active view if two views are shown within the main window. */ void toggleActiveView(); |
