summaryrefslogtreecommitdiffstats
path: root/tdeabc/plugins/file/resourcefileplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/plugins/file/resourcefileplugin.cpp')
-rw-r--r--tdeabc/plugins/file/resourcefileplugin.cpp2
1 files changed, 1 insertions, 1 deletions
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<ResourceFile, ResourceFileConfig>();
}