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 --- libkcal/icalformatimpl.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'libkcal/icalformatimpl.h') diff --git a/libkcal/icalformatimpl.h b/libkcal/icalformatimpl.h index 75a3a5a19..9a2e9f623 100644 --- a/libkcal/icalformatimpl.h +++ b/libkcal/icalformatimpl.h @@ -22,8 +22,8 @@ #ifndef KCAL_ICALFORMATIMPL_H #define KCAL_ICALFORMATIMPL_H -#include -#include +#include +#include #include "scheduler.h" #include "freebusy.h" @@ -65,7 +65,7 @@ class ICalFormatImpl icalrecurrencetype writeRecurrenceRule( RecurrenceRule *recur ); icalcomponent *writeAlarm(Alarm *alarm); - QString extractErrorProperty(icalcomponent *); + TQString extractErrorProperty(icalcomponent *); Todo *readTodo(icalcomponent *vtodo); Event *readEvent(icalcomponent *vevent, icalcomponent *vtimezone); FreeBusy *readFreeBusy(icalcomponent *vfreebusy); @@ -79,16 +79,16 @@ class ICalFormatImpl void readRecurrence( const struct icalrecurrencetype &r, RecurrenceRule* recur ); void readAlarm(icalcomponent *alarm,Incidence *incidence); /** Return the PRODID string loaded from calendar file */ - const QString &loadedProductId() { return mLoadedProductId; } + const TQString &loadedProductId() { return mLoadedProductId; } - static icaltimetype writeICalDate(const QDate &); - static QDate readICalDate(icaltimetype); - icaltimetype writeICalDateTime(const QDateTime &); - QDateTime readICalDateTime( icalproperty*, icaltimetype&, icaltimezone* tz = 0 ); + static icaltimetype writeICalDate(const TQDate &); + static TQDate readICalDate(icaltimetype); + icaltimetype writeICalDateTime(const TQDateTime &); + TQDateTime readICalDateTime( icalproperty*, icaltimetype&, icaltimezone* tz = 0 ); static icaldurationtype writeICalDuration(int seconds); static int readICalDuration(icaldurationtype); - static icaldatetimeperiodtype writeICalDatePeriod( const QDate &date ); - icaldatetimeperiodtype writeICalDateTimePeriod( const QDateTime &date ); + static icaldatetimeperiodtype writeICalDatePeriod( const TQDate &date ); + icaldatetimeperiodtype writeICalDateTimePeriod( const TQDateTime &date ); icalcomponent *createCalendarComponent(Calendar * = 0); icalcomponent *createScheduleComponent(IncidenceBase *,Scheduler::Method); @@ -105,7 +105,7 @@ class ICalFormatImpl ICalFormat *mParent; Calendar *mCalendar; - QString mLoadedProductId; // PRODID string loaded from calendar file + TQString mLoadedProductId; // PRODID string loaded from calendar file Event::List mEventsRelate; // events with relations Todo::List mTodosRelate; // todos with relations -- cgit v1.2.1