diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-09 16:08:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-09 16:08:56 +0100 |
commit | a1e175fc5da8be34ad0324d89480f85b1d9f8939 (patch) | |
tree | b7cc4a844aa420ccd7f611b702664ca31b18824b /components/package/contents/ui/SingleMailView.qml | |
parent | 1aeac7aa7519cc667d4937cc9eb0df3f7c083028 (diff) | |
download | kube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.tar.gz kube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.zip |
Renamed the framework plugins
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |