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/compat.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libkcal/compat.h') diff --git a/libkcal/compat.h b/libkcal/compat.h index dd2d9907..70931ff5 100644 --- a/libkcal/compat.h +++ b/libkcal/compat.h @@ -22,8 +22,8 @@ #ifndef KCAL_COMPAT_H #define KCAL_COMPAT_H -#include -#include +#include +#include namespace KCal { @@ -36,7 +36,7 @@ class Compat; class CompatFactory { public: - static Compat *createCompat( const QString &productId ); + static Compat *createCompat( const TQString &productId ); }; /** @@ -51,7 +51,7 @@ class Compat virtual void fixRecurrence( Incidence * ); virtual void fixEmptySummary( Incidence * ); virtual void fixAlarms( Incidence * ) {} - virtual void fixFloatingEnd( QDate & ) {} + virtual void fixFloatingEnd( TQDate & ) {} virtual bool useTimeZoneShift() { return true; } virtual int fixPriority( int prio ) { return prio; } @@ -91,7 +91,7 @@ class CompatPre32 : public CompatPre34 class CompatPre31 : public CompatPre32 { public: - virtual void fixFloatingEnd( QDate & ); + virtual void fixFloatingEnd( TQDate & ); virtual void fixRecurrence( Incidence *incidence ); private: -- cgit v1.2.3