diff options
Diffstat (limited to 'kresources/blogging/kcal_resourceblogging_plugin.cpp')
-rw-r--r-- | kresources/blogging/kcal_resourceblogging_plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/blogging/kcal_resourceblogging_plugin.cpp b/kresources/blogging/kcal_resourceblogging_plugin.cpp index 108d5e896..b3eaf9378 100644 --- a/kresources/blogging/kcal_resourceblogging_plugin.cpp +++ b/kresources/blogging/kcal_resourceblogging_plugin.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Reinhold Kainhofer <[email protected]> @@ -34,7 +34,7 @@ extern "C" { void *init_kcal_blogging() { - KGlobal::locale()->insertCatalogue( "kdepimresources" ); + KGlobal::locale()->insertCatalogue( "tdepimresources" ); KGlobal::locale()->insertCatalogue( "kres_blogging" ); return new BloggingFactory; } |