summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartSeriesCollection.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-03 13:33:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-05 11:24:56 +0900
commit1a2f76163a8ce08c850f1f632d0a295be57d6807 (patch)
tree206561d838f27d560e568638f52700620aa12209 /libkdchart/KDChartSeriesCollection.h
parentd09e55dfbb793fc01c18d82eacbc59d6056a9390 (diff)
downloadkmymoney-1a2f76163a8ce08c850f1f632d0a295be57d6807.tar.gz
kmymoney-1a2f76163a8ce08c850f1f632d0a295be57d6807.zip
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a3a44b5daea0e8674401be3b8b9f15bccd64520d)
Diffstat (limited to 'libkdchart/KDChartSeriesCollection.h')
-rw-r--r--libkdchart/KDChartSeriesCollection.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/libkdchart/KDChartSeriesCollection.h b/libkdchart/KDChartSeriesCollection.h
index bacda72..9818aff 100644
--- a/libkdchart/KDChartSeriesCollection.h
+++ b/libkdchart/KDChartSeriesCollection.h
@@ -31,25 +31,17 @@
// to avoid problems in TableBase - it doesn't include this - bug!
#include <tqtable.h>
+#include <tqvaluevector.h>
#include "KDChartTableBase.h"
#include "KDChartBaseSeries.h"
-#if COMPAT_TQT_VERSION >= 0x030000
-#include <tqvaluevector.h>
-#else
-#include <tqarray.h>
-#endif
class KDChartParams;
#include "KDChartAxisParams.h"
// takes ownership of any series passed to it, and will delete
// them when it is deleted.
class KDCHART_EXPORT KDChartSeriesCollection : public KDChartTableDataBase,
-#if COMPAT_TQT_VERSION >= 0x030000
public TQValueVector<KDChartBaseSeries *>
-#else
- public TQArray<KDChartBaseSeries *>
-#endif
{
// Standard KDChartTableDataBase interface
public: