diff options
Diffstat (limited to 'kresources/carddav/plugin.cpp')
-rw-r--r-- | kresources/carddav/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/carddav/plugin.cpp b/kresources/carddav/plugin.cpp index f167e7f5c..8d51e53b9 100644 --- a/kresources/carddav/plugin.cpp +++ b/kresources/carddav/plugin.cpp @@ -38,7 +38,7 @@ extern "C" { void *init_kabc_carddav() { - KGlobal::locale()->insertCatalogue( "kdepimresources" ); + KGlobal::locale()->insertCatalogue( "tdepimresources" ); KGlobal::locale()->insertCatalogue( "kres_caldav" ); return new CardDavFactory; } |