diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:44:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 14:44:26 +0200 |
commit | 32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff (patch) | |
tree | ec991216a28c975ed1e3078a58c9666586235b1a /accounts | |
parent | 6221f48574df1e212339f0588475849140b119cb (diff) | |
download | kube-32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff.tar.gz kube-32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff.zip |
Got rid of controls1 where possible, and otherwise marked it learly
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gmail/qml/AccountSettings.qml | 1 | ||||
-rw-r--r-- | accounts/imap/qml/AccountSettings.qml | 1 | ||||
-rw-r--r-- | accounts/maildir/qml/AccountSettings.qml | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/accounts/gmail/qml/AccountSettings.qml b/accounts/gmail/qml/AccountSettings.qml index 15430a17..d7df5eaf 100644 --- a/accounts/gmail/qml/AccountSettings.qml +++ b/accounts/gmail/qml/AccountSettings.qml | |||
@@ -18,7 +18,6 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | import QtQuick 2.4 | 20 | import QtQuick 2.4 |
21 | import QtQuick.Controls 1.4 as Controls | ||
22 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
23 | import org.kube.framework 1.0 as Kube | 22 | import org.kube.framework 1.0 as Kube |
24 | import org.kube.accounts.gmail 1.0 as GmailAccount | 23 | import org.kube.accounts.gmail 1.0 as GmailAccount |
diff --git a/accounts/imap/qml/AccountSettings.qml b/accounts/imap/qml/AccountSettings.qml index 186b6bd7..72bcd507 100644 --- a/accounts/imap/qml/AccountSettings.qml +++ b/accounts/imap/qml/AccountSettings.qml | |||
@@ -18,7 +18,6 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | import QtQuick 2.4 | 20 | import QtQuick 2.4 |
21 | import QtQuick.Controls 1.4 as Controls | ||
22 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
23 | import org.kube.framework 1.0 as Kube | 22 | import org.kube.framework 1.0 as Kube |
24 | import org.kube.accounts.imap 1.0 as ImapAccount | 23 | import org.kube.accounts.imap 1.0 as ImapAccount |
diff --git a/accounts/maildir/qml/AccountSettings.qml b/accounts/maildir/qml/AccountSettings.qml index 0fb87810..9553135b 100644 --- a/accounts/maildir/qml/AccountSettings.qml +++ b/accounts/maildir/qml/AccountSettings.qml | |||
@@ -18,7 +18,6 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | import QtQuick 2.4 | 20 | import QtQuick 2.4 |
21 | import QtQuick.Controls 1.4 as Controls | ||
22 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
23 | import QtQuick.Dialogs 1.0 as Dialogs | 22 | import QtQuick.Dialogs 1.0 as Dialogs |
24 | import org.kube.framework 1.0 as Kube | 23 | import org.kube.framework 1.0 as Kube |
@@ -79,7 +78,7 @@ Item { | |||
79 | text: maildirSettings.path | 78 | text: maildirSettings.path |
80 | } | 79 | } |
81 | 80 | ||
82 | Controls.Button { | 81 | Kube.Button { |
83 | iconName: Kube.Icons.folder | 82 | iconName: Kube.Icons.folder |
84 | 83 | ||
85 | onClicked: { | 84 | onClicked: { |