From f0039c7a23d0a9d7a71b9ef4d2bdeae0f678620c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 19:17:45 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- kolf/game.h | 2 +- kolf/kolf.h | 2 +- kolf/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kolf') diff --git a/kolf/game.h b/kolf/game.h index e2e2f8af..2d556749 100644 --- a/kolf/game.h +++ b/kolf/game.h @@ -29,7 +29,7 @@ #include "ball.h" #include "statedb.h" #include "rtti.h" -#include +#include class TQLabel; class TQSlider; diff --git a/kolf/kolf.h b/kolf/kolf.h index 67ce4c91..28251bac 100644 --- a/kolf/kolf.h +++ b/kolf/kolf.h @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "game.h" class KolfGame; diff --git a/kolf/main.cpp b/kolf/main.cpp index 1b9caa76..cc05981b 100644 --- a/kolf/main.cpp +++ b/kolf/main.cpp @@ -11,7 +11,7 @@ #include "kolf.h" #include -#include +#include using namespace std; static const char description[] = -- cgit v1.2.1