summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-07-27 17:23:44 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-07-27 17:23:44 +0200
commitfb3662682c75b9490c91ffa0f585807c941e0c60 (patch)
tree1a2fcf8e221a64c645ea5c4cfd00e9f2afc6f29c /src/webview.h
parentUpdated TODO (diff)
downloadrekonq-fb3662682c75b9490c91ffa0f585807c941e0c60.tar.xz
copy paste from khtml_ext.cpp:
favorite search providers (webshortcuts) in context menu instead of google and wikipedia
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index ffdc874c..08d597db 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -64,7 +64,7 @@ private slots:
void setProgress(int progress);
void loadFinished();
void setStatusBarText(const QString &string);
- void slotGooWikiSearch();
+ void slotSearch();
private:
WebPage *m_page;