diff options
Diffstat (limited to 'tderesources/groupdav/tdeabc_resourcegroupdav_plugin.cpp')
-rw-r--r-- | tderesources/groupdav/tdeabc_resourcegroupdav_plugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/groupdav/tdeabc_resourcegroupdav_plugin.cpp b/tderesources/groupdav/tdeabc_resourcegroupdav_plugin.cpp index 1ef588dfd..b877231d7 100644 --- a/tderesources/groupdav/tdeabc_resourcegroupdav_plugin.cpp +++ b/tderesources/groupdav/tdeabc_resourcegroupdav_plugin.cpp @@ -20,8 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "kabc_resourcegroupdav.h" -#include "kabc_resourcegroupwarebaseconfig.h" +#include "tdeabc_resourcegroupdav.h" +#include "tdeabc_resourcegroupwarebaseconfig.h" #include <tdeglobal.h> #include <tdelocale.h> @@ -29,7 +29,7 @@ using namespace KABC; typedef KRES::PluginFactory< ResourceGroupDav, ResourceGroupwareBaseConfig > GroupDavFactory; -// FIXME: Use K_EXPORT_COMPONENT_FACTORY( kabc_groupdav, GroupDavFactory ); here +// FIXME: Use K_EXPORT_COMPONENT_FACTORY( tdeabc_groupdav, GroupDavFactory ); here // Problem: How do I insert the catalogue??? extern "C" { |