summaryrefslogtreecommitdiffstats
path: root/kresources/carddav/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/carddav/plugin.cpp')
-rw-r--r--kresources/carddav/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/carddav/plugin.cpp b/kresources/carddav/plugin.cpp
index 8d51e53b..d0c4724f 100644
--- a/kresources/carddav/plugin.cpp
+++ b/kresources/carddav/plugin.cpp
@@ -38,8 +38,8 @@ extern "C"
{
void *init_kabc_carddav()
{
- KGlobal::locale()->insertCatalogue( "tdepimresources" );
- KGlobal::locale()->insertCatalogue( "kres_caldav" );
+ TDEGlobal::locale()->insertCatalogue( "tdepimresources" );
+ TDEGlobal::locale()->insertCatalogue( "kres_caldav" );
return new CardDavFactory;
}
}