diff options
Diffstat (limited to 'tderesources/groupwise/tdeabc_resourcegroupwise_plugin.cpp')
-rw-r--r-- | tderesources/groupwise/tdeabc_resourcegroupwise_plugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/groupwise/tdeabc_resourcegroupwise_plugin.cpp b/tderesources/groupwise/tdeabc_resourcegroupwise_plugin.cpp index b3a94a901..29d94d4f5 100644 --- a/tderesources/groupwise/tdeabc_resourcegroupwise_plugin.cpp +++ b/tderesources/groupwise/tdeabc_resourcegroupwise_plugin.cpp @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "kabc_resourcegroupwise.h" -#include "kabc_resourcegroupwiseconfig.h" +#include "tdeabc_resourcegroupwise.h" +#include "tdeabc_resourcegroupwiseconfig.h" #include <tdeglobal.h> #include <tdelocale.h> @@ -27,7 +27,7 @@ using namespace KABC; typedef KRES::PluginFactory<ResourceGroupwise, ResourceGroupwiseConfig> GroupwiseFactory; -// FIXME: Use K_EXPORT_COMPONENT_FACTORY( kabc_groupwise, GroupwiseFactory ); here +// FIXME: Use K_EXPORT_COMPONENT_FACTORY( tdeabc_groupwise, GroupwiseFactory ); here // Problem: How do I insert the catalogue??? extern "C" { |