From 33114df2208f08ac4dda744a2f01e3fd9f29829b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 26 Jul 2009 17:09:47 +0200 Subject: 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 --- src/webview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/webview.h') 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; -- cgit v1.2.1