summaryrefslogtreecommitdiffstats
path: root/kresources/featureplan/kcal_resourcefeatureplan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplan.cpp')
-rw-r--r--kresources/featureplan/kcal_resourcefeatureplan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplan.cpp b/kresources/featureplan/kcal_resourcefeatureplan.cpp
index e108247f..cce88495 100644
--- a/kresources/featureplan/kcal_resourcefeatureplan.cpp
+++ b/kresources/featureplan/kcal_resourcefeatureplan.cpp
@@ -100,7 +100,7 @@ bool ResourceFeaturePlan::doLoad()
}
void ResourceFeaturePlan::insertCategories( const Category::List &categories,
- Todo *tqparent )
+ Todo *parent )
{
Category::List::ConstIterator it;
for( it = categories.begin(); it != categories.end(); ++it ) {
@@ -108,7 +108,7 @@ void ResourceFeaturePlan::insertCategories( const Category::List &categories,
Todo *categoryTodo = new Todo;
categoryTodo->setSummary( c->name() );
- categoryTodo->setRelatedTo( tqparent );
+ categoryTodo->setRelatedTo( parent );
insertCategories( c->categoryList(), categoryTodo );