diff options
Diffstat (limited to 'accounts/maildir/qml/AccountSettings.qml')
-rw-r--r-- | accounts/maildir/qml/AccountSettings.qml | 3 |
1 files changed, 1 insertions, 2 deletions
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: { |