summaryrefslogtreecommitdiffstats
path: root/lib/libchmfile/qt34.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libchmfile/qt34.h')
-rw-r--r--lib/libchmfile/qt34.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/lib/libchmfile/qt34.h b/lib/libchmfile/qt34.h
index d37c3a2..19233bb 100644
--- a/lib/libchmfile/qt34.h
+++ b/lib/libchmfile/qt34.h
@@ -24,21 +24,10 @@
#include <tqregexp.h>
#include <tqstring.h>
-
-// TQt3/TQt4 compatibility: in TQt3 TQVector stores pointers, not values - so TQValueVector should be used.
-// In TQt4 TQVector stores values, so we can use TQVector
-#if defined (USE_TQT_4)
- #define LIBCHMVector TQVector
-#else
#include <tqvaluevector.h>
- #define LIBCHMVector TQValueVector
-#endif
-#if defined (USE_TQT_4)
- #define LIBCHMMemArray TQVector
-#else
- #define LIBCHMMemArray TQMemArray
-#endif
+#define LIBCHMVector TQValueVector
+#define LIBCHMMemArray TQMemArray
class LIBCHMCString
{