From 1a2f76163a8ce08c850f1f632d0a295be57d6807 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 3 Jun 2023 13:33:59 +0900 Subject: Drop Qt2 obsolete classes Signed-off-by: Michele Calgaro (cherry picked from commit a3a44b5daea0e8674401be3b8b9f15bccd64520d) --- libkdchart/KDChartParams.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libkdchart/KDChartParams.h') 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 #include #include +#include #include #include @@ -54,12 +55,6 @@ #include "KDChartAxisParams.h" #include "KDChartPropertySet.h" -#if COMPAT_TQT_VERSION >= 0x030000 -#include -#else -#include -#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 AxesArray; -#else - typedef TQArray AxesArray; -#endif public slots: bool chartAxes( uint chart, uint& cnt, AxesArray& axes ) const; -- cgit v1.2.1