summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-10-06 16:57:54 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-10-06 16:57:54 +0200
commit0862a4df3a9f33bff215adba34676bd88f5d8b00 (patch)
treeda88bf41e5fcceb28c9f2c94cb32853f767187d9 /src/urlbar/listitem.cpp
parentSVN_SILENT made messages (.desktop file) (diff)
parentfix opensearch suggestions url (diff)
downloadrekonq-0862a4df3a9f33bff215adba34676bd88f5d8b00.tar.xz
Merge branch 'm220'
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));