diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/signalsandslots.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/signalsandslots.html')
-rw-r--r-- | doc/html/signalsandslots.html | 6 |
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> { |