summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.cpp
diff options
context:
space:
mode:
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 f91840d2..e3af638c 100644
--- a/src/urlbar/listitem.cpp
+++ b/src/urlbar/listitem.cpp
@@ -274,7 +274,7 @@ SearchListItem::SearchListItem(const UrlSearchItem &item, const QString &text, Q
m_iconLabel = new IconLabel("edit-find", this); //TODO: get the default engine icon
m_titleLabel = new TextLabel(searchItemTitle(engine->name(), query), QString(), this);
- m_engineBar = new EngineBar(currentEngine, parent);
+ m_engineBar = new EngineBar(engine, parent);
QHBoxLayout *hLayout = new QHBoxLayout;
hLayout->setSpacing(4);