diff options
Diffstat (limited to 'src/komposeglobal.h')
-rw-r--r-- | src/komposeglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposeglobal.h b/src/komposeglobal.h index 42da49b..69d5857 100644 --- a/src/komposeglobal.h +++ b/src/komposeglobal.h @@ -27,7 +27,7 @@ class KWinModule; #include <config.h> #endif -#if defined(Q_WS_X11) && defined(HAVE_XCOMPOSITE) && defined(HAVE_XDAMAGE) && TQT_VERSION >= 0x030300 +#if defined(TQ_WS_X11) && defined(HAVE_XCOMPOSITE) && defined(HAVE_XDAMAGE) && TQT_VERSION >= 0x030300 # define COMPOSITE #endif |