diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:38:52 +0900 |
commit | 68b14f31cdc7c80e149a434fac04905e22a70f94 (patch) | |
tree | df7a046051ee22c0cc274325e9245ae835ab7d69 /librss/global.h | |
parent | 9b9763c73df7717794550600bc647d835e8455d5 (diff) | |
download | tdenetwork-68b14f31cdc7c80e149a434fac04905e22a70f94.tar.gz tdenetwork-68b14f31cdc7c80e149a434fac04905e22a70f94.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit dd8d99038909d994be861a5e772e337cf17a66bf)
Diffstat (limited to 'librss/global.h')
-rw-r--r-- | librss/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librss/global.h b/librss/global.h index 7d249f3f..c7f89b9d 100644 --- a/librss/global.h +++ b/librss/global.h @@ -11,7 +11,7 @@ #ifndef LIBRSS_GLOBAL_H #define LIBRSS_GLOBAL_H -#include <kdemacros.h> +#include <tdemacros.h> #define LIBRSS_EXPORT TDE_EXPORT |