diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 23:25:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 23:25:56 +0900 |
commit | 5bcc6704f753f686cf721c6f258e768cf52c63f2 (patch) | |
tree | 8bee128c731c8c995e9998aadf4c38cf563ca865 /kchart/kdchart | |
parent | 3378a99a8756ebfb52d9ae8748a4e0d800a592e7 (diff) | |
download | koffice-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.h | 2 |
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 |