summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:22:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 19:42:23 +0900
commit4d8078e6971da45c7797f22601904de24d3b7957 (patch)
treebe5b601526802a9c9eca4b23906b0f4309854e71
parentb3bb9d38c0f5080f102acbb2c8b603957f7ec391 (diff)
downloadtwin-style-dekorator-r14.1.x.tar.gz
twin-style-dekorator-r14.1.x.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 35cc826aa1f3112e2f72c15bcecdde08c4f9162a)
-rw-r--r--client/config/deKoratorconfig.cpp2
-rw-r--r--client/deKoratorclient.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/config/deKoratorconfig.cpp b/client/config/deKoratorconfig.cpp
index fa957da..9543688 100644
--- a/client/config/deKoratorconfig.cpp
+++ b/client/config/deKoratorconfig.cpp
@@ -486,7 +486,7 @@ void DeKoratorConfig::setTheme()
extern "C"
{
- KDE_EXPORT TQObject * allocate_config( TDEConfig * config, TQWidget * parent )
+ TDE_EXPORT TQObject * allocate_config( TDEConfig * config, TQWidget * parent )
{
return ( new DeKoratorConfig( config, parent ) );
}
diff --git a/client/deKoratorclient.cpp b/client/deKoratorclient.cpp
index a88b365..5c312fc 100644
--- a/client/deKoratorclient.cpp
+++ b/client/deKoratorclient.cpp
@@ -178,7 +178,7 @@ TQString DeKoratorFactory::masksPath_ = "";
extern "C"
{
- KDE_EXPORT KDecorationFactory* create_factory()
+ TDE_EXPORT KDecorationFactory* create_factory()
{
return new DeKorator::DeKoratorFactory();
}