diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/y2k.doc | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt-2cbcca0d.tar.gz tqt-2cbcca0d.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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. |