diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/Icons.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index a627fab1..7353c1e8 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -33,8 +33,8 @@ Item { | |||
33 | property string success: "dialog-ok" | 33 | property string success: "dialog-ok" |
34 | property string success_inverted: "dialog-ok-inverted" | 34 | property string success_inverted: "dialog-ok-inverted" |
35 | 35 | ||
36 | property string markAsRead: "kuberead" | 36 | property string markAsRead: "mail-mark-read-inverted" |
37 | property string markAsUnread: "kubeunread" | 37 | property string markAsUnread: "mail-mark-unread-new-inverted" |
38 | property string markImportant: "kubeimportant" | 38 | property string markImportant: "kubeimportant" |
39 | property string markUnimportant: "kubeunimportant" | 39 | property string markUnimportant: "kubeunimportant" |
40 | property string undo: "edit-undo-inverted" | 40 | property string undo: "edit-undo-inverted" |