diff options
Diffstat (limited to 'components/accounts/AccountWizard.qml')
-rw-r--r-- | components/accounts/AccountWizard.qml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/components/accounts/AccountWizard.qml b/components/accounts/AccountWizard.qml index 16928eb9..d1fa9299 100644 --- a/components/accounts/AccountWizard.qml +++ b/components/accounts/AccountWizard.qml | |||
@@ -18,7 +18,6 @@ | |||
18 | 18 | ||
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 1.4 as Controls | ||
22 | import QtQuick.Controls 2.0 as Controls2 | 21 | import QtQuick.Controls 2.0 as Controls2 |
23 | import org.kde.kirigami 1.0 as Kirigami | 22 | import org.kde.kirigami 1.0 as Kirigami |
24 | 23 | ||
@@ -52,7 +51,7 @@ Controls2.Popup { | |||
52 | 51 | ||
53 | spacing: Kirigami.Units.largeSpacing | 52 | spacing: Kirigami.Units.largeSpacing |
54 | 53 | ||
55 | Controls.Button { | 54 | Controls2.Button { |
56 | 55 | ||
57 | Layout.fillWidth: true | 56 | Layout.fillWidth: true |
58 | 57 | ||
@@ -63,7 +62,7 @@ Controls2.Popup { | |||
63 | } | 62 | } |
64 | } | 63 | } |
65 | 64 | ||
66 | Controls.Button { | 65 | Controls2.Button { |
67 | 66 | ||
68 | Layout.fillWidth: true | 67 | Layout.fillWidth: true |
69 | 68 | ||
@@ -74,7 +73,7 @@ Controls2.Popup { | |||
74 | } | 73 | } |
75 | } | 74 | } |
76 | 75 | ||
77 | Controls.Button { | 76 | Controls2.Button { |
78 | 77 | ||
79 | Layout.fillWidth: true | 78 | Layout.fillWidth: true |
80 | 79 | ||