summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-24 22:36:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-24 22:36:47 +0900
commitebf7cc5c5c85e5e1c764522fb0b5419301e81370 (patch)
tree0db03e18c9158c247e2dd93ec9bd7f95fdd86b6c
parentac2ba5c5ef5f935719df97951e462ce71bd3d1bd (diff)
downloadkoffice-ebf7cc5c.tar.gz
koffice-ebf7cc5c.zip
Adjusted after dropping obsolete Qt2's QList and QVector classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--filters/kword/html/import/tdehtmlreader.h2
-rw-r--r--kchart/kdchart/KDChartGlobal.h7
2 files changed, 2 insertions, 7 deletions
diff --git a/filters/kword/html/import/tdehtmlreader.h b/filters/kword/html/import/tdehtmlreader.h
index e2682d0e3..c0c8caebb 100644
--- a/filters/kword/html/import/tdehtmlreader.h
+++ b/filters/kword/html/import/tdehtmlreader.h
@@ -24,8 +24,6 @@
#include <tqptrstack.h>
#include <kwdwriter.h>
-//#include <tqstack.h>
-
/**
*@author Frank Dekervel
*/
diff --git a/kchart/kdchart/KDChartGlobal.h b/kchart/kdchart/KDChartGlobal.h
index d315ee3ad..9d17abd4d 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