diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:18:24 +0900 |
commit | dd8d99038909d994be861a5e772e337cf17a66bf (patch) | |
tree | 69823a04e25014317a83a82751fb1bdfa7e29e02 /librss | |
parent | fca8eb90bffaf0912c69e63be3d38fd943cba898 (diff) | |
download | tdenetwork-dd8d99038909d994be861a5e772e337cf17a66bf.tar.gz tdenetwork-dd8d99038909d994be861a5e772e337cf17a66bf.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'librss')
-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 |