diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-11 14:34:42 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-11 14:34:42 +0100 |
commit | 72cf5c1727345cca277b36702a59c58b9be5ef58 (patch) | |
tree | ef49ebc865482c6ef7ecf507d8d740cd41e96fa4 /src/tabwidget.h | |
parent | ctrl + click open new tab AND select (diff) | |
download | rekonq-72cf5c1727345cca277b36702a59c58b9be5ef58.tar.xz |
( SHIFT + ) CTRL + TAB switching. Finally!!
Diffstat (limited to 'src/tabwidget.h')
-rw-r--r-- | src/tabwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabwidget.h b/src/tabwidget.h index 27cc4611..72fbc0a7 100644 --- a/src/tabwidget.h +++ b/src/tabwidget.h @@ -176,6 +176,7 @@ protected: void contextMenuEvent(QContextMenuEvent *event); void mouseReleaseEvent(QMouseEvent *event); + public slots: void loadUrlInCurrentTab(const KUrl &url); WebView *newTab(bool makeCurrent = true); |