diff --git a/kconf_update/kwin-6.0-delete-desktop-switching-shortcuts.cpp b/kconf_update/kwin-6.0-delete-desktop-switching-shortcuts.cpp index 5aba1bab76..5acff0ed5e 100644 --- a/kconf_update/kwin-6.0-delete-desktop-switching-shortcuts.cpp +++ b/kconf_update/kwin-6.0-delete-desktop-switching-shortcuts.cpp @@ -25,6 +25,7 @@ int main(int argc, char **argv) QAction action; action.setObjectName(actionName); action.setProperty("componentName", QStringLiteral("kwin")); + action.setProperty("componentDisplayName", QStringLiteral("KWin")); KGlobalAccel::self()->setShortcut(&action, {QKeySequence()}, KGlobalAccel::NoAutoloading); KGlobalAccel::self()->removeAllShortcuts(&action); }