summaryrefslogtreecommitdiff
path: root/src/tabwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-11 14:34:42 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-11 14:34:42 +0100
commit72cf5c1727345cca277b36702a59c58b9be5ef58 (patch)
treeef49ebc865482c6ef7ecf507d8d740cd41e96fa4 /src/tabwidget.h
parentctrl + click open new tab AND select (diff)
downloadrekonq-72cf5c1727345cca277b36702a59c58b9be5ef58.tar.xz
( SHIFT + ) CTRL + TAB switching. Finally!!
Diffstat (limited to 'src/tabwidget.h')
-rw-r--r--src/tabwidget.h1
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);