diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/Icons.qml | 8 |
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" |