diff options
author | Michele Calgaro <[email protected]> | 2023-06-05 13:45:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-05 20:55:05 +0900 |
commit | 43cb2df63d88369e209ece2a7030552d52861cd1 (patch) | |
tree | d65c76a0596fc0cd45b43dcf5a402fd1977fa2bc /libkdchart/KDChartGlobal.h | |
parent | 1a2f76163a8ce08c850f1f632d0a295be57d6807 (diff) | |
download | kmymoney-43cb2df63d88369e209ece2a7030552d52861cd1.tar.gz kmymoney-43cb2df63d88369e209ece2a7030552d52861cd1.zip |
Drop use of COMPAT_TQT_VERSION define
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c45ec5d9bde729f8a40f2e59c886c629d2e43a93)
Diffstat (limited to 'libkdchart/KDChartGlobal.h')
-rw-r--r-- | libkdchart/KDChartGlobal.h | 17 |
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> |