summaryrefslogtreecommitdiffstats
path: root/twin-styles/openlook
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:30 +0900
commit8d98323ef663dedbb8fe7c47bc706d069114af6b (patch)
treeac98d916f8087d544f91253bb3a39485e762f98d /twin-styles/openlook
parentd9b27263d7a86f211f5516abff80751ae616ca1d (diff)
downloadtdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.tar.gz
tdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/openlook')
-rw-r--r--twin-styles/openlook/OpenLook.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/openlook/OpenLook.cpp b/twin-styles/openlook/OpenLook.cpp
index b824b9a6..b74f3580 100644
--- a/twin-styles/openlook/OpenLook.cpp
+++ b/twin-styles/openlook/OpenLook.cpp
@@ -40,7 +40,7 @@
#include "OpenLook.h"
-extern "C" KDE_EXPORT KDecorationFactory* create_factory()
+extern "C" TDE_EXPORT KDecorationFactory* create_factory()
{
return new OpenLook::DecorationFactory();
}