summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui/main.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-03-10 12:41:52 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-03-10 12:41:52 +0100
commit73b2621624c87528ce776b74555ec98c56115661 (patch)
treecbb185ebbe46d96f5a1bbc86452d02e771737ff0 /components/mail/contents/ui/main.qml
parent581f2d772c3fe7226a56c0c24aa70f8676aa250b (diff)
downloadkube-73b2621624c87528ce776b74555ec98c56115661.tar.gz
kube-73b2621624c87528ce776b74555ec98c56115661.zip
remove Colorpalette.qml and change its use to the theme plugin
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-rw-r--r--components/mail/contents/ui/main.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml
index 8f2d3c52..181174d2 100644
--- a/components/mail/contents/ui/main.qml
+++ b/components/mail/contents/ui/main.qml
@@ -193,9 +193,5 @@ ApplicationWindow {
193 id: unit 193 id: unit
194 property int size: 5 194 property int size: 5
195 } 195 }
196
197 KubeComponents.ColorPalette {
198 id: colorPalette
199 }
200} 196}
201 197