summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-08 02:58:26 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-08 02:58:26 +0200
commitbbffd92ffa7a94ef86aaf71c08b8f21fbe06ca56 (patch)
treee61ebd01a1fd7e81fb671779a3fc0edbf00a00a9 /src/webview.h
parentrekonq 0.2.64 with rekonq 0.3 homepage! (diff)
downloadrekonq-bbffd92ffa7a94ef86aaf71c08b8f21fbe06ca56.tar.xz
HACK: Ctrl + C shortcut
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index 0b4614a1..3388348d 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -57,7 +57,8 @@ protected:
void mousePressEvent(QMouseEvent *event);
void mouseMoveEvent(QMouseEvent *event);
void wheelEvent(QWheelEvent *event);
-
+ void keyPressEvent(QKeyEvent *event);
+
private slots:
void setStatusBarText(const QString &string);
void slotSearch();