summaryrefslogtreecommitdiffstats
path: root/kresources/caldav/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/caldav/plugin.cpp')
-rw-r--r--kresources/caldav/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/caldav/plugin.cpp b/kresources/caldav/plugin.cpp
index ffccf678..9ce6d60f 100644
--- a/kresources/caldav/plugin.cpp
+++ b/kresources/caldav/plugin.cpp
@@ -40,8 +40,8 @@ extern "C"
{
void *init_kcal_caldav()
{
- KGlobal::locale()->insertCatalogue( "libkcal" );
- KGlobal::locale()->insertCatalogue( "kres_caldav" );
+ TDEGlobal::locale()->insertCatalogue( "libkcal" );
+ TDEGlobal::locale()->insertCatalogue( "kres_caldav" );
return new CalDavFactory;
}
}