From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/krfcdate.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdecore/krfcdate.h') diff --git a/kdecore/krfcdate.h b/kdecore/krfcdate.h index b8884eb0f..ade819622 100644 --- a/kdecore/krfcdate.h +++ b/kdecore/krfcdate.h @@ -20,7 +20,7 @@ #ifndef _KRFCDATE_H_ #define _KRFCDATE_H_ -#include +#include #include #include "kdelibs_export.h" @@ -44,7 +44,7 @@ public: * @param date the date to parse * @return the date, or 0 if not possible */ - static time_t parseDate(const QString &date); + static time_t parseDate(const TQString &date); /** * This function tries to parse a string containing a date/time in @@ -61,7 +61,7 @@ public: * @param date the date to parse * @return the date, or 0 if not possible */ - static time_t parseDateISO8601(const QString &date); + static time_t parseDateISO8601(const TQString &date); /** * Returns the local timezone offset to UTC in minutes @@ -79,7 +79,7 @@ public: * @return the string representation of the date */ - static QCString rfc2822DateString(time_t utcTime, int utcOffset); + static TQCString rfc2822DateString(time_t utcTime, int utcOffset); /** @@ -93,7 +93,7 @@ public: * @return the string representation of the date */ - static QCString rfc2822DateString(time_t utcTime); + static TQCString rfc2822DateString(time_t utcTime); }; -- cgit v1.2.1