diff options
Diffstat (limited to 'doc/html/ntqsignal.html')
-rw-r--r-- | doc/html/ntqsignal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqsignal.html b/doc/html/ntqsignal.html index f458c179c..7a2b03590 100644 --- a/doc/html/ntqsignal.html +++ b/doc/html/ntqsignal.html @@ -58,7 +58,7 @@ that don't inherit <a href="tqobject.html">TQObject</a>. TQObject, you can create an internal TQSignal object to emit the signal. You must also provide a function that connects the signal to an outside object slot. This is how we have implemented -signals in the <a href="ntqmenudata.html">TQMenuData</a> class, which is not a TQObject. +signals in the <a href="tqmenudata.html">TQMenuData</a> class, which is not a TQObject. <p> In general, we recommend inheriting TQObject instead. TQObject provides much more functionality. <p> You can set a single <a href="ntqvariant.html">TQVariant</a> parameter for the signal with |