summaryrefslogtreecommitdiffstats
path: root/klipper/klipperbindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/klipperbindings.cpp')
-rw-r--r--klipper/klipperbindings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/klipper/klipperbindings.cpp b/klipper/klipperbindings.cpp
index b32c90410..31bb25049 100644
--- a/klipper/klipperbindings.cpp
+++ b/klipper/klipperbindings.cpp
@@ -19,10 +19,10 @@
*/
#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
#define WIN KKey::QtWIN