summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizard.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizard.qml4
1 files changed, 2 insertions, 2 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 @@
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Layouts 1.1 20import QtQuick.Layouts 1.1
21import QtQuick.Controls 2.0 as Controls2 21import QtQuick.Controls 2.0 as Controls2
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
25Kube.Popup { 24Kube.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