summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui/main.qml
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-10-11 16:01:35 +0200
committerSandro Knauß <sknauss@kde.org>2016-10-11 16:01:35 +0200
commitfd3a6901f17f3dcfd446e531dd10c0eb61cf0b93 (patch)
tree4f133894edd2e0e6da627f9dc15cecc25ba1fb1f /components/mail/contents/ui/main.qml
parent91f00fe588c9f00ac92f2d095c6ee9dd74c007a0 (diff)
downloadkube-fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93.tar.gz
kube-fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93.zip
remove all imports of org.kube.framework.theme
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-rw-r--r--components/mail/contents/ui/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml
index ef167bbe..279e280d 100644
--- a/components/mail/contents/ui/main.qml
+++ b/components/mail/contents/ui/main.qml
@@ -25,7 +25,6 @@ import org.kde.kirigami 1.0 as Kirigami
25import org.kube.framework.actions 1.0 as KubeAction 25import org.kube.framework.actions 1.0 as KubeAction
26import org.kube.framework.settings 1.0 as KubeSettings 26import org.kube.framework.settings 1.0 as KubeSettings
27import org.kube.framework.domain 1.0 as KubeFramework 27import org.kube.framework.domain 1.0 as KubeFramework
28import org.kube.framework.theme 1.0
29import org.kube.components 1.0 as KubeComponents 28import org.kube.components 1.0 as KubeComponents
30 29
31ApplicationWindow { 30ApplicationWindow {