summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartParams.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartParams.h')
-rw-r--r--libkdchart/KDChartParams.h11
1 files changed, 1 insertions, 10 deletions
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 <tqtextstream.h>
#include <tqsimplerichtext.h>
#include <tqdom.h>
+#include <tqvaluevector.h>
#include <limits.h>
#include <math.h>
@@ -54,12 +55,6 @@
#include "KDChartAxisParams.h"
#include "KDChartPropertySet.h"
-#if COMPAT_TQT_VERSION >= 0x030000
-#include <tqvaluevector.h>
-#else
-#include <tqarray.h>
-#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<uint> AxesArray;
-#else
- typedef TQArray<uint> AxesArray;
-#endif
public slots:
bool chartAxes( uint chart, uint& cnt, AxesArray& axes ) const;