summaryrefslogtreecommitdiffstats
path: root/components/accounts/AccountWizard.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-12-08 11:19:31 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-12-08 11:19:31 +0100
commit72dd8e1c6222dac9176dd67c974a9c34aee01c41 (patch)
treeff05c9770de448876aa50bc5bbfd48c2a26b760b /components/accounts/AccountWizard.qml
parent1a93057532224936f1b8d6cdc8071ce077a58292 (diff)
downloadkube-72dd8e1c6222dac9176dd67c974a9c34aee01c41.tar.gz
kube-72dd8e1c6222dac9176dd67c974a9c34aee01c41.zip
qqc1 -> qqc2 in accountwizard/createmaildir
Diffstat (limited to 'components/accounts/AccountWizard.qml')
-rw-r--r--components/accounts/AccountWizard.qml7
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
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Layouts 1.1 20import QtQuick.Layouts 1.1
21import QtQuick.Controls 1.4 as Controls
22import QtQuick.Controls 2.0 as Controls2 21import QtQuick.Controls 2.0 as Controls2
23import org.kde.kirigami 1.0 as Kirigami 22import 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