diff options
Diffstat (limited to 'libkcal/icalformat.cpp')
-rw-r--r-- | libkcal/icalformat.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/icalformat.cpp b/libkcal/icalformat.cpp index c427b0df2..25feb42fa 100644 --- a/libkcal/icalformat.cpp +++ b/libkcal/icalformat.cpp @@ -298,9 +298,9 @@ TQString ICalFormat::toString( Incidence *incidence, Calendar *calendar ) icalcomponent *component; TQString text = ""; - // See if there are any tqparent or child events that must be added to the string + // See if there are any parent or child events that must be added to the string if ( incidence->hasRecurrenceID() ) { - // Get the tqparent + // Get the parent IncidenceList il = incidence->childIncidences(); IncidenceListIterator it; it = il.begin(); @@ -319,7 +319,7 @@ TQString ICalFormat::toString( Incidence *incidence, Calendar *calendar ) icalcomponent_free( component ); } else { - // This incidence is a potential tqparent + // This incidence is a potential parent IncidenceList il = incidence->childIncidences(); if (il.count() > 0) { IncidenceListIterator it; |