summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/scripting/kexiapp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:04 +0900
commit8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0 (patch)
treec1b3ae8050035eb41fca603d5f79108f1b3bdddc /kexi/plugins/scripting/kexiapp
parent2a37ffc54416b5737365e14dd3c513c983e5772a (diff)
downloadkoffice-8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0.tar.gz
koffice-8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/plugins/scripting/kexiapp')
-rw-r--r--kexi/plugins/scripting/kexiapp/kexiappmodule.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}