diff options
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(); |
