kcontrol: adjust standard_actions KCM to KShortcutsEditor changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-24 11:14:02 +03:00
parent 36bc690df1
commit faa738e171

View file

@ -71,7 +71,7 @@ StandardActionsModule::StandardActionsModule(
KCModule::setButtons(KCModule::Buttons(KCModule::Default | KCModule::Apply | KCModule::Help));
// Create and configure the editor
m_editor = new KShortcutsEditor(this, KShortcutsEditor::WidgetAction | KShortcutsEditor::WindowAction | KShortcutsEditor::ApplicationAction); // there will be no global actions, so make sure that column is hidden
m_editor = new KShortcutsEditor(this, KShortcutsEditor::LocalAction); // there will be no global actions
connect(m_editor, SIGNAL(keyChange()), this, SLOT(keyChanged()));
// Make a layout