summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-27 13:54:18 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-27 13:54:18 +0200
commit79a30b30ce3a643dccfb53780692db158f68923b (patch)
tree464bcbceec303d78e297bdf6ad2ffb5a6d9589d2 /framework/qml
parentb92d51f785b29e2c75fb401e031dcea0bb173114 (diff)
downloadkube-79a30b30ce3a643dccfb53780692db158f68923b.tar.gz
kube-79a30b30ce3a643dccfb53780692db158f68923b.zip
new mailistview action icons
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/Icons.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index e2a42987..add51534 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -32,11 +32,11 @@ Item {
32 property string success: "dialog-ok" 32 property string success: "dialog-ok"
33 property string success_inverted: "dialog-ok-inverted" 33 property string success_inverted: "dialog-ok-inverted"
34 34
35 property string markAsRead: "mail-mark-unread-new-inverted" 35 property string markAsRead: "kuberead"
36 property string markAsUnread: "mail-mark-unread-new-inverted" 36 property string markAsUnread: "kubeunread"
37 property string markImportant: "mail-mark-important-inverted" 37 property string markImportant: "kubeimportant"
38 property string undo: "edit-undo-inverted" 38 property string undo: "edit-undo-inverted"
39 property string moveToTrash: "edit-delete-inverted" 39 property string moveToTrash: "kubetrash"
40 property string edit: "document-edit" 40 property string edit: "document-edit"
41 property string replyToSender: "mail-reply-sender" 41 property string replyToSender: "mail-reply-sender"
42 property string outbox: "mail-folder-outbox" 42 property string outbox: "mail-folder-outbox"