summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-10-30 18:37:53 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commitf150b053b75a845fdb907475eddb7c5fc6aa2bf8 (patch)
treec1f4b6fe1357db65fd63f07e23f3611d9e39f52d /src/webwindow/webwindow.h
parentFix default zoom shortcut (diff)
downloadrekonq-f150b053b75a845fdb907475eddb7c5fc6aa2bf8.tar.xz
work on the findbar
restored find next/previous shortcuts set to 20 secs the timeout to auto hide findbar restored hide it on ESC key
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r--src/webwindow/webwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index d955e814..ffd65477 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -149,7 +149,10 @@ Q_SIGNALS:
void pageCreated(WebPage *);
void setFullScreen(bool);
-
+
+protected:
+ void keyPressEvent(QKeyEvent *);
+
private:
int _progress;