Adjusted after dropping obsolete Qt2's QList and QVector classes.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 4 years ago
parent 5780abe4ed
commit 37beffb02b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

Loading…
Cancel
Save