diff options
Diffstat (limited to 'doc/y2k.doc')
-rw-r--r-- | doc/y2k.doc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/y2k.doc b/doc/y2k.doc index 765f51a80..94fcef173 100644 --- a/doc/y2k.doc +++ b/doc/y2k.doc @@ -53,14 +53,14 @@ underlying APIs by TQt does not have any known problems. Several parts of TQt deal with dates and times: \list -\i \l QDate - provides date management -\i \l QDateTime - provides date/time management -\i \l QTime - provides time management (within a date) -\i \l QTimer - provides delayed or regular execution of code. +\i \l TQDate - provides date management +\i \l TQDateTime - provides date/time management +\i \l TQTime - provides time management (within a date) +\i \l TQTimer - provides delayed or regular execution of code. \endlist -All of these classes' external APIs are Year 2000 Compliant: QDate and -QDateTime offer only four-digit years as output, QTime and QTimer do +All of these classes' external APIs are Year 2000 Compliant: TQDate and +TQDateTime offer only four-digit years as output, TQTime and TQTimer do not deal with years or leap days at all. \section1 Implementation Issues in Qt @@ -73,8 +73,8 @@ This applies to the above four classes and also to \l QFileDialog file times/dates) and \l QApplication (which does various internal housekeeping tasks). -The conversion to <tt>year/month/date</tt> format in QDate (and -QDateTime) has been verified to be correct for all of December 31, +The conversion to <tt>year/month/date</tt> format in TQDate (and +TQDateTime) has been verified to be correct for all of December 31, 1999, January 1, 2000, February 28 and 29, 2000, March 1, 2000, January 1, 2001 and March 1, 2001. |