summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcecached.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcecached.cpp')
-rw-r--r--libkcal/resourcecached.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/resourcecached.cpp b/libkcal/resourcecached.cpp
index 0e9f3405..bab09728 100644
--- a/libkcal/resourcecached.cpp
+++ b/libkcal/resourcecached.cpp
@@ -518,8 +518,8 @@ void ResourceCached::calendarIncidenceDeleted( Incidence *i )
#endif
if (i->hasRecurrenceID()) {
- // This incidence has a tqparent; notify the tqparent of the child's death and do not destroy the tqparent!
- // Get the tqparent
+ // This incidence has a parent; notify the parent of the child's death and do not destroy the parent!
+ // Get the parent
IncidenceList il = i->childIncidences();
IncidenceListIterator it;
it = il.begin();