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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 4 years ago
parent ac2ba5c5ef
commit ebf7cc5c5c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -24,8 +24,6 @@
#include <tqptrstack.h>
#include <kwdwriter.h>
//#include <tqstack.h>
/**
*@author Frank Dekervel
*/

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