diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 13:02:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-05 11:24:13 +0900 |
commit | f25aee7b805a903144ad05ef3e9bb70e6dbdb875 (patch) | |
tree | e5fe2e983cadd94279139a4f75be81533d6b0424 /kchart/kdchart/KDChartParams.h | |
parent | 72bac0dd3d8bc03a06efb206a6fbdd618a39ca7e (diff) | |
download | koffice-f25aee7b.tar.gz koffice-f25aee7b.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded)
Diffstat (limited to 'kchart/kdchart/KDChartParams.h')
-rw-r--r-- | kchart/kdchart/KDChartParams.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/kchart/kdchart/KDChartParams.h b/kchart/kdchart/KDChartParams.h index 0cbde9c9c..089c725be 100644 --- a/kchart/kdchart/KDChartParams.h +++ b/kchart/kdchart/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,11 +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 +2093,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; |