diff options
Diffstat (limited to 'kcontrol/keys/commandShortcuts.cpp')
-rw-r--r-- | kcontrol/keys/commandShortcuts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/keys/commandShortcuts.cpp b/kcontrol/keys/commandShortcuts.cpp index fb0f06681..cf564e89f 100644 --- a/kcontrol/keys/commandShortcuts.cpp +++ b/kcontrol/keys/commandShortcuts.cpp @@ -158,7 +158,7 @@ void CommandShortcutsModule::shortcutRadioToggled(bool remove) { m_shortcutButton->setShortcut(TQString(), false); item->setAccel(TQString()); - if (m_changedItems.tqfindRef(item) == -1) + if (m_changedItems.findRef(item) == -1) { m_changedItems.append(item); } @@ -186,7 +186,7 @@ void CommandShortcutsModule::shortcutChanged(const KShortcut& shortcut) m_shortcutButton->setShortcut(accel, false); item->setAccel(accel); m_noneRadio->blockSignals(false); - if (m_changedItems.tqfindRef(item) == -1) + if (m_changedItems.findRef(item) == -1) { m_changedItems.append(item); } |