diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:17:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 20:29:28 +0900 |
commit | 4905e1cc7880b1e7aec03a09fbece7884955de2e (patch) | |
tree | 025b3948768a077f84c11c15e689323c931f755c /kolf | |
parent | 51f2fa3f69c03614557079a6c8706550d1cf6814 (diff) | |
download | tdegames-4905e1cc7880b1e7aec03a09fbece7884955de2e.tar.gz tdegames-4905e1cc7880b1e7aec03a09fbece7884955de2e.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f0039c7a23d0a9d7a71b9ef4d2bdeae0f678620c)
Diffstat (limited to 'kolf')
-rw-r--r-- | kolf/game.h | 2 | ||||
-rw-r--r-- | kolf/kolf.h | 2 | ||||
-rw-r--r-- | kolf/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
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 <kdemacros.h> +#include <tdemacros.h> 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 <tqstring.h> #include <tqwidget.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> #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 <iostream> -#include <kdemacros.h> +#include <tdemacros.h> using namespace std; static const char description[] = |