summaryrefslogtreecommitdiffstats
path: root/doc/html/timers.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/timers.html')
-rw-r--r--doc/html/timers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/timers.html b/doc/html/timers.html
index bd53ca7d8..cab0b61ca 100644
--- a/doc/html/timers.html
+++ b/doc/html/timers.html
@@ -66,7 +66,7 @@ of most GUI programs. The normal way of using it is like this:
this widget is deleted, the timer is deleted too. Next, its timeout
signal is connected to the slot that will do the work, and finally
it's started.
-<p> <a href="tqtimer.html">TQTimer</a> also provides a simple one-shot timer API. <a href="ntqbutton.html">TQButton</a> uses this
+<p> <a href="tqtimer.html">TQTimer</a> also provides a simple one-shot timer API. <a href="tqbutton.html">TQButton</a> uses this
to show the button being pressed down and then (0.1 seconds later) be
released when the keyboard is used to "press" a button, for example:
<p> <pre>