diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:48:40 +0900 |
commit | 3e0f7a409460b4a40872efd34398ea4ebcf64c47 (patch) | |
tree | 1a4a3baf4e5d99bed65742da56ec3e1c7c7c9d2c /librss | |
parent | 263539096d9f265deccacb29c4a39fb85be41af8 (diff) | |
download | tdenetwork-3e0f7a409460b4a40872efd34398ea4ebcf64c47.tar.gz tdenetwork-3e0f7a409460b4a40872efd34398ea4ebcf64c47.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
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 2afe3dd2..7d249f3f 100644 --- a/librss/global.h +++ b/librss/global.h @@ -13,7 +13,7 @@ #include <kdemacros.h> -#define LIBRSS_EXPORT KDE_EXPORT +#define LIBRSS_EXPORT TDE_EXPORT template <class> class TQValueList; |