diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:38:21 +0900 |
commit | c23bd5af9d9a46e901fbd65a33dbeb222ad7ef74 (patch) | |
tree | 505be127fd888224ac45b3965836d1089b9a9937 /libkcddb | |
parent | 0bff0f8b8b2030effcb2f6c1f6be067ebd5a6892 (diff) | |
download | tdemultimedia-c23bd5af9d9a46e901fbd65a33dbeb222ad7ef74.tar.gz tdemultimedia-c23bd5af9d9a46e901fbd65a33dbeb222ad7ef74.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d)
Diffstat (limited to 'libkcddb')
-rw-r--r-- | libkcddb/cache.h | 2 | ||||
-rw-r--r-- | libkcddb/cdinfo.h | 2 | ||||
-rw-r--r-- | libkcddb/client.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libkcddb/cache.h b/libkcddb/cache.h index 50dbdc97..939c9b36 100644 --- a/libkcddb/cache.h +++ b/libkcddb/cache.h @@ -26,7 +26,7 @@ #include <tqstring.h> #include "cdinfo.h" -#include <kdemacros.h> +#include <tdemacros.h> namespace KCDDB { class TDE_EXPORT Cache diff --git a/libkcddb/cdinfo.h b/libkcddb/cdinfo.h index 25d94804..15984b11 100644 --- a/libkcddb/cdinfo.h +++ b/libkcddb/cdinfo.h @@ -24,7 +24,7 @@ #include <tqstringlist.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <tqvariant.h> namespace KCDDB diff --git a/libkcddb/client.h b/libkcddb/client.h index e28f9612..fd4cdbf5 100644 --- a/libkcddb/client.h +++ b/libkcddb/client.h @@ -25,7 +25,7 @@ #include "cdinfo.h" #include <tqobject.h> #include "cddb.h" -#include <kdemacros.h> +#include <tdemacros.h> namespace KCDDB { |