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 }