diff options
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplanplugin.cpp')
-rw-r--r-- | kresources/featureplan/kcal_resourcefeatureplanplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp b/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp index 8f384ac97..ae2759e46 100644 --- a/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp +++ b/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp @@ -34,7 +34,7 @@ extern "C" { void* init_kcal_resourcefeatureplan() { - KGlobal::locale()->insertCatalogue( "kres_featureplan" ); + TDEGlobal::locale()->insertCatalogue( "kres_featureplan" ); return new FeatureplanFactory; } } |