From: Hrvoje Senjan Date: Wed, 14 May 2014 16:05:28 +0000 (+0200) Subject: Fix build when baloo is found X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/6edcabf9a098ba9cb5099443a9cd227453a3f72b Fix build when baloo is found --- diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index f9942f98e..df96f7434 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -473,7 +473,7 @@ void DolphinSearchBox::fromBalooSearchUrl(const KUrl& url) // while we adjust the search text and the facet widget. blockSignals(true); - const QVariantHash customOptions = query.customOptions(); + const QVariantMap customOptions = query.customOptions(); if (customOptions.contains("includeFolder")) { setSearchPath(customOptions.value("includeFolder").toString()); } else {