diff options
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 |