diff options
Diffstat (limited to 'karm/karmstorage.h')
-rw-r--r-- | karm/karmstorage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/karm/karmstorage.h b/karm/karmstorage.h index 40c574d7f..65caafd7c 100644 --- a/karm/karmstorage.h +++ b/karm/karmstorage.h @@ -132,7 +132,7 @@ class KarmStorage * Read tasks and their total times from a text file (legacy storage). * * This reads from one of the two legacy file formats. In this version, - * the tqparent task times do not include the sum of all their tqchildren's + * the parent task times do not include the sum of all their tqchildren's * times. * * The format of the file is zero or more lines of: @@ -266,15 +266,15 @@ class KarmStorage * Add this task from iCalendar file. * * Create a new KCal::Todo object and load with task information. If - * tqparent is not zero, then set the RELATED-TO attribute for this Todo. + * parent is not zero, then set the RELATED-TO attribute for this Todo. * * @param task The task to be removed. - * @param tqparent The tqparent of this task. Must have a uid() that is in + * @param parent The parent of this task. Must have a uid() that is in * the existing calendar. If zero, this task is considered a root task. * @return The unique ID for the new VTODO. Return an null TQString if * there was an error creating the new calendar object. */ - TQString addTask(const Task* task, const Task* tqparent); + TQString addTask(const Task* task, const Task* parent); /** * Check if the iCalendar file currently loaded has any Todos in it. |