]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Replace old deleted nepomuk icon with baloo icon
authorNate Graham <nate@kde.org>
Tue, 29 Oct 2019 14:11:52 +0000 (08:11 -0600)
committerNate Graham <nate@kde.org>
Tue, 29 Oct 2019 14:11:52 +0000 (08:11 -0600)
src/panels/information/informationpanelcontent.cpp

index 2a8682a127e9eb5818e86fa0c518bf14b7b529fb..417ca709cf0c2a1dcbb538ce11345b541ee38ef8 100644 (file)
@@ -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 {