diff options
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index 877a9d33..f7296924 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml | |||
@@ -64,7 +64,7 @@ Controls2.Popup { | |||
64 | Repeater { | 64 | Repeater { |
65 | //TODO replace by model of available accounts | 65 | //TODO replace by model of available accounts |
66 | model: ["kolabnow", "imap", "maildir", "gmail"] | 66 | model: ["kolabnow", "imap", "maildir", "gmail"] |
67 | delegate: Controls2.Button { | 67 | delegate: Kube.Button { |
68 | Layout.fillWidth: true | 68 | Layout.fillWidth: true |
69 | text: modelData | 69 | text: modelData |
70 | onClicked: { | 70 | onClicked: { |