┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2019-10-29 08:11:52 -0600
committerNate Graham <[email protected]>2019-10-29 08:11:52 -0600
commit686a03550f34270d917125b760e740571ba63360 (patch)
tree21a3fdcaedff31c4fe0bc84c3413922f71ecbeb3
parent96ebcb03dfda3208f7705d4ac560c421c10706d7 (diff)
Replace old deleted nepomuk icon with baloo icon
-rw-r--r--src/panels/information/informationpanelcontent.cpp2
1 files changed, 1 insertions, 1 deletions
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 {