diff options
| author | Nate Graham <[email protected]> | 2019-10-29 08:11:52 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-10-29 08:11:52 -0600 |
| commit | 686a03550f34270d917125b760e740571ba63360 (patch) | |
| tree | 21a3fdcaedff31c4fe0bc84c3413922f71ecbeb3 /src/panels/information | |
| parent | 96ebcb03dfda3208f7705d4ac560c421c10706d7 (diff) | |
Replace old deleted nepomuk icon with baloo icon
Diffstat (limited to 'src/panels/information')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 2 |
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 { |
