summaryrefslogtreecommitdiffstats
path: root/kchart/kdchart
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-17 23:25:56 +0900
committerMichele Calgaro <[email protected]>2018-10-17 23:25:56 +0900
commit5bcc6704f753f686cf721c6f258e768cf52c63f2 (patch)
tree8bee128c731c8c995e9998aadf4c38cf563ca865 /kchart/kdchart
parent3378a99a8756ebfb52d9ae8748a4e0d800a592e7 (diff)
downloadkoffice-5bcc6704f753f686cf721c6f258e768cf52c63f2.tar.gz
koffice-5bcc6704f753f686cf721c6f258e768cf52c63f2.zip
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kchart/kdchart')
-rw-r--r--kchart/kdchart/KDChartGlobal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kchart/kdchart/KDChartGlobal.h b/kchart/kdchart/KDChartGlobal.h
index ab7750ed..5629caa8 100644
--- a/kchart/kdchart/KDChartGlobal.h
+++ b/kchart/kdchart/KDChartGlobal.h
@@ -101,8 +101,6 @@
#endif // Q_OS_TEMP
#endif // TQT_NO_COMPAT
-#define TQPtrList TQList
-#define TQPtrListIterator TQListIterator
#define TQPtrVector TQVector
#define TQMemArray TQArray