diff options
Diffstat (limited to 'views/accounts/qml/View.qml')
-rw-r--r-- | views/accounts/qml/View.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/accounts/qml/View.qml b/views/accounts/qml/View.qml index 28849ae4..e25c32c9 100644 --- a/views/accounts/qml/View.qml +++ b/views/accounts/qml/View.qml | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | import QtQuick 2.4 | 19 | import QtQuick 2.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Controls 1.3 as Controls | 21 | import QtQuick.Controls 1.3 as Controls1 |
22 | import QtQuick.Controls 2.0 | 22 | import QtQuick.Controls 2.0 |
23 | import org.kube.framework 1.0 as Kube | 23 | import org.kube.framework 1.0 as Kube |
24 | import org.kube.components.accounts 1.0 as KubeAccounts | 24 | import org.kube.components.accounts 1.0 as KubeAccounts |
@@ -30,7 +30,7 @@ FocusScope { | |||
30 | //Defines available account types. | 30 | //Defines available account types. |
31 | property var availableAccountPlugins: ["kolabnow", "imap", "maildir", "gmail"] | 31 | property var availableAccountPlugins: ["kolabnow", "imap", "maildir", "gmail"] |
32 | 32 | ||
33 | Controls.SplitView { | 33 | Controls1.SplitView { |
34 | height: parent.height | 34 | height: parent.height |
35 | width: parent.width | 35 | width: parent.width |
36 | 36 | ||