diff options
Diffstat (limited to 'kresources/caldav/plugin.cpp')
-rw-r--r-- | kresources/caldav/plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/caldav/plugin.cpp b/kresources/caldav/plugin.cpp index ffccf6782..9ce6d60f6 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; } } |