diff options
Diffstat (limited to 'components/package/contents/ui/FolderListView.qml')
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index f660846d..e4a6d9ab 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -20,7 +20,7 @@ import QtQuick.Controls 1.4 | |||
20 | import QtQuick.Controls.Styles 1.4 | 20 | import QtQuick.Controls.Styles 1.4 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | 22 | ||
23 | import org.kde.plasma.core 2.0 as PlasmaCore | 23 | import org.kde.kirigami 1.0 as Kirigami |
24 | import org.kde.plasma.components 2.0 as PlasmaComponents | 24 | import org.kde.plasma.components 2.0 as PlasmaComponents |
25 | 25 | ||
26 | import org.kube.framework.domain 1.0 as KubeFramework | 26 | import org.kube.framework.domain 1.0 as KubeFramework |
@@ -86,7 +86,7 @@ Item { | |||
86 | 86 | ||
87 | color: "#333" | 87 | color: "#333" |
88 | border.color: Qt.lighter(color, 1.2) | 88 | border.color: Qt.lighter(color, 1.2) |
89 | PlasmaCore.IconItem { | 89 | Kirigami.Icon { |
90 | id: iconItem | 90 | id: iconItem |
91 | anchors.left: parent.left | 91 | anchors.left: parent.left |
92 | anchors.verticalCenter: parent.verticalCenter | 92 | anchors.verticalCenter: parent.verticalCenter |
@@ -155,7 +155,7 @@ Item { | |||
155 | border.width: 1 | 155 | border.width: 1 |
156 | border.color: "lightgrey" | 156 | border.color: "lightgrey" |
157 | color: styleData.selected ? colorPalette.highlight : colorPalette.button | 157 | color: styleData.selected ? colorPalette.highlight : colorPalette.button |
158 | PlasmaCore.IconItem { | 158 | Kirigami.Icon { |
159 | id: iconItem | 159 | id: iconItem |
160 | anchors { | 160 | anchors { |
161 | verticalCenter: parent.verticalCenter | 161 | verticalCenter: parent.verticalCenter |