summaryrefslogtreecommitdiffstats
path: root/kresources/remote/resourceremote_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/remote/resourceremote_plugin.cpp')
-rw-r--r--kresources/remote/resourceremote_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/remote/resourceremote_plugin.cpp b/kresources/remote/resourceremote_plugin.cpp
index 85e6363e..67eaa92f 100644
--- a/kresources/remote/resourceremote_plugin.cpp
+++ b/kresources/remote/resourceremote_plugin.cpp
@@ -34,8 +34,8 @@ extern "C"
{
void *init_kcal_remote()
{
- KGlobal::locale()->insertCatalogue( "libkcal" );
- KGlobal::locale()->insertCatalogue( "kres_remote" );
+ TDEGlobal::locale()->insertCatalogue( "libkcal" );
+ TDEGlobal::locale()->insertCatalogue( "kres_remote" );
return new RemoteFactory;
}
}