From 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:17:04 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- kexi/plugins/scripting/kexiapp/kexiappmodule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/plugins/scripting/kexiapp/kexiappmodule.cpp') diff --git a/kexi/plugins/scripting/kexiapp/kexiappmodule.cpp b/kexi/plugins/scripting/kexiapp/kexiappmodule.cpp index 9a1c73d7..ffdfebb9 100644 --- a/kexi/plugins/scripting/kexiapp/kexiappmodule.cpp +++ b/kexi/plugins/scripting/kexiapp/kexiappmodule.cpp @@ -37,7 +37,7 @@ extern "C" * Exported an loadable function as entry point to use * the \a KexiAppModule. */ - Kross::Api::Object* KDE_EXPORT init_module(Kross::Api::Manager* manager) + Kross::Api::Object* TDE_EXPORT init_module(Kross::Api::Manager* manager) { return new Kross::KexiApp::KexiAppModule(manager); } -- cgit v1.2.1