diff options
Diffstat (limited to 'tderesources/caldav/plugin.cpp')
-rw-r--r-- | tderesources/caldav/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/caldav/plugin.cpp b/tderesources/caldav/plugin.cpp index 9ce6d60f6..c7ea06e81 100644 --- a/tderesources/caldav/plugin.cpp +++ b/tderesources/caldav/plugin.cpp @@ -32,7 +32,7 @@ using namespace KCal; ========================================================================*/ // Creates the resource factory. -//EXPORT_KRESOURCES_PLUGIN2( ResourceCalDav, ResourceCalDavConfig, "libkcal", "kres_caldav" ) +//EXPORT_TDERESOURCES_PLUGIN2( ResourceCalDav, ResourceCalDavConfig, "libkcal", "kres_caldav" ) typedef KRES::PluginFactory<ResourceCalDav, ResourceCalDavConfig> CalDavFactory; |