diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:22:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:22:30 +0900 |
commit | 35cc826aa1f3112e2f72c15bcecdde08c4f9162a (patch) | |
tree | 3baebb7e8b959e454c2b4fd4f2e112845b97419d | |
parent | c2065d4fa38d6093122f1778bab770ec6e99534b (diff) | |
download | twin-style-dekorator-35cc826aa1f3112e2f72c15bcecdde08c4f9162a.tar.gz twin-style-dekorator-35cc826aa1f3112e2f72c15bcecdde08c4f9162a.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | client/config/deKoratorconfig.cpp | 2 | ||||
-rw-r--r-- | 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(); } |