summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-02-27 18:07:53 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-02-27 18:07:53 +0100
commitb218910128d575346e21dcc2d1ba48554eafc28a (patch)
tree5d88317e0b62095d8dfb972e591071f3406dd868 /src/webwindow/webwindow.h
parentIf KGet is selected as download manager, let it decide destination (diff)
downloadrekonq-b218910128d575346e21dcc2d1ba48554eafc28a.tar.xz
Fix search management
show search on focused tab let search on current page work again :)
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r--src/webwindow/webwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index 032da94f..590022a7 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -115,6 +115,8 @@ private Q_SLOTS:
*/
void notifyMessage(const QString &msg);
+ void findSelectedText();
+
// File Menu slots
void openLocation();
void fileOpen();