diff --git a/korganizer/eventarchiver.cpp b/korganizer/eventarchiver.cpp index 34562921..5655debf 100644 --- a/korganizer/eventarchiver.cpp +++ b/korganizer/eventarchiver.cpp @@ -246,7 +246,7 @@ bool EventArchiver::isSubTreeComplete( const Todo *todo, const TQDate &limitDate return false; } - // This TQList is only to prevent infinit recursion + // This TQPtrList is only to prevent infinit recursion if ( checkedUids.contains( todo->uid() ) ) { // Probably will never happen, calendar.cpp checks for this kdWarning() << "To-do hierarchy loop detected!";