diff options
Diffstat (limited to 'accounts/maildir/package/contents/ui/MaildirAccountSettings.qml')
-rw-r--r-- | accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml index 2e7b6d8a..f191c82c 100644 --- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml +++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |||
@@ -25,7 +25,6 @@ import QtQuick.Dialogs 1.0 as Dialogs | |||
25 | 25 | ||
26 | import org.kde.kirigami 1.0 as Kirigami | 26 | import org.kde.kirigami 1.0 as Kirigami |
27 | 27 | ||
28 | import org.kube.framework.settings 1.0 as KubeSettings | ||
29 | import org.kube.accounts.maildir 1.0 as MaildirAccount | 28 | import org.kube.accounts.maildir 1.0 as MaildirAccount |
30 | 29 | ||
31 | Item { | 30 | Item { |
@@ -57,8 +56,8 @@ Item { | |||
57 | fill: parent | 56 | fill: parent |
58 | } | 57 | } |
59 | columns: 2 | 58 | columns: 2 |
60 | columnSpacing: KubeTheme.Units.largeSpacing | 59 | columnSpacing: Kube.Units.largeSpacing |
61 | rowSpacing: KubeTheme.Units.largeSpacing | 60 | rowSpacing: Kube.Units.largeSpacing |
62 | 61 | ||
63 | Controls.Label { | 62 | Controls.Label { |
64 | text: "Title of Account" | 63 | text: "Title of Account" |
@@ -88,7 +87,7 @@ Item { | |||
88 | } | 87 | } |
89 | 88 | ||
90 | Controls.Button { | 89 | Controls.Button { |
91 | iconName: KubeTheme.Icons.folder | 90 | iconName: Kube.Icons.folder |
92 | 91 | ||
93 | onClicked: { | 92 | onClicked: { |
94 | fileDialogComponent.createObject(parent) | 93 | fileDialogComponent.createObject(parent) |