summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartGlobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartGlobal.h')
-rw-r--r--libkdchart/KDChartGlobal.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/libkdchart/KDChartGlobal.h b/libkdchart/KDChartGlobal.h
index fc96072..9470a4c 100644
--- a/libkdchart/KDChartGlobal.h
+++ b/libkdchart/KDChartGlobal.h
@@ -50,32 +50,15 @@
\brief Definition of global macros.
*/
-
-
#if defined(_MSC_VER)
#ifndef TQT_NO_STL
#define TQT_NO_STL // Avoid a name clash
#endif
#endif
-
-
-// --- new format since TQt 3.0.0 or since 3.0.4 ???
-#ifndef COMPAT_TQT_VERSION
-#if defined(_MSC_VER)
-#pragma message( "using TQt > 2.3.2" )
-#endif
-//#define COMPAT_TQT_VERSION [[[TQT_VERSION IS DEPRECATED]]]
-#define COMPAT_TQT_VERSION 0x039999
-#endif
-
-// since TQt 3.1 they do /not/ include limits.h or climits on windows anymore
-// so we must include that manually
-#if COMPAT_TQT_VERSION > 0x030099
#if defined(_MSC_VER)
#include <climits>
#endif
-#endif
#include <tqmemarray.h>
#include <tqptrlist.h>