From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/newexchange/exchangeconvertercalendar.h | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'kresources/newexchange/exchangeconvertercalendar.h') diff --git a/kresources/newexchange/exchangeconvertercalendar.h b/kresources/newexchange/exchangeconvertercalendar.h index 346b2a954..a561d0cdf 100644 --- a/kresources/newexchange/exchangeconvertercalendar.h +++ b/kresources/newexchange/exchangeconvertercalendar.h @@ -21,8 +21,8 @@ #ifndef KCal_EXCHANGECONVERTERCONTACT_H #define KCal_EXCHANGECONVERTERCONTACT_H -#include -#include +#include +#include #include #include @@ -36,23 +36,23 @@ class ExchangeConverterCalendar ExchangeConverterCalendar(); - void setTimeZone( const QString &id ); + void setTimeZone( const TQString &id ); - static void createRequestAppointment( QDomDocument &doc, QDomElement &root ); - static void createRequestTask( QDomDocument &doc, QDomElement &root ); - static void createRequestJournal( QDomDocument &doc, QDomElement &root ); + static void createRequestAppointment( TQDomDocument &doc, TQDomElement &root ); + static void createRequestTask( TQDomDocument &doc, TQDomElement &root ); + static void createRequestJournal( TQDomDocument &doc, TQDomElement &root ); - QDomDocument createWebDAV( Incidence *incidence ); + TQDomDocument createWebDAV( Incidence *incidence ); - Incidence::List parseWebDAV( const QDomDocument& davdata ); - bool readIncidence( const QDomElement &node, Incidence *incidence ); + Incidence::List parseWebDAV( const TQDomDocument& davdata ); + bool readIncidence( const TQDomElement &node, Incidence *incidence ); protected: - static void createRequestIncidence( QDomDocument &doc, QDomElement &root ); - bool readEvent( const QDomElement &node, Event *event ); - bool readTodo( const QDomElement &node, Todo *todo ); - bool readJournal( const QDomElement &node, Journal *journal ); - bool readTZ( const QDomElement &node, Incidence *incidence ); + static void createRequestIncidence( TQDomDocument &doc, TQDomElement &root ); + bool readEvent( const TQDomElement &node, Event *event ); + bool readTodo( const TQDomElement &node, Todo *todo ); + bool readJournal( const TQDomElement &node, Journal *journal ); + bool readTZ( const TQDomElement &node, Incidence *incidence ); KCal::ICalFormat mFormat; class createWebDAVVisitor; -- cgit v1.2.1