diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 22:36:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 22:36:47 +0900 |
commit | ebf7cc5c5c85e5e1c764522fb0b5419301e81370 (patch) | |
tree | 0db03e18c9158c247e2dd93ec9bd7f95fdd86b6c /kchart | |
parent | ac2ba5c5ef5f935719df97951e462ce71bd3d1bd (diff) | |
download | koffice-ebf7cc5c5c85e5e1c764522fb0b5419301e81370.tar.gz koffice-ebf7cc5c5c85e5e1c764522fb0b5419301e81370.zip |
Adjusted after dropping obsolete Qt2's QList and QVector classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kchart')
-rw-r--r-- | kchart/kdchart/KDChartGlobal.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/kchart/kdchart/KDChartGlobal.h b/kchart/kdchart/KDChartGlobal.h index d315ee3a..9d17abd4 100644 --- a/kchart/kdchart/KDChartGlobal.h +++ b/kchart/kdchart/KDChartGlobal.h @@ -103,19 +103,16 @@ #define TQMemArray TQArray -#include <tqlist.h> -#include <tqvector.h> #include <tqarray.h> #else -#include <tqptrlist.h> -#include <tqptrvector.h> #include <tqmemarray.h> #endif // end of #if COMPAT_TQT_VERSION < 0x030000 - +#include <tqptrlist.h> +#include <tqptrvector.h> #endif |