summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/Settings.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-04-13 00:16:52 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-04-13 00:16:52 +0200
commitc149a3cd88c5f32448e836e5b53d433554474684 (patch)
tree0594a405289be2c4a14bae6d128406bca5455c2f /components/package/contents/ui/Settings.qml
parent53d3bc5fae42612984f7e1c606dd6fc7ef1ccd2c (diff)
downloadkube-c149a3cd88c5f32448e836e5b53d433554474684.tar.gz
kube-c149a3cd88c5f32448e836e5b53d433554474684.zip
port PlasmaCore.IconItem to Kirigami.Icon
Diffstat (limited to 'components/package/contents/ui/Settings.qml')
-rw-r--r--components/package/contents/ui/Settings.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml
index fa646372..2ee6c859 100644
--- a/components/package/contents/ui/Settings.qml
+++ b/components/package/contents/ui/Settings.qml
@@ -19,7 +19,7 @@ import QtQuick 2.4
19import QtQuick.Controls 1.4 19import QtQuick.Controls 1.4
20import QtQuick.Layouts 1.1 20import QtQuick.Layouts 1.1
21 21
22import org.kde.plasma.core 2.0 as PlasmaCore 22import org.kde.kirigami 1.0 as Kirigami
23import org.kde.plasma.components 2.0 as PlasmaComponents 23import org.kde.plasma.components 2.0 as PlasmaComponents
24 24
25import org.kube.framework.settings 1.0 as KubeSettings 25import org.kube.framework.settings 1.0 as KubeSettings
@@ -114,7 +114,7 @@ Rectangle {
114 RowLayout { 114 RowLayout {
115 anchors.fill: parent 115 anchors.fill: parent
116 116
117 PlasmaCore.IconItem { 117 Kirigami.Icon {
118 source: accountFactory.icon 118 source: accountFactory.icon
119 } 119 }
120 120