From e2bfa2212fbe65896184bd81d3e31749ecaa97e4 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 19 Oct 2022 22:24:04 +0200 Subject: [PATCH] Port away from KQuickControlsAddons.QIconItem --- shell/contents/configuration/WallpaperSelector.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/contents/configuration/WallpaperSelector.qml b/shell/contents/configuration/WallpaperSelector.qml index 1dce93c7..0ba46c55 100644 --- a/shell/contents/configuration/WallpaperSelector.qml +++ b/shell/contents/configuration/WallpaperSelector.qml @@ -73,11 +73,11 @@ Controls.Drawer { z: wallpapersView.currentIndex === index ? 2 : 0 contentItem: Item { - Addons.QIconItem { + PlasmaCore.IconItem { anchors.centerIn: parent width: PlasmaCore.Units.iconSizes.large height: width - icon: "view-preview" + source: "view-preview" visible: !walliePreview.visible }