summaryrefslogtreecommitdiff
path: root/src/urlbar/completionwidget.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-05-22 11:40:24 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-05-22 11:40:24 +0200
commite7ae1cc2dfc43cf4e6cc902434b769d120958b93 (patch)
tree6321f567af36c6591f8ebe61fdaf5a6c4b13bd4a /src/urlbar/completionwidget.h
parentselect the correct engine in the engine bar when a webshortcut is typed (diff)
downloadrekonq-e7ae1cc2dfc43cf4e6cc902434b769d120958b93.tar.xz
keep the selected engine when the user types
reset to default engine when the completionwidget is shown
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r--src/urlbar/completionwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h
index 2d33b59f..90cd2b23 100644
--- a/src/urlbar/completionwidget.h
+++ b/src/urlbar/completionwidget.h
@@ -56,7 +56,7 @@ public:
return _searchEngine;
};
- void setCurrentEngine(KService::Ptr engine)
+ void setSearchEngine(KService::Ptr engine)
{
_searchEngine = engine;
};