summaryrefslogtreecommitdiffstats
path: root/kxkb/kxkbbindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kxkb/kxkbbindings.cpp')
-rw-r--r--kxkb/kxkbbindings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kxkb/kxkbbindings.cpp b/kxkb/kxkbbindings.cpp
index d8cfc36d5..3a6137ee1 100644
--- a/kxkb/kxkbbindings.cpp
+++ b/kxkb/kxkbbindings.cpp
@@ -1,9 +1,9 @@
#ifndef NOSLOTS
# define DEF( name, key3, key4, fnSlot ) \
- keys->insert( name, i18n(name), QString::null, key3, key4, this, SLOT(fnSlot) )
+ keys->insert( name, i18n(name), TQString::null, key3, key4, this, TQT_SLOT(fnSlot) )
#else
# define DEF( name, key3, key4, fnSlot ) \
- keys->insert( name, i18n(name), QString::null, key3, key4 )
+ keys->insert( name, i18n(name), TQString::null, key3, key4 )
#endif
keys->insert( "Program:kxkb", i18n("Keyboard") );