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 /components/accounts/contents/ui/AccountWizardPage.qml | |
parent | 322d0276cb88c1d9fc5f1de82b25e8a11a5724ae (diff) | |
download | kube-30bb56cddfce3ce7aefa9cf00a3d6a81fb7b5acc.tar.gz kube-30bb56cddfce3ce7aefa9cf00a3d6a81fb7b5acc.zip |
remove kirigami dependency
Diffstat (limited to 'components/accounts/contents/ui/AccountWizardPage.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizardPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml index e77f0cd9..12d8efd8 100644 --- a/components/accounts/contents/ui/AccountWizardPage.qml +++ b/components/accounts/contents/ui/AccountWizardPage.qml | |||
@@ -21,7 +21,6 @@ import QtQuick 2.7 | |||
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | import QtQuick.Controls 1.4 as Controls | 22 | import QtQuick.Controls 1.4 as Controls |
23 | import QtQuick.Controls 2.0 as Controls2 | 23 | import QtQuick.Controls 2.0 as Controls2 |
24 | import org.kde.kirigami 1.0 as Kirigami | ||
25 | import org.kube.framework 1.0 as Kube | 24 | import org.kube.framework 1.0 as Kube |
26 | 25 | ||
27 | 26 | ||
@@ -53,7 +52,8 @@ Item { | |||
53 | bottom: parent.bottom | 52 | bottom: parent.bottom |
54 | } | 53 | } |
55 | 54 | ||
56 | Kirigami.Heading { | 55 | //TODO Kube.Heading |
56 | Kube.Label { | ||
57 | id: heading | 57 | id: heading |
58 | text: loader.item.heading | 58 | text: loader.item.heading |
59 | color: Kube.Colors.highlightColor | 59 | color: Kube.Colors.highlightColor |