summaryrefslogtreecommitdiffstats
path: root/framework/qml/EditAccount.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/EditAccount.qml')
-rw-r--r--framework/qml/EditAccount.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml
index 3f8abc8b..dfda020e 100644
--- a/framework/qml/EditAccount.qml
+++ b/framework/qml/EditAccount.qml
@@ -19,7 +19,6 @@
19 19
20import QtQuick 2.7 20import QtQuick 2.7
21import QtQuick.Layouts 1.1 21import QtQuick.Layouts 1.1
22import org.kde.kirigami 1.0 as Kirigami
23import org.kube.framework 1.0 as Kube 22import org.kube.framework 1.0 as Kube
24 23
25 24
@@ -39,7 +38,8 @@ Item {
39 margins: Kube.Units.largeSpacing * 2 38 margins: Kube.Units.largeSpacing * 2
40 } 39 }
41 40
42 Kirigami.Heading { 41 //TODO Kube.Heading
42 Kube.Label {
43 id: heading 43 id: heading
44 text: loader.item.heading 44 text: loader.item.heading
45 color: Kube.Colors.highlightColor 45 color: Kube.Colors.highlightColor