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 /libtdegames/highscore | |
| parent | 51f2fa3f69c03614557079a6c8706550d1cf6814 (diff) | |
| download | tdegames-4905e1cc.tar.gz tdegames-4905e1cc.zip | |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f0039c7a23d0a9d7a71b9ef4d2bdeae0f678620c)
Diffstat (limited to 'libtdegames/highscore')
| -rw-r--r-- | libtdegames/highscore/kexthighscore.h | 2 | ||||
| -rw-r--r-- | libtdegames/highscore/kexthighscore_item.h | 2 | ||||
| -rw-r--r-- | libtdegames/highscore/khighscore.h | 2 | ||||
| -rw-r--r-- | libtdegames/highscore/kscoredialog.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libtdegames/highscore/kexthighscore.h b/libtdegames/highscore/kexthighscore.h index fc8c1a25..a21459db 100644 --- a/libtdegames/highscore/kexthighscore.h +++ b/libtdegames/highscore/kexthighscore.h @@ -23,7 +23,7 @@ #include "kexthighscore_item.h" #include <kurl.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQTabWidget; diff --git a/libtdegames/highscore/kexthighscore_item.h b/libtdegames/highscore/kexthighscore_item.h index 72a5911b..df3219b5 100644 --- a/libtdegames/highscore/kexthighscore_item.h +++ b/libtdegames/highscore/kexthighscore_item.h @@ -24,7 +24,7 @@ #include <tqnamespace.h> #include <tqmap.h> #include <tqvaluevector.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQWidget; diff --git a/libtdegames/highscore/khighscore.h b/libtdegames/highscore/khighscore.h index 62451fc8..d75a26e9 100644 --- a/libtdegames/highscore/khighscore.h +++ b/libtdegames/highscore/khighscore.h @@ -25,7 +25,7 @@ #include <tqstring.h> #include <tqobject.h> -#include <kdemacros.h> +#include <tdemacros.h> class TDEConfig; class KFileLock; class KRawConfig; diff --git a/libtdegames/highscore/kscoredialog.h b/libtdegames/highscore/kscoredialog.h index 6789654c..30222b14 100644 --- a/libtdegames/highscore/kscoredialog.h +++ b/libtdegames/highscore/kscoredialog.h @@ -29,7 +29,7 @@ this software. #include <tqptrlist.h> #include <kdialogbase.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQGridLayout; class TQLineEdit; class TQWidgetStack; |
