summaryrefslogtreecommitdiffstats
path: root/tderesources/egroupware/tdeabc_resourcexmlrpcplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/egroupware/tdeabc_resourcexmlrpcplugin.cpp')
-rw-r--r--tderesources/egroupware/tdeabc_resourcexmlrpcplugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpcplugin.cpp b/tderesources/egroupware/tdeabc_resourcexmlrpcplugin.cpp
index e1f25bdcb..004c6a403 100644
--- a/tderesources/egroupware/tdeabc_resourcexmlrpcplugin.cpp
+++ b/tderesources/egroupware/tdeabc_resourcexmlrpcplugin.cpp
@@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA.
*/
-#include "kabc_resourcexmlrpc.h"
-#include "kabc_resourcexmlrpcconfig.h"
+#include "tdeabc_resourcexmlrpc.h"
+#include "tdeabc_resourcexmlrpcconfig.h"
#include <tdeglobal.h>
#include <tdelocale.h>
@@ -28,7 +28,7 @@ using namespace KABC;
typedef KRES::PluginFactory< ResourceXMLRPC, ResourceXMLRPCConfig > XMLRPCFactory;
-// FIXME: Use K_EXPORT_COMPONENT_FACTORY( kabc_xmlrpc, XMLRPCFactory ); here
+// FIXME: Use K_EXPORT_COMPONENT_FACTORY( tdeabc_xmlrpc, XMLRPCFactory ); here
// Problem: How to insert the catalogue!
extern "C"
{