summaryrefslogtreecommitdiffstats
path: root/components/accounts/qml/AccountWizardPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/qml/AccountWizardPage.qml')
-rw-r--r--components/accounts/qml/AccountWizardPage.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/accounts/qml/AccountWizardPage.qml b/components/accounts/qml/AccountWizardPage.qml
index 99bad388..66fae82a 100644
--- a/components/accounts/qml/AccountWizardPage.qml
+++ b/components/accounts/qml/AccountWizardPage.qml
@@ -19,7 +19,6 @@
19 19
20import QtQuick 2.7 20import QtQuick 2.7
21import QtQuick.Layouts 1.1 21import QtQuick.Layouts 1.1
22import QtQuick.Controls 1.4 as Controls
23import QtQuick.Controls 2.0 as Controls2 22import QtQuick.Controls 2.0 as Controls2
24import org.kube.framework 1.0 as Kube 23import org.kube.framework 1.0 as Kube
25 24
@@ -48,7 +47,7 @@ FocusScope {
48 accountType: root.accountType 47 accountType: root.accountType
49 } 48 }
50 49
51 Controls.ToolButton { 50 Kube.IconButton {
52 id: backButton 51 id: backButton
53 iconName: Kube.Icons.goBack 52 iconName: Kube.Icons.goBack
54 tooltip: "go back" 53 tooltip: "go back"