diff options
Diffstat (limited to 'libkcal/resourcecalendar.h')
-rw-r--r-- | libkcal/resourcecalendar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/resourcecalendar.h b/libkcal/resourcecalendar.h index 03318737d..ef1acb2d1 100644 --- a/libkcal/resourcecalendar.h +++ b/libkcal/resourcecalendar.h @@ -386,10 +386,10 @@ class LIBKCAL_EXPORT ResourceCalendar : public KRES::Resource virtual bool removeSubresource( const TQString& resource ); /** - * Add a subresource with the name @param resource and the tqparent - * id @param tqparent. + * Add a subresource with the name @param resource and the parent + * id @param parent. */ - virtual bool addSubresource( const TQString& resource, const TQString& tqparent ); + virtual bool addSubresource( const TQString& resource, const TQString& parent ); /** * Returns the type of the subresource: "event", "todo" or "journal", |