diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:32:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:32:30 -0600 |
commit | 8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a (patch) | |
tree | 32f637246a26cbd9f49a9b6d907d8aaa85953a58 /tderesources/caldav/plugin.cpp | |
parent | b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8 (diff) | |
download | tdepim-8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a.tar.gz tdepim-8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a.zip |
Rename a few build variables for overall consistency
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; |