summaryrefslogtreecommitdiffstats
path: root/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/egroupware/kabc_resourcexmlrpcplugin.cpp')
-rw-r--r--kresources/egroupware/kabc_resourcexmlrpcplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp b/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp
index 68918f8c..c4c0cc6c 100644
--- a/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp
+++ b/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp
@@ -34,7 +34,7 @@ extern "C"
{
void *init_kabc_xmlrpc()
{
- KGlobal::locale()->insertCatalogue( "kres_xmlrpc" );
+ TDEGlobal::locale()->insertCatalogue( "kres_xmlrpc" );
return new XMLRPCFactory;
}
}