diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 4 | ||||
-rw-r--r-- | components/accounts/contents/ui/AccountWizardPage.qml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index c5ec4ba3..26001162 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml | |||
@@ -19,7 +19,6 @@ | |||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Controls 2.0 as Controls2 | 21 | import QtQuick.Controls 2.0 as Controls2 |
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 | Kube.Popup { | 24 | Kube.Popup { |
@@ -43,7 +42,8 @@ Kube.Popup { | |||
43 | id: mainView | 42 | id: mainView |
44 | 43 | ||
45 | Item { | 44 | Item { |
46 | Kirigami.Heading { | 45 | //TODO Kube.Heading |
46 | Kube.Label { | ||
47 | id: heading | 47 | id: heading |
48 | text: "Select your new account type" | 48 | text: "Select your new account type" |
49 | color: Kube.Colors.highlightColor | 49 | color: Kube.Colors.highlightColor |
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 |