diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 13:33:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 13:33:59 +0900 |
commit | a3a44b5daea0e8674401be3b8b9f15bccd64520d (patch) | |
tree | 206561d838f27d560e568638f52700620aa12209 /libkdchart/KDChartParams.h | |
parent | d09e55dfbb793fc01c18d82eacbc59d6056a9390 (diff) | |
download | kmymoney-a3a44b5daea0e8674401be3b8b9f15bccd64520d.tar.gz kmymoney-a3a44b5daea0e8674401be3b8b9f15bccd64520d.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkdchart/KDChartParams.h')
-rw-r--r-- | libkdchart/KDChartParams.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libkdchart/KDChartParams.h b/libkdchart/KDChartParams.h index 0cbde9c..327071a 100644 --- a/libkdchart/KDChartParams.h +++ b/libkdchart/KDChartParams.h @@ -40,6 +40,7 @@ #include <tqtextstream.h> #include <tqsimplerichtext.h> #include <tqdom.h> +#include <tqvaluevector.h> #include <limits.h> #include <math.h> @@ -54,12 +55,6 @@ #include "KDChartAxisParams.h" #include "KDChartPropertySet.h" -#if COMPAT_TQT_VERSION >= 0x030000 -#include <tqvaluevector.h> -#else -#include <tqarray.h> -#endif - /** \file KDChartParams.h \brief Header for all common chart parameters. @@ -2097,11 +2092,7 @@ public slots: uint& chart ) const; public: -#if COMPAT_TQT_VERSION >= 0x030000 typedef TQValueVector<uint> AxesArray; -#else - typedef TQArray<uint> AxesArray; -#endif public slots: bool chartAxes( uint chart, uint& cnt, AxesArray& axes ) const; |