Fix build when baloo is found

This commit is contained in:
Hrvoje Senjan 2014-05-14 18:05:28 +02:00
parent ee92e7a8b9
commit 6edcabf9a0

View file

@ -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 {