diff options
Diffstat (limited to 'karm/task.h')
-rw-r--r-- | karm/task.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/task.h b/karm/task.h index 165d60a8c..2d3d5a55a 100644 --- a/karm/task.h +++ b/karm/task.h @@ -208,7 +208,7 @@ class Task : public TQObject, public TQListViewItem /** tells you whether this task is the root of the task tree */ bool isRoot() const { return parent() == 0; } - /** remove Task with all it's tqchildren + /** remove Task with all it's children * @param activeTasks - list of aktive tasks * @param storage a pointer to a KarmStorage object. */ @@ -231,7 +231,7 @@ class Task : public TQObject, public TQListViewItem /** Return true if task is complete (percent complete equals 100). */ bool isComplete(); - /** Remove current task and all it's tqchildren from the view. */ + /** Remove current task and all it's children from the view. */ void removeFromView(); /** delivers when the task was started last */ |