diff options
Diffstat (limited to 'kresources/slox/webdavhandler.h')
-rw-r--r-- | kresources/slox/webdavhandler.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kresources/slox/webdavhandler.h b/kresources/slox/webdavhandler.h index 2d428619..bbaf897f 100644 --- a/kresources/slox/webdavhandler.h +++ b/kresources/slox/webdavhandler.h @@ -37,14 +37,14 @@ class SloxBase; class KDE_EXPORT SloxItem { public: - enum Status { Invalid, Delete, Create, New }; + enum tqStatus { Invalid, Delete, Create, New }; SloxItem(); TQDomNode domNode; TQString sloxId; TQString clientId; - Status status; + tqStatus status; TQString response; TQString responseDescription; }; @@ -67,10 +67,10 @@ class KDE_EXPORT WebdavHandler static TQDomElement addSloxElement( SloxBase *res, TQDomDocument &, TQDomNode &, const TQString &tag, - const TQString &text = TQString::null ); + const TQString &text = TQString() ); - static TQDateTime sloxToQDateTime( const TQString &str ); - static TQDateTime sloxToQDateTime( const TQString &str, + static TQDateTime sloxToTQDateTime( const TQString &str ); + static TQDateTime sloxToTQDateTime( const TQString &str, const TQString &timeZoneId ); static TQString qDateTimeToSlox( const TQDateTime &dt ); static TQString qDateTimeToSlox( const TQDateTime &dt, @@ -78,7 +78,7 @@ class KDE_EXPORT WebdavHandler static TQValueList<SloxItem> getSloxItems( SloxBase *res, const TQDomDocument &doc ); - void clearSloxAttributeStatus(); + void clearSloxAttributetqStatus(); void parseSloxAttribute( const TQDomElement & ); void setSloxAttributes( KCal::Incidence * ); void setSloxAttributes( KABC::Addressee & ); |