mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kcontrol: adjust standard_actions KCM to KShortcutsEditor changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
36bc690df1
commit
faa738e171
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue