From 2e2296846ee2422cb880a4ea3e7e7a17c0a1038c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 24 May 2020 21:41:00 +0900 Subject: Removed obsolete Qt2's TQList class and replaced with TQt3's TQPtrList. Signed-off-by: Michele Calgaro --- kgoldrunner/src/kgrfigure.h | 4 ---- kgoldrunner/src/kgrgame.h | 4 ---- 2 files changed, 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 #include -#ifdef QT3 #include -#else -#include -#endif #include #include #include 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 -#ifdef QT3 #include -#else -#include -#endif #include #include -- cgit v1.2.1