summaryrefslogtreecommitdiffstats
path: root/kchart/kdchart/KDChartVectorSeries.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-03 13:02:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-05 11:24:13 +0900
commitf25aee7b805a903144ad05ef3e9bb70e6dbdb875 (patch)
treee5fe2e983cadd94279139a4f75be81533d6b0424 /kchart/kdchart/KDChartVectorSeries.h
parent72bac0dd3d8bc03a06efb206a6fbdd618a39ca7e (diff)
downloadkoffice-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/KDChartVectorSeries.h')
-rw-r--r--kchart/kdchart/KDChartVectorSeries.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/kchart/kdchart/KDChartVectorSeries.h b/kchart/kdchart/KDChartVectorSeries.h
index 6bb335109..574708994 100644
--- a/kchart/kdchart/KDChartVectorSeries.h
+++ b/kchart/kdchart/KDChartVectorSeries.h
@@ -38,21 +38,13 @@
// - Implement a TQValueVector interface
#include "KDChartBaseSeries.h"
-#if COMPAT_TQT_VERSION >= 0x030000
#include <tqvaluevector.h>
-#else
-#include <tqarray.h>
-#endif
class KDChartSeriesCollection;
class KDCHART_EXPORT KDChartVectorSeries : public KDChartBaseSeries,
-#if COMPAT_TQT_VERSION >= 0x030000
public TQValueVector<KDChartData>
-#else
- public TQArray<KDChartData>
-#endif
{
public:
virtual ~KDChartVectorSeries();