summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-24 21:41:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-24 21:41:00 +0900
commit2e2296846ee2422cb880a4ea3e7e7a17c0a1038c (patch)
treedec32e0471c62f53435945be3f50a012153615d2
parent253c5d129f4e736655596fc09437811d398d2c70 (diff)
downloadtdegames-2e2296846ee2422cb880a4ea3e7e7a17c0a1038c.tar.gz
tdegames-2e2296846ee2422cb880a4ea3e7e7a17c0a1038c.zip
Removed obsolete Qt2's TQList class and replaced with TQt3's TQPtrList.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kgoldrunner/src/kgrfigure.h4
-rw-r--r--kgoldrunner/src/kgrgame.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/kgoldrunner/src/kgrfigure.h b/kgoldrunner/src/kgrfigure.h
index f25950b2..2494d9f1 100644
--- a/kgoldrunner/src/kgrfigure.h
+++ b/kgoldrunner/src/kgrfigure.h
@@ -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>
diff --git a/kgoldrunner/src/kgrgame.h b/kgoldrunner/src/kgrgame.h
index 4e420199..dfc51d3e 100644
--- a/kgoldrunner/src/kgrgame.h
+++ b/kgoldrunner/src/kgrgame.h
@@ -22,11 +22,7 @@
#include <tqobject.h>
-#ifdef QT3
#include <tqptrlist.h>
-#else
-#include <tqlist.h>
-#endif
#include <tqstring.h>
#include <tqdir.h>