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 4dce19bc0..7c5b3359d 100644
--- a/tdeabc/plugins/file/resourcefileplugin.cpp
+++ b/tdeabc/plugins/file/resourcefileplugin.cpp
@@ -25,7 +25,7 @@ using namespace KABC;
extern "C"
{
- KDE_EXPORT void *init_kabc_file()
+ KDE_EXPORT void *init_tdeabc_file()
{
return new KRES::PluginFactory<ResourceFile, ResourceFileConfig>();
}