summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index ee706d95..e2a42987 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" 35 property string markAsRead: "mail-mark-unread-new-inverted"
36 property string markAsUnread: "mail-mark-unread-new" 36 property string markAsUnread: "mail-mark-unread-new-inverted"
37 property string markImportant: "mail-mark-important" 37 property string markImportant: "mail-mark-important-inverted"
38 property string undo: "edit-undo" 38 property string undo: "edit-undo-inverted"
39 property string moveToTrash: "edit-delete" 39 property string moveToTrash: "edit-delete-inverted"
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"