summaryrefslogtreecommitdiffstats
path: root/kchart/kdchart/KDChartGlobal.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-05 13:21:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-05 20:54:02 +0900
commit75cc9de8f47db776021b5e8153c930d9af2108b6 (patch)
tree05bbc91010d5cb7d9b7083f101ba885e32a46245 /kchart/kdchart/KDChartGlobal.h
parentf25aee7b805a903144ad05ef3e9bb70e6dbdb875 (diff)
downloadkoffice-75cc9de8.tar.gz
koffice-75cc9de8.zip
Drop use of COMPAT_TQT_VERSION define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fded56123903e0a8d9e076b1a6a9a52374c3649d)
Diffstat (limited to 'kchart/kdchart/KDChartGlobal.h')
-rw-r--r--kchart/kdchart/KDChartGlobal.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/kchart/kdchart/KDChartGlobal.h b/kchart/kdchart/KDChartGlobal.h
index 91772b015..d47c36120 100644
--- a/kchart/kdchart/KDChartGlobal.h
+++ b/kchart/kdchart/KDChartGlobal.h
@@ -58,25 +58,9 @@
#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>