From 7e03bde7becc52bd11c27702e7826702ea01a73f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 6 Jul 2018 10:34:20 +0200 Subject: Question icon + some others --- framework/qml/Icons.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 7353c1e8..d04d1d92 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -23,7 +23,7 @@ import QtQuick 2.7 Item { property string error: "error" - property string info_inverted: "kdocumentinfo-inverted" + property string info_inverted: "documentinfo-inverted" property string error_inverted: "error-inverted" property string busy: "view-refresh" property string busy_inverted: "view-refresh-inverted" @@ -76,5 +76,6 @@ Item { property string italic: "format-text-italic-symbolic" property string underline: "format-text-underline-symbolic" + property string help: "question-inverted" } -- cgit v1.2.3