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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/signalsandslots.html b/doc/html/signalsandslots.html
index 116cd27b1..644a15b3a 100644
--- a/doc/html/signalsandslots.html
+++ b/doc/html/signalsandslots.html
@@ -272,14 +272,14 @@ doesn't TQt use templates for signals and slots?</a>.)
</h2>
<a name="5"></a><p> Here is a simple commented example (code fragments from <a href="tqlcdnumber-h.html">tqlcdnumber.h</a> ).
<p> <pre>
- #include "ntqframe.h"
+ #include "tqframe.h"
#include "tqbitarray.h"
- class TQLCDNumber : public <a href="ntqframe.html">TQFrame</a>
+ class TQLCDNumber : public <a href="tqframe.html">TQFrame</a>
</pre>
<p> <a href="tqlcdnumber.html">TQLCDNumber</a> inherits <a href="tqobject.html">TQObject</a>, which has most of the signal/slot
-knowledge, via <a href="ntqframe.html">TQFrame</a> and <a href="tqwidget.html">TQWidget</a>, and #include's the relevant
+knowledge, via <a href="tqframe.html">TQFrame</a> and <a href="tqwidget.html">TQWidget</a>, and #include's the relevant
declarations.
<p> <pre>
{