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/y2k.doc | |
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/y2k.doc')
-rw-r--r-- | doc/y2k.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/y2k.doc b/doc/y2k.doc index 94fcef173..1fe63d02f 100644 --- a/doc/y2k.doc +++ b/doc/y2k.doc @@ -68,8 +68,8 @@ not deal with years or leap days at all. All date/time calculation and storage in TQt uses number of days, seconds or milliseconds, and is thus Year 2000 Compliant. -This applies to the above four classes and also to \l QFileDialog -(which can sort files by time/date), \l QFileInfo (which operates on +This applies to the above four classes and also to \l TQFileDialog +(which can sort files by time/date), \l TQFileInfo (which operates on file times/dates) and \l QApplication (which does various internal housekeeping tasks). |