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/KDChartLinesPainter.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libkdchart/KDChartLinesPainter.cpp') diff --git a/libkdchart/KDChartLinesPainter.cpp b/libkdchart/KDChartLinesPainter.cpp index 8e4fa4e..fbf5f0f 100644 --- a/libkdchart/KDChartLinesPainter.cpp +++ b/libkdchart/KDChartLinesPainter.cpp @@ -36,12 +36,7 @@ #include #include - -#if COMPAT_TQT_VERSION >= 0x030000 #include -#else -#include -#endif #include @@ -291,11 +286,7 @@ void KDChartLinesPainter::specificPaintData( TQPainter* painter, ( dataset >= static_cast < int > ( datasetStart ) && dataset >= 0 ); --dataset ) ++arrayNumDatasets; -#if COMPAT_TQT_VERSION >= 0x030000 TQValueVector allPoints( -#else - TQArray allPoints( -#endif arrayNumDatasets * arrayNumValues ); KDChartPropertySet curPropSet; -- cgit v1.2.1