diff options
author | Timothy Pearson <[email protected]> | 2013-02-16 17:55:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-16 17:55:55 -0600 |
commit | 5fbaba69567fec6978b2587fc1cd4fe66a9e6f80 (patch) | |
tree | 22f20a15668860a09f6c5f9e0a997d2b8a23c43b /tdeabc/plugins/file/resourcefileplugin.cpp | |
parent | a15448c070e58d41c8d7c6cde49d082a379f704b (diff) | |
download | tdelibs-5fbaba69567fec6978b2587fc1cd4fe66a9e6f80.tar.gz tdelibs-5fbaba69567fec6978b2587fc1cd4fe66a9e6f80.zip |
Rename additional kabc files
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 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>(); } |