diff options
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 0cbde9c9..089c725b 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; |