summaryrefslogtreecommitdiffstats
path: root/tdeui/kkeydialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kkeydialog.cpp')
-rw-r--r--tdeui/kkeydialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kkeydialog.cpp b/tdeui/kkeydialog.cpp
index 0518d870c..6d197d813 100644
--- a/tdeui/kkeydialog.cpp
+++ b/tdeui/kkeydialog.cpp
@@ -595,7 +595,7 @@ void KKeyChooser::readGlobalKeys( TQMap< TQString, KShortcut >& map )
void KKeyChooser::slotSettingsChanged( int category )
{
- if( category == KApplication::SETTINGS_SHORTCUTS )
+ if( category == TDEApplication::SETTINGS_SHORTCUTS )
readGlobalKeys(); // reread
}