summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-26 17:40:04 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-26 17:40:04 +0200
commit9d09c7685777981fbe58efbac288b7b09a9d113c (patch)
treeda615dfe7adbdc20d3190c71137557df43d8c2cc /src/webview.cpp
parentFixing picture menu images as Lionel suggested (diff)
downloadrekonq-9d09c7685777981fbe58efbac288b7b09a9d113c.tar.xz
Fixing a bit GooWiki actions and updating TODO
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 9c55750a..f001f664 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -175,13 +175,13 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
a = new KAction(i18n("Google Search"), this);
a->setIcon(Application::icon(KUrl("http://www.google.com")));
a->setData("gg:");
- connect(a, SIGNAL(triggered(bool)), this, SLOT(slotGoogleSearch()));
+ connect(a, SIGNAL(triggered(bool)), this, SLOT(slotGooWikiSearch()));
menu.addAction(a);
a = new KAction(i18n("Wikipedia Search"), this);
a->setIcon(Application::icon(KUrl("http://wikipedia.org")));
a->setData("wk:");
- connect(a, SIGNAL(triggered(bool)), this, SLOT(slotWikipediaSearch()));
+ connect(a, SIGNAL(triggered(bool)), this, SLOT(slotGooWikiSearch()));
menu.addAction(a);
// TODO Add translate, show translation