diff options
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/Composer.qml | 2 | ||||
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 2 | ||||
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 2 | ||||
-rw-r--r-- | components/package/contents/ui/MailViewer.qml | 2 | ||||
-rw-r--r-- | components/package/contents/ui/Settings.qml | 2 | ||||
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/components/package/contents/ui/Composer.qml b/components/package/contents/ui/Composer.qml index 1a6a4cc4..b64d64db 100644 --- a/components/package/contents/ui/Composer.qml +++ b/components/package/contents/ui/Composer.qml | |||
@@ -20,7 +20,7 @@ import QtQuick.Controls 1.4 | |||
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import org.kde.plasma.components 2.0 as PlasmaComponents | 21 | import org.kde.plasma.components 2.0 as PlasmaComponents |
22 | 22 | ||
23 | import org.kde.kube.mail 1.0 as Mail | 23 | import org.kube.framework.domain 1.0 as Mail |
24 | 24 | ||
25 | 25 | ||
26 | Item { | 26 | Item { |
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index 1934932c..b63235bb 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -23,7 +23,7 @@ import QtQuick.Layouts 1.1 | |||
23 | import org.kde.plasma.core 2.0 as PlasmaCore | 23 | import org.kde.plasma.core 2.0 as PlasmaCore |
24 | import org.kde.plasma.components 2.0 as PlasmaComponents | 24 | import org.kde.plasma.components 2.0 as PlasmaComponents |
25 | 25 | ||
26 | import org.kde.kube.mail 1.0 as Mail | 26 | import org.kube.framework.domain 1.0 as Mail |
27 | 27 | ||
28 | Item { | 28 | Item { |
29 | id: root | 29 | id: root |
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index ff773e0e..22f5eb81 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -23,7 +23,7 @@ import QtQml 2.2 | |||
23 | 23 | ||
24 | import org.kde.plasma.components 2.0 as PlasmaComponents | 24 | import org.kde.plasma.components 2.0 as PlasmaComponents |
25 | 25 | ||
26 | import org.kde.kube.mail 1.0 as Mail | 26 | import org.kube.framework.domain 1.0 as Mail |
27 | 27 | ||
28 | ScrollView { | 28 | ScrollView { |
29 | id: root | 29 | id: root |
diff --git a/components/package/contents/ui/MailViewer.qml b/components/package/contents/ui/MailViewer.qml index 1d305297..f42ec8de 100644 --- a/components/package/contents/ui/MailViewer.qml +++ b/components/package/contents/ui/MailViewer.qml | |||
@@ -3,7 +3,7 @@ import QtQuick.Controls 1.3 | |||
3 | import QtQuick.Layouts 1.1 | 3 | import QtQuick.Layouts 1.1 |
4 | import QtWebKit 3.0 | 4 | import QtWebKit 3.0 |
5 | 5 | ||
6 | import org.kde.kube.mail 1.0 as Mail | 6 | import org.kube.framework.domain 1.0 as Mail |
7 | 7 | ||
8 | Item { | 8 | Item { |
9 | id: root | 9 | id: root |
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml index da44d331..6d653c7b 100644 --- a/components/package/contents/ui/Settings.qml +++ b/components/package/contents/ui/Settings.qml | |||
@@ -19,7 +19,7 @@ import QtQuick 2.4 | |||
19 | import QtQuick.Controls 1.4 | 19 | import QtQuick.Controls 1.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | 21 | ||
22 | import org.kde.kube.settings 1.0 as KubeSettings | 22 | import org.kube.framework.settings 1.0 as KubeSettings |
23 | import org.kde.kube.accounts.maildir 1.0 as Maildir | 23 | import org.kde.kube.accounts.maildir 1.0 as Maildir |
24 | 24 | ||
25 | Rectangle { | 25 | Rectangle { |
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index d6ae4bfa..7fadc960 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -19,7 +19,7 @@ import QtQuick 2.4 | |||
19 | import QtQuick.Controls 1.3 | 19 | import QtQuick.Controls 1.3 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | 21 | ||
22 | import org.kde.kube.mail 1.0 as Mail | 22 | import org.kube.framework.domain 1.0 as Mail |
23 | 23 | ||
24 | Item { | 24 | Item { |
25 | id: root | 25 | id: root |