diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/y2k.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |