diff options
Diffstat (limited to 'kresources/egroupware/kabc_resourcexmlrpcplugin.cpp')
-rw-r--r-- | kresources/egroupware/kabc_resourcexmlrpcplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp b/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp index 68918f8c0..c4c0cc6c0 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; } } |