From 35cc826aa1f3112e2f72c15bcecdde08c4f9162a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:22:30 +0900 Subject: [PATCH] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- client/config/deKoratorconfig.cpp | 2 +- client/deKoratorclient.cpp | 2 +- 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(); }