diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 14:12:53 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 14:12:53 +0200 |
commit | 47b61ceb64828c16d40028ca4790baa378214056 (patch) | |
tree | d0f84c249666bb9e7665d6575a1dcf923f9f40ca /components/accounts/contents/ui/AccountWizard.qml | |
parent | 27cd60a912aeebc6f85d486f7606ab15e6362d2d (diff) | |
download | kube-47b61ceb64828c16d40028ca4790baa378214056.tar.gz kube-47b61ceb64828c16d40028ca4790baa378214056.zip |
use kube button in accountWizard
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: { |