diff --git a/kcms/icons/package/contents/ui/main.qml b/kcms/icons/package/contents/ui/main.qml index 680a10ebf..1cbcde5f8 100644 --- a/kcms/icons/package/contents/ui/main.qml +++ b/kcms/icons/package/contents/ui/main.qml @@ -206,12 +206,12 @@ KCM.GridViewKCM { Connections { target: kcm - onShowProgress: { + function onShowProgress() { progressLabel.text = message; progressBusy.running = true; progressRow.visible = true; } - onHideProgress: { + function onHideProgress() { progressBusy.running = false; progressRow.visible = false; }