diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:41:52 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:41:52 +0100 |
commit | 73b2621624c87528ce776b74555ec98c56115661 (patch) | |
tree | cbb185ebbe46d96f5a1bbc86452d02e771737ff0 /components/mail/contents/ui | |
parent | 581f2d772c3fe7226a56c0c24aa70f8676aa250b (diff) | |
download | kube-73b2621624c87528ce776b74555ec98c56115661.tar.gz kube-73b2621624c87528ce776b74555ec98c56115661.zip |
remove Colorpalette.qml and change its use to the theme plugin
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/main.qml | 4 |
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 | ||