summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcecached.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcecached.cpp')
-rw-r--r--libkcal/resourcecached.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/resourcecached.cpp b/libkcal/resourcecached.cpp
index 09d1eef7..82732bab 100644
--- a/libkcal/resourcecached.cpp
+++ b/libkcal/resourcecached.cpp
@@ -523,10 +523,10 @@ void ResourceCached::calendarIncidenceDeleted( Incidence *i )
IncidenceList il = i->childIncidences();
IncidenceListIterator it;
it = il.begin();
- Incidence *tqparentIncidence;
- tqparentIncidence = this->incidence(*it);
+ Incidence *parentIncidence;
+ parentIncidence = this->incidence(*it);
// Remove the child
- calendarIncidenceChanged(tqparentIncidence);
+ calendarIncidenceChanged(parentIncidence);
}
else {
TQMap<Incidence *,bool>::ConstIterator it;