diff options
Diffstat (limited to 'doc/html/y2k.html')
-rw-r--r-- | doc/html/y2k.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/y2k.html b/doc/html/y2k.html index faf6f66d2..96b8508e9 100644 --- a/doc/html/y2k.html +++ b/doc/html/y2k.html @@ -44,20 +44,20 @@ underlying APIs by TQt does not have any known problems. <a name="1"></a><p> Several parts of TQt deal with dates and times: <ul> <li> <a href="qdate.html">TQDate</a> - provides date management -<li> <a href="qdatetime.html">TQDateTime</a> - provides date/time management +<li> <a href="ntqdatetime.html">TQDateTime</a> - provides date/time management <li> <a href="qtime.html">TQTime</a> - provides time management (within a date) -<li> <a href="qtimer.html">TQTimer</a> - provides delayed or regular execution of code. +<li> <a href="ntqtimer.html">TQTimer</a> - provides delayed or regular execution of code. </ul> <p> All of these classes' external APIs are Year 2000 Compliant: <a href="qdate.html">TQDate</a> and -<a href="qdatetime.html">TQDateTime</a> offer only four-digit years as output, <a href="qtime.html">TQTime</a> and <a href="qtimer.html">TQTimer</a> do +<a href="ntqdatetime.html">TQDateTime</a> offer only four-digit years as output, <a href="qtime.html">TQTime</a> and <a href="ntqtimer.html">TQTimer</a> do not deal with years or leap days at all. <p> <h2> Implementation Issues in TQt </h2> <a name="2"></a><p> All date/time calculation and storage in TQt uses number of days, seconds or milliseconds, and is thus Year 2000 Compliant. -<p> This applies to the above four classes and also to <a href="qfiledialog.html">TQFileDialog</a> -(which can sort files by time/date), <a href="qfileinfo.html">TQFileInfo</a> (which operates on -file times/dates) and <a href="qapplication.html">TQApplication</a> (which does various internal +<p> This applies to the above four classes and also to <a href="ntqfiledialog.html">TQFileDialog</a> +(which can sort files by time/date), <a href="ntqfileinfo.html">TQFileInfo</a> (which operates on +file times/dates) and <a href="ntqapplication.html">TQApplication</a> (which does various internal housekeeping tasks). <p> The conversion to <tt>year/month/date</tt> format in TQDate (and TQDateTime) has been verified to be correct for all of December 31, |