From a1e175fc5da8be34ad0324d89480f85b1d9f8939 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 9 Mar 2016 16:08:56 +0100 Subject: Renamed the framework plugins --- components/mail/contents/ui/main.qml | 4 ++-- components/mail/metadata.desktop | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'components/mail') 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 import QtQuick.Layouts 1.1 import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.kube.actions 1.0 as KubeAction -import org.kde.kube.settings 1.0 as KubeSettings +import org.kube.framework.actions 1.0 as KubeAction +import org.kube.framework.settings 1.0 as KubeSettings import org.kube.components 1.0 as KubeComponents 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 @@ [Desktop Entry] Name=Kube Mail -X-KDE-PluginInfo-Name=org.kde.kube.mail -Exec=kpackagelauncherqml -a org.kde.kube.mail +X-KDE-PluginInfo-Name=org.kube.components.mail +Exec=kpackagelauncherqml -a org.kube.components.mail X-Plasma-MainScript=ui/main.qml X-KDE-ServiceTypes=KPackage/GenericQML Icon=kmail2 -- cgit v1.2.3