From 8d98323ef663dedbb8fe7c47bc706d069114af6b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:47:30 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- twin-styles/openlook/OpenLook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/openlook') 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(); } -- cgit v1.2.1