summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h
index 42cb8bb1..6aa13398 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h
@@ -63,10 +63,6 @@ typedef TBool BOOL;
#else
# ifndef _VXWORKS
-# if defined(TQWS) && !defined(TQT_CLEAN_NAMESPACE)
-#error "You need to define TQT_CLEAN_NAMESPACE when using TQt with Helix. If you don't you'll have conflicts with the Helix INT32, UINT32, and UINT definitions"
-# endif
-
typedef char INT8; /* signed 8 bit value */
typedef unsigned char UINT8; /* unsigned 8 bit value */
typedef short int INT16; /* signed 16 bit value */