From b96d7a83dc5f25429b378fb4a4c3cf9399830491 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 2 Jan 2013 11:32:23 +0100 Subject: Restore rekonq 1.x shortcuts ALT + #number to change tabs CTRL + #number to load favorites BUG: 312341 --- src/tabwindow/tabwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tabwindow/tabwindow.h') diff --git a/src/tabwindow/tabwindow.h b/src/tabwindow/tabwindow.h index 018ad0e7..c3df016c 100644 --- a/src/tabwindow/tabwindow.h +++ b/src/tabwindow/tabwindow.h @@ -114,6 +114,8 @@ private Q_SLOTS: void setFullScreen(bool); + void loadFavorite(const int); + private: // the new tab button QToolButton *_addTabButton; -- cgit v1.2.1