From fb3662682c75b9490c91ffa0f585807c941e0c60 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Mon, 27 Jul 2009 17:23:44 +0200 Subject: copy paste from khtml_ext.cpp: favorite search providers (webshortcuts) in context menu instead of google and wikipedia --- src/webview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webview.h') 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; -- cgit v1.2.1