diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:17:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 20:29:28 +0900 |
commit | 4905e1cc7880b1e7aec03a09fbece7884955de2e (patch) | |
tree | 025b3948768a077f84c11c15e689323c931f755c /libtdegames/kchatbase.h | |
parent | 51f2fa3f69c03614557079a6c8706550d1cf6814 (diff) | |
download | tdegames-4905e1cc7880b1e7aec03a09fbece7884955de2e.tar.gz tdegames-4905e1cc7880b1e7aec03a09fbece7884955de2e.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f0039c7a23d0a9d7a71b9ef4d2bdeae0f678620c)
Diffstat (limited to 'libtdegames/kchatbase.h')
-rw-r--r-- | libtdegames/kchatbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kchatbase.h b/libtdegames/kchatbase.h index bd06ccb9..0012bb40 100644 --- a/libtdegames/kchatbase.h +++ b/libtdegames/kchatbase.h @@ -24,7 +24,7 @@ #include <tqlistbox.h> #include <tdeglobalsettings.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQListBoxItem; class TDEConfig; |