summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/plugin.h')
-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
{