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/mail | |
parent | 1aeac7aa7519cc667d4937cc9eb0df3f7c083028 (diff) | |
download | kube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.tar.gz kube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.zip |
Renamed the framework plugins
Diffstat (limited to 'components/mail')
-rw-r--r-- | components/mail/contents/ui/main.qml | 4 | ||||
-rw-r--r-- | components/mail/metadata.desktop | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 95729954..8f2d3c52 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml | |||
@@ -20,8 +20,8 @@ import QtQuick.Controls 1.3 | |||
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.actions 1.0 as KubeAction | 23 | import org.kube.framework.actions 1.0 as KubeAction |
24 | import org.kde.kube.settings 1.0 as KubeSettings | 24 | import org.kube.framework.settings 1.0 as KubeSettings |
25 | import org.kube.components 1.0 as KubeComponents | 25 | import org.kube.components 1.0 as KubeComponents |
26 | 26 | ||
27 | ApplicationWindow { | 27 | ApplicationWindow { |
diff --git a/components/mail/metadata.desktop b/components/mail/metadata.desktop index 630cc133..470ad18c 100644 --- a/components/mail/metadata.desktop +++ b/components/mail/metadata.desktop | |||
@@ -1,7 +1,7 @@ | |||
1 | [Desktop Entry] | 1 | [Desktop Entry] |
2 | Name=Kube Mail | 2 | Name=Kube Mail |
3 | X-KDE-PluginInfo-Name=org.kde.kube.mail | 3 | X-KDE-PluginInfo-Name=org.kube.components.mail |
4 | Exec=kpackagelauncherqml -a org.kde.kube.mail | 4 | Exec=kpackagelauncherqml -a org.kube.components.mail |
5 | X-Plasma-MainScript=ui/main.qml | 5 | X-Plasma-MainScript=ui/main.qml |
6 | X-KDE-ServiceTypes=KPackage/GenericQML | 6 | X-KDE-ServiceTypes=KPackage/GenericQML |
7 | Icon=kmail2 | 7 | Icon=kmail2 |