diff options
Diffstat (limited to 'tdeabc/plugins/file/resourcefileplugin.cpp')
-rw-r--r-- | tdeabc/plugins/file/resourcefileplugin.cpp | 2 |
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>(); } |