diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:48 +0900 |
commit | 9ab2569f349998786be2f6d095f86ba1247e020a (patch) | |
tree | 5610e093267116fb3dfcee0aab1346f0d68fcf98 | |
parent | 2305e10231c1e5ab5aeeb47527d4a4bdd058aa24 (diff) | |
download | amarok-9ab2569f349998786be2f6d095f86ba1247e020a.tar.gz amarok-9ab2569f349998786be2f6d095f86ba1247e020a.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h | 4 |
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 */ |