diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-07-27 17:23:44 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-07-27 17:23:44 +0200 |
commit | fb3662682c75b9490c91ffa0f585807c941e0c60 (patch) | |
tree | 1a2fcf8e221a64c645ea5c4cfd00e9f2afc6f29c /src/webview.h | |
parent | Updated TODO (diff) | |
download | rekonq-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.h | 2 |
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; |