From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/kolab/kcal/task.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kresources/kolab/kcal/task.h') diff --git a/kresources/kolab/kcal/task.h b/kresources/kolab/kcal/task.h index f7e7c6d51..6fe318e2c 100644 --- a/kresources/kolab/kcal/task.h +++ b/kresources/kolab/kcal/task.h @@ -58,12 +58,12 @@ public: /// Use this to parse an xml string to a task entry /// The caller is responsible for deleting the returned task static KCal::Todo* xmlToTask( const TQString& xml, const TQString& tz, KCal::ResourceKolab *res = 0, - const TQString& subResource = TQString::null, Q_UINT32 sernum = 0 ); + const TQString& subResource = TQString::null, TQ_UINT32 sernum = 0 ); /// Use this to get an xml string describing this task entry static TQString taskToXML( KCal::Todo*, const TQString& tz ); - explicit Task( KCal::ResourceKolab *res, const TQString& subResource, Q_UINT32 sernum, + explicit Task( KCal::ResourceKolab *res, const TQString& subResource, TQ_UINT32 sernum, const TQString& tz, KCal::Todo* todo = 0 ); virtual ~Task(); @@ -77,7 +77,7 @@ public: virtual void setPercentCompleted( int percent ); virtual int percentCompleted() const; - virtual void setStatus( KCal::Incidence::Status status ); + virtual void seStatus( KCal::Incidence::Status status ); virtual KCal::Incidence::Status status() const; virtual void setParent( const TQString& parentUid ); -- cgit v1.2.1