Removed obsolete Qt2's TQList class and replaced with TQt3's TQPtrList.

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

@ -18,11 +18,7 @@
#include <iostream>
#include <tqimage.h>
#ifdef QT3
#include <tqptrlist.h>
#else
#include <tqlist.h>
#endif
#include <tqpainter.h>
#include <tqpixmap.h>
#include <tqtimer.h>

@ -22,11 +22,7 @@
#include <tqobject.h>
#ifdef QT3
#include <tqptrlist.h>
#else
#include <tqlist.h>
#endif
#include <tqstring.h>
#include <tqdir.h>

Loading…
Cancel
Save