Replace old deleted nepomuk icon with baloo icon

This commit is contained in:
Nate Graham 2019-10-29 08:11:52 -06:00
parent 96ebcb03df
commit 686a03550f

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