summaryrefslogtreecommitdiffstats
path: root/umbrello
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:53 +0900
commit10f886b2fa3fbe9397f6dcaf0db77f1e706b2356 (patch)
tree5804a0c29ddb04aaee49c771fff433b8b5368836 /umbrello
parent977c5266d3155a08424862bd40a3bde40c9e0d4a (diff)
downloadtdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.tar.gz
tdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'umbrello')
-rw-r--r--umbrello/umbrello/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/plugin.h b/umbrello/umbrello/plugin.h
index 2b731f08..923c8a6c 100644
--- a/umbrello/umbrello/plugin.h
+++ b/umbrello/umbrello/plugin.h
@@ -47,7 +47,7 @@ class TDEConfig;
* as the parameter.
*/
#define UMBRELLO_EXPORT_PLUGIN_FACTORY(libname, factory) \
- extern "C" { KDE_EXPORT void *init_##libname() { return new factory(#libname); } }
+ extern "C" { TDE_EXPORT void *init_##libname() { return new factory(#libname); } }
namespace Umbrello
{