summaryrefslogtreecommitdiff
path: root/src/opensearch/searchengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opensearch/searchengine.cpp')
-rw-r--r--src/opensearch/searchengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opensearch/searchengine.cpp b/src/opensearch/searchengine.cpp
index f407789b..9f46ad1a 100644
--- a/src/opensearch/searchengine.cpp
+++ b/src/opensearch/searchengine.cpp
@@ -68,7 +68,7 @@ void SearchEngine::reload()
{
QUrl url = service->property("Query").toUrl();
kDebug() << "ENGINE URL: " << url;
- Application::iconManager()->downloadIconFromUrl(url);
+ rApp->iconManager()->downloadIconFromUrl(url);
favorites << service;
}