From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kcontrol/keys/commandShortcuts.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcontrol/keys/commandShortcuts.cpp') diff --git a/kcontrol/keys/commandShortcuts.cpp b/kcontrol/keys/commandShortcuts.cpp index 9f5a49040..262aaac69 100644 --- a/kcontrol/keys/commandShortcuts.cpp +++ b/kcontrol/keys/commandShortcuts.cpp @@ -121,8 +121,8 @@ void CommandShortcutsModule::initGUI() "to the currently selected command.")); buttonLayout->addSpacing(KDialog::spacingHint() * 2); buttonLayout->addWidget(m_shortcutButton); - connect(m_shortcutButton, TQT_SIGNAL(capturedShortcut(const KShortcut&)), - this, TQT_SLOT(shortcutChanged(const KShortcut&))); + connect(m_shortcutButton, TQT_SIGNAL(capturedShortcut(const TDEShortcut&)), + this, TQT_SLOT(shortcutChanged(const TDEShortcut&))); connect(m_customRadio, TQT_SIGNAL(toggled(bool)), m_shortcutButton, TQT_SLOT(setEnabled(bool))); connect(m_noneRadio, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(shortcutRadioToggled(bool))); buttonLayout->addStretch(1); @@ -170,7 +170,7 @@ void CommandShortcutsModule::shortcutRadioToggled(bool remove) } } -void CommandShortcutsModule::shortcutChanged(const KShortcut& shortcut) +void CommandShortcutsModule::shortcutChanged(const TDEShortcut& shortcut) { AppTreeItem *item = static_cast(m_tree->currentItem()); if (!item || item->isDirectory()) -- cgit v1.2.1