summaryrefslogtreecommitdiffstats
path: root/doc/html/y2k.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/y2k.html')
-rw-r--r--doc/html/y2k.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/y2k.html b/doc/html/y2k.html
index 96b8508e9..c2361a4e3 100644
--- a/doc/html/y2k.html
+++ b/doc/html/y2k.html
@@ -43,13 +43,13 @@ underlying APIs by TQt does not have any known problems.
</h2>
<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="ntqdatetime.html">TQDateTime</a> - provides date/time management
-<li> <a href="qtime.html">TQTime</a> - provides time management (within a date)
-<li> <a href="ntqtimer.html">TQTimer</a> - provides delayed or regular execution of code.
+<li> <a href="tqdate.html">TQDate</a> - provides date management
+<li> <a href="tqdatetime.html">TQDateTime</a> - provides date/time management
+<li> <a href="tqtime.html">TQTime</a> - provides time management (within a date)
+<li> <a href="tqtimer.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="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
+<p> All of these classes' external APIs are Year 2000 Compliant: <a href="tqdate.html">TQDate</a> and
+<a href="tqdatetime.html">TQDateTime</a> offer only four-digit years as output, <a href="tqtime.html">TQTime</a> and <a href="tqtimer.html">TQTimer</a> do
not deal with years or leap days at all.
<p> <h2> Implementation Issues in TQt
</h2>