summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-10-05 20:25:44 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-10-05 20:25:44 +0200
commitfd29191d4d6b91358f3188c9aba16183bcda1536 (patch)
tree0199e41e70a8f5c0e2fd906a7d2a43b8b24a90d7 /src/urlbar/listitem.cpp
parentuse QL1C and QL1S (diff)
downloadrekonq-fd29191d4d6b91358f3188c9aba16183bcda1536.tar.xz
fix opensearch suggestions url
Diffstat (limited to 'src/urlbar/listitem.cpp')
-rw-r--r--src/urlbar/listitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp
index d84a5488..c60e69a8 100644
--- a/src/urlbar/listitem.cpp
+++ b/src/urlbar/listitem.cpp
@@ -429,7 +429,7 @@ SuggestionListItem::SuggestionListItem(const UrlSearchItem &item, const QString
QHBoxLayout *hLayout = new QHBoxLayout;
hLayout->setSpacing(4);
- hLayout->addWidget(new IconLabel(SearchEngine::buildQuery(UrlResolver::searchEngine(), ""), this));
+ hLayout->addWidget(new IconLabel(item.url, this));
hLayout->addWidget(new TextLabel(item.title, SearchEngine::extractQuery(text), this));
hLayout->addWidget(new TypeIconLabel(item.type, this));