diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-20 21:47:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-20 21:47:57 +0900 |
| commit | ef48116dd58021d42a624d72d48409b568fa7759 (patch) | |
| tree | 4890f48664e5438b3407c2415c9fa8abe14a39d7 | |
| parent | b63cb8fccb0465744012985e55315667f3ca8542 (diff) | |
| download | kmymoney-ef48116d.tar.gz kmymoney-ef48116d.zip | |
Removed obsolete Qt2's TQVector class and replaced
with TQt3's TQPtrVector.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | libkdchart/KDChartGlobal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libkdchart/KDChartGlobal.h b/libkdchart/KDChartGlobal.h index 5629caa..d315ee3 100644 --- a/libkdchart/KDChartGlobal.h +++ b/libkdchart/KDChartGlobal.h @@ -101,7 +101,6 @@ #endif // Q_OS_TEMP #endif // TQT_NO_COMPAT -#define TQPtrVector TQVector #define TQMemArray TQArray #include <tqlist.h> |
