From 37beffb02b15773dc224b48670c57f9fd70ccc2b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 24 May 2020 22:16:28 +0900 Subject: [PATCH] Adjusted after dropping obsolete Qt2's QList and QVector classes. Signed-off-by: Michele Calgaro --- libkdchart/KDChartGlobal.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libkdchart/KDChartGlobal.h b/libkdchart/KDChartGlobal.h index d315ee3..9d17abd 100644 --- a/libkdchart/KDChartGlobal.h +++ b/libkdchart/KDChartGlobal.h @@ -103,19 +103,16 @@ #define TQMemArray TQArray -#include -#include #include #else -#include -#include #include #endif // end of #if COMPAT_TQT_VERSION < 0x030000 - +#include +#include #endif