summaryrefslogtreecommitdiffstats
path: root/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplanplugin.cpp')
-rw-r--r--kresources/featureplan/kcal_resourcefeatureplanplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp b/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp
index 8f384ac9..ae2759e4 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;
}
}