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