summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:47:30 +0900
committerMichele Calgaro <[email protected]>2024-05-06 20:36:13 +0900
commit82b7c9da6c7f73bb0a7158182e36856e845501b0 (patch)
tree90b6c7f9b07956543d7a008fff732fae4fa2dc68 /twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
parentee89d0836292795b2de9bef32276cf27391c57a6 (diff)
downloadtdeartwork-82b7c9da6c7f73bb0a7158182e36856e845501b0.tar.gz
tdeartwork-82b7c9da6c7f73bb0a7158182e36856e845501b0.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8d98323ef663dedbb8fe7c47bc706d069114af6b)
Diffstat (limited to 'twin-styles/smooth-blend/client/config/smoothblendconfig.cpp')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.cpp2
1 files changed, 1 insertions, 1 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));
}