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-03 12:22:30 +0900
commit35cc826aa1f3112e2f72c15bcecdde08c4f9162a (patch)
tree3baebb7e8b959e454c2b4fd4f2e112845b97419d
parentc2065d4fa38d6093122f1778bab770ec6e99534b (diff)
downloadtwin-style-dekorator-master.tar.gz
twin-style-dekorator-master.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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();
}