From: Nate Graham Date: Tue, 29 Oct 2019 14:11:52 +0000 (-0600) Subject: Replace old deleted nepomuk icon with baloo icon X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/686a03550f34270d917125b760e740571ba63360 Replace old deleted nepomuk icon with baloo icon --- diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 2a8682a12..417ca709c 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -231,7 +231,7 @@ void InformationPanelContent::refreshPreview() // in the case of a search-URL the URL is not readable for humans // (at least not useful to show in the Information Panel) m_preview->setPixmap( - QIcon::fromTheme(QStringLiteral("nepomuk")).pixmap(KIconLoader::SizeEnormous, KIconLoader::SizeEnormous) + QIcon::fromTheme(QStringLiteral("baloo")).pixmap(KIconLoader::SizeEnormous, KIconLoader::SizeEnormous) ); } else {