diff options
Diffstat (limited to 'kresources/kolab/kcal/task.h')
-rw-r--r-- | kresources/kolab/kcal/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/kolab/kcal/task.h b/kresources/kolab/kcal/task.h index 5990192b9..43780c00e 100644 --- a/kresources/kolab/kcal/task.h +++ b/kresources/kolab/kcal/task.h @@ -81,7 +81,7 @@ public: virtual KCal::Incidence::tqStatus status() const; virtual void setParent( const TQString& parentUid ); - virtual TQString tqparent() const; + virtual TQString parent() const; virtual void setHasStartDate( bool ); virtual bool hasStartDate() const; |