diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-27 14:49:33 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-27 14:49:33 +0200 |
commit | 30bb56cddfce3ce7aefa9cf00a3d6a81fb7b5acc (patch) | |
tree | 71e165d46d0cc74f6a6a2cc927f6d1aaef486e7d /framework/qml/EditAccount.qml | |
parent | 322d0276cb88c1d9fc5f1de82b25e8a11a5724ae (diff) | |
download | kube-30bb56cddfce3ce7aefa9cf00a3d6a81fb7b5acc.tar.gz kube-30bb56cddfce3ce7aefa9cf00a3d6a81fb7b5acc.zip |
remove kirigami dependency
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 |