summaryrefslogtreecommitdiffstats
path: root/doc/html/signalsandslots.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/signalsandslots.html')
-rw-r--r--doc/html/signalsandslots.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/signalsandslots.html b/doc/html/signalsandslots.html
index 644a15b3a..1ea4a9f15 100644
--- a/doc/html/signalsandslots.html
+++ b/doc/html/signalsandslots.html
@@ -203,7 +203,7 @@ return types (i.e. use <tt>void</tt>).
<p> A note about arguments. Our experience shows that signals and slots
are more reusable if they do <em>not</em> use special types. If <a href="tqscrollbar.html#valueChanged">TQScrollBar::valueChanged</a>() were to use a special type such as the
hypothetical <tt>TQRangeControl::Range</tt>, it could only be connected to
-slots designed specifically for <a href="ntqrangecontrol.html">TQRangeControl</a>. Something as simple as
+slots designed specifically for <a href="tqrangecontrol.html">TQRangeControl</a>. Something as simple as
the program in <a href="tutorial1-05.html">Tutorial #1 part 5</a>
would be impossible.
<p> <h2> Slots