summaryrefslogtreecommitdiffstats
path: root/tdeui/kkeybutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kkeybutton.cpp')
-rw-r--r--tdeui/kkeybutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kkeybutton.cpp b/tdeui/kkeybutton.cpp
index 08ba14342..201ade557 100644
--- a/tdeui/kkeybutton.cpp
+++ b/tdeui/kkeybutton.cpp
@@ -30,7 +30,7 @@
#include <tdelocale.h>
#include "config.h"
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
#define XK_XKB_KEYS
#define XK_MISCELLANY
#include <X11/Xlib.h> // For x11Event()
@@ -46,7 +46,7 @@ const int XKeyRelease = KeyRelease;
#undef FocusOut
#undef FocusIn
#endif // KeyPress
-#endif // Q_WS_X11
+#endif // TQ_WS_X11
//static const char* psTemp[] = {
// I18N_NOOP("Primary"), I18N_NOOP("Alternate"), I18N_NOOP("Multi-Key")