summaryrefslogtreecommitdiffstats
path: root/kdecore/krfcdate.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdecore/krfcdate.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/krfcdate.h')
-rw-r--r--kdecore/krfcdate.h10
1 files changed, 5 insertions, 5 deletions
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 <qstring.h>
+#include <tqstring.h>
#include <time.h>
#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);
};