diff options
Diffstat (limited to 'components/accounts/qml/AccountWizardPage.qml')
-rw-r--r-- | components/accounts/qml/AccountWizardPage.qml | 3 |
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 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | import QtQuick.Controls 1.4 as Controls | ||
23 | import QtQuick.Controls 2.0 as Controls2 | 22 | import QtQuick.Controls 2.0 as Controls2 |
24 | import org.kube.framework 1.0 as Kube | 23 | import 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" |