diff options
Diffstat (limited to 'libkcal/resourcecached.cpp')
-rw-r--r-- | libkcal/resourcecached.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/resourcecached.cpp b/libkcal/resourcecached.cpp index 09d1eef7b..82732bab1 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; |