diff options
author | Michele Calgaro <[email protected]> | 2023-06-03 13:02:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-03 13:02:24 +0900 |
commit | 72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded (patch) | |
tree | e5fe2e983cadd94279139a4f75be81533d6b0424 /kchart/kdchart/KDChartLinesPainter.cpp | |
parent | 5d5725effa1a9e1567b9226f49338e8fe00a3107 (diff) | |
download | koffice-72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded.tar.gz koffice-72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kchart/kdchart/KDChartLinesPainter.cpp')
-rw-r--r-- | kchart/kdchart/KDChartLinesPainter.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kchart/kdchart/KDChartLinesPainter.cpp b/kchart/kdchart/KDChartLinesPainter.cpp index 24a9b906..705abb98 100644 --- a/kchart/kdchart/KDChartLinesPainter.cpp +++ b/kchart/kdchart/KDChartLinesPainter.cpp @@ -31,12 +31,7 @@ #include <KDChartPropertySet.h> #include <tqpainter.h> - -#if COMPAT_TQT_VERSION >= 0x030000 #include <tqvaluevector.h> -#else -#include <tqarray.h> -#endif #include <stdlib.h> @@ -286,11 +281,7 @@ void KDChartLinesPainter::specificPaintData( TQPainter* painter, ( dataset >= static_cast < int > ( datasetStart ) && dataset >= 0 ); --dataset ) ++arrayNumDatasets; -#if COMPAT_TQT_VERSION >= 0x030000 TQValueVector<MyPoint> allPoints( -#else - TQArray<MyPoint> allPoints( -#endif arrayNumDatasets * arrayNumValues ); KDChartPropertySet curPropSet; |