summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-26 17:09:47 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-26 17:09:47 +0200
commit33114df2208f08ac4dda744a2f01e3fd9f29829b (patch)
tree854e4e241115774f0295d413cf22689a961b9025 /src/webview.h
parentFixed clear private data (diff)
downloadrekonq-33114df2208f08ac4dda744a2f01e3fd9f29829b.tar.xz
Wikipedia && Google contextual actions
I started implementing them from Lionel's code but changed a bit to use KServices implementation and just a unique slot
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 4efb2733..ea80ef1a 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -64,7 +64,8 @@ private slots:
void setProgress(int progress);
void loadFinished();
void setStatusBarText(const QString &string);
-
+ void slotGooWikiSearch();
+
private:
WebPage *m_page;