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/contents/ui/main.qml | |
parent | 1aeac7aa7519cc667d4937cc9eb0df3f7c083028 (diff) | |
download | kube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.tar.gz kube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.zip |
Renamed the framework plugins
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-rw-r--r-- | components/mail/contents/ui/main.qml | 4 |
1 files changed, 2 insertions, 2 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 { |