diff options
Diffstat (limited to 'framework/qml/EditAccount.qml')
-rw-r--r-- | framework/qml/EditAccount.qml | 4 |
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 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | import org.kde.kirigami 1.0 as Kirigami | ||
23 | import org.kube.framework 1.0 as Kube | 22 | import 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 |