diff options
-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> |