diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-09 16:20:21 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-09 16:20:21 +0100 |
commit | 24843b835f2ce2b4cb83bae9c0653267a24b894d (patch) | |
tree | af27f3038682188145f2bd04bf23cd04f7416e72 /components/package/contents/ui/SingleMailView.qml | |
parent | 03ae386b327c093a30e0b6cc36061837c9040aca (diff) | |
download | kube-24843b835f2ce2b4cb83bae9c0653267a24b894d.tar.gz kube-24843b835f2ce2b4cb83bae9c0653267a24b894d.zip |
import as Mail -> import as KubeFramework
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index 7fadc960..ff48a9d3 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.kube.framework.domain 1.0 as Mail | 22 | import org.kube.framework.domain 1.0 as KubeFramework |
23 | 23 | ||
24 | Item { | 24 | Item { |
25 | id: root | 25 | id: root |
@@ -36,7 +36,7 @@ Item { | |||
36 | Repeater { | 36 | Repeater { |
37 | anchors.fill: parent | 37 | anchors.fill: parent |
38 | 38 | ||
39 | model: Mail.MailListModel { | 39 | model: KubeFramework.MailListModel { |
40 | mail: root.mail | 40 | mail: root.mail |
41 | } | 41 | } |
42 | 42 | ||