[kwin] Start kcmshell5 to configure KWin
This commit is contained in:
parent
62ae322e70
commit
d5104cd4b5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ void UserActionsMenu::configureWM()
|
|||
{
|
||||
QStringList args;
|
||||
args << QStringLiteral("--icon") << QStringLiteral("preferences-system-windows") << configModules(false);
|
||||
KToolInvocation::kdeinitExec(QStringLiteral("kcmshell4"), args);
|
||||
KToolInvocation::kdeinitExec(QStringLiteral("kcmshell5"), args);
|
||||
}
|
||||
|
||||
void UserActionsMenu::init()
|
||||
|
|
Loading…
Reference in a new issue