diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:47:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:47:30 +0900 |
commit | 8d98323ef663dedbb8fe7c47bc706d069114af6b (patch) | |
tree | ac98d916f8087d544f91253bb3a39485e762f98d /twin-styles/smooth-blend/client | |
parent | d9b27263d7a86f211f5516abff80751ae616ca1d (diff) | |
download | tdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.tar.gz tdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin-styles/smooth-blend/client')
-rw-r--r-- | twin-styles/smooth-blend/client/config/smoothblendconfig.cpp | 2 | ||||
-rw-r--r-- | twin-styles/smooth-blend/client/smoothblend.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp index 7f6a2d0d..159ef9cf 100644 --- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp +++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp @@ -174,7 +174,7 @@ void smoothblendConfig::defaults() { extern "C" { - KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) + TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { return (new smoothblendConfig(config, parent)); } diff --git a/twin-styles/smooth-blend/client/smoothblend.cpp b/twin-styles/smooth-blend/client/smoothblend.cpp index be1d5bb4..78295cfd 100644 --- a/twin-styles/smooth-blend/client/smoothblend.cpp +++ b/twin-styles/smooth-blend/client/smoothblend.cpp @@ -61,7 +61,7 @@ static const uint ANIMATIONSTEPS = 4; extern "C" { - KDE_EXPORT KDecorationFactory* create_factory() + TDE_EXPORT KDecorationFactory* create_factory() { return new smoothblend::smoothblendFactory(); } |