diff options
Diffstat (limited to 'karm/task.cpp')
-rw-r--r-- | karm/task.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karm/task.cpp b/karm/task.cpp index 0750c7200..7d84bcd2c 100644 --- a/karm/task.cpp +++ b/karm/task.cpp @@ -164,13 +164,13 @@ void Task::setPercentComplete(const int percent, KarmStorage *storage) setPixmapProgress(); - // When parent marked as complete, mark all tqchildren as complete as well. + // When parent marked as complete, mark all children as complete as well. // Complete tasks are not displayed in the task view, so if a parent is - // marked as complete and some of the tqchildren are not, then we get an error + // marked as complete and some of the children are not, then we get an error // message. KArm actually keep chugging along in this case and displays the // child tasks just fine, so an alternative solution is to remove that error // message (from KarmStorage::load). But I think it makes more sense that - // if you mark a parent task as complete, then all tqchildren should be + // if you mark a parent task as complete, then all children should be // complete as well. // // This behavior is consistent with KOrganizer (as of 2003-09-24). |