From 62949e0a61c1340c38a696a7652fde623c36b0ae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 1 May 2024 21:32:16 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit bba3128085abe1a32cca43d9fb8ac02c2a29bf6b) --- tdeabc/plugins/file/resourcefileplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeabc/plugins/file/resourcefileplugin.cpp') diff --git a/tdeabc/plugins/file/resourcefileplugin.cpp b/tdeabc/plugins/file/resourcefileplugin.cpp index 6f7598a40..1838bf6b9 100644 --- a/tdeabc/plugins/file/resourcefileplugin.cpp +++ b/tdeabc/plugins/file/resourcefileplugin.cpp @@ -25,7 +25,7 @@ using namespace TDEABC; extern "C" { - KDE_EXPORT void *init_tdeabc_file() + TDE_EXPORT void *init_tdeabc_file() { return new KRES::PluginFactory(); } -- cgit v1.2.1