diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:41:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:41:00 +0900 |
commit | 2e2296846ee2422cb880a4ea3e7e7a17c0a1038c (patch) | |
tree | dec32e0471c62f53435945be3f50a012153615d2 /kgoldrunner | |
parent | 253c5d129f4e736655596fc09437811d398d2c70 (diff) | |
download | tdegames-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>
Diffstat (limited to 'kgoldrunner')
-rw-r--r-- | kgoldrunner/src/kgrfigure.h | 4 | ||||
-rw-r--r-- | kgoldrunner/src/kgrgame.h | 4 |
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> |