diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 16:02:34 +0900 |
commit | 7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e (patch) | |
tree | f63d015ae98a52b2020591c440eeceae38698c4c /tderesources/blogging | |
parent | 62c95d25331f3e2d652e2ae995ff51f7cb1f2bcf (diff) | |
download | tdepim-7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e.tar.gz tdepim-7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d6705bac5da767ff271b66c0f01ff6ed6352515e)
Diffstat (limited to 'tderesources/blogging')
-rw-r--r-- | tderesources/blogging/kcal_resourceblogging.h | 2 | ||||
-rw-r--r-- | tderesources/blogging/kcal_resourcebloggingconfig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/blogging/kcal_resourceblogging.h b/tderesources/blogging/kcal_resourceblogging.h index 2e401d8f6..109d9ccf0 100644 --- a/tderesources/blogging/kcal_resourceblogging.h +++ b/tderesources/blogging/kcal_resourceblogging.h @@ -33,7 +33,7 @@ namespace KCal { /** This class provides a resource for accessing blogs on a blogging server as journals */ -class KDE_EXPORT ResourceBlogging : public ResourceGroupwareBase +class TDE_EXPORT ResourceBlogging : public ResourceGroupwareBase { TQ_OBJECT diff --git a/tderesources/blogging/kcal_resourcebloggingconfig.h b/tderesources/blogging/kcal_resourcebloggingconfig.h index 7d69f830e..d78042b34 100644 --- a/tderesources/blogging/kcal_resourcebloggingconfig.h +++ b/tderesources/blogging/kcal_resourcebloggingconfig.h @@ -25,7 +25,7 @@ namespace KCal { -class KDE_EXPORT ResourceBloggingConfig : public ResourceGroupwareBaseConfig +class TDE_EXPORT ResourceBloggingConfig : public ResourceGroupwareBaseConfig { TQ_OBJECT |