diff options
Diffstat (limited to 'doc/html/y2k.html')
-rw-r--r-- | doc/html/y2k.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/y2k.html b/doc/html/y2k.html index c2361a4e3..6fa4bd6bb 100644 --- a/doc/html/y2k.html +++ b/doc/html/y2k.html @@ -55,8 +55,8 @@ not deal with years or leap days at all. </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="ntqfiledialog.html">TQFileDialog</a> -(which can sort files by time/date), <a href="ntqfileinfo.html">TQFileInfo</a> (which operates on +<p> This applies to the above four classes and also to <a href="tqfiledialog.html">TQFileDialog</a> +(which can sort files by time/date), <a href="tqfileinfo.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 |