summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-04 12:36:08 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-04 12:36:08 +0200
commit0879e9b8526783505ffc63a74c588fd1abb015c6 (patch)
treea680780cfddea40c4cf1cc11195d26a107fb1736 /src/webview.h
parentView image action (diff)
downloadrekonq-0879e9b8526783505ffc63a74c588fd1abb015c6.tar.xz
General (shift +) ctrl tab switch management.
This let tab switch work also when webview is not focused :)
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/webview.h b/src/webview.h
index 101d2558..55de3ad2 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -51,19 +51,9 @@ public:
QString lastStatusBarText() const;
int progress();
-signals:
- // switching tabs
- void ctrlTabPressed();
- void shiftCtrlTabPressed();
-
protected:
void contextMenuEvent(QContextMenuEvent *event);
void mousePressEvent(QMouseEvent *event);
- /**
- * Filters (SHIFT + ) CTRL + TAB events and emit (shift)ctrlTabPressed()
- * to make switch tab
- */
- void keyPressEvent(QKeyEvent *event);
void wheelEvent(QWheelEvent *event);
private slots: