summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-23 00:31:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-23 00:31:39 +0200
commit6db7ee5a7d007a17511c53d87d02e257165bf591 (patch)
tree31cd85692eddaf7e87ec8d0f6a842f71ad23c2f3 /src/mainwindow.h
parentModified tailor script (diff)
downloadrekonq-6db7ee5a7d007a17511c53d87d02e257165bf591.tar.xz
Fixing findbar focus on find request.
Also hiding it with ESC key when it has no focus. Courtesy patch from Johannes Zellner. Many Thanks!
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f49a0615..0ca13429 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -91,6 +91,7 @@ public slots:
protected:
bool queryClose();
+ void keyPressEvent(QKeyEvent *event);
private slots:
void postLaunch();