diff options
Diffstat (limited to 'dcop/KDE-ICE')
-rw-r--r-- | dcop/KDE-ICE/ICElibint.h | 2 | ||||
-rw-r--r-- | dcop/KDE-ICE/ICEproto.h | 2 | ||||
-rw-r--r-- | dcop/KDE-ICE/Xtrans.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dcop/KDE-ICE/ICElibint.h b/dcop/KDE-ICE/ICElibint.h index f36ab7acc..268b664db 100644 --- a/dcop/KDE-ICE/ICElibint.h +++ b/dcop/KDE-ICE/ICElibint.h @@ -27,7 +27,7 @@ Author: Ralph Mor, X Consortium #define _ICELIBINT_H_ #include "config.h" -#if defined Q_WS_X11 && ! defined K_WS_QTONLY +#if defined TQ_WS_X11 && ! defined K_WS_QTONLY #include <X11/Xos.h> #include <X11/Xfuncs.h> #include <X11/Xmd.h> //schroder diff --git a/dcop/KDE-ICE/ICEproto.h b/dcop/KDE-ICE/ICEproto.h index f66b86ac0..471b80314 100644 --- a/dcop/KDE-ICE/ICEproto.h +++ b/dcop/KDE-ICE/ICEproto.h @@ -27,7 +27,7 @@ Author: Ralph Mor, X Consortium #define _ICEPROTO_H_ #include "config.h" -#if defined Q_WS_X11 && ! defined K_WS_QTONLY +#if defined TQ_WS_X11 && ! defined K_WS_QTONLY #include <X11/Xmd.h> #else #if defined(__alpha__) || defined(__ia64__) || defined(__s390x__) diff --git a/dcop/KDE-ICE/Xtrans.h b/dcop/KDE-ICE/Xtrans.h index 95c817fa1..08d28966f 100644 --- a/dcop/KDE-ICE/Xtrans.h +++ b/dcop/KDE-ICE/Xtrans.h @@ -51,7 +51,7 @@ from The Open Group. #define _XTRANS_H_ #include "config.h" -#if defined Q_WS_X11 && ! defined K_WS_QTONLY +#if defined TQ_WS_X11 && ! defined K_WS_QTONLY #include <X11/Xfuncproto.h> #include <X11/Xos.h> #else |