diff options
Diffstat (limited to 'tderesources/kolab/kabc/resourcekolab.cpp')
-rw-r--r-- | tderesources/kolab/kabc/resourcekolab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/kolab/kabc/resourcekolab.cpp b/tderesources/kolab/kabc/resourcekolab.cpp index 246c0eec2..226d7da89 100644 --- a/tderesources/kolab/kabc/resourcekolab.cpp +++ b/tderesources/kolab/kabc/resourcekolab.cpp @@ -69,7 +69,7 @@ class KolabFactory : public KRES::PluginFactoryBase } }; -K_EXPORT_COMPONENT_FACTORY(kabc_kolab,KolabFactory) +K_EXPORT_COMPONENT_FACTORY(tdeabc_kolab,KolabFactory) static const char* s_kmailContentsType = "Contact"; static const char* s_attachmentMimeTypeContact = "application/x-vnd.kolab.contact"; |