diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/canvas-example.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/canvas-example.html')
-rw-r--r-- | doc/html/canvas-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index f8286ba22..5a6431723 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -43,7 +43,7 @@ example provides a taste of what can be done. #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> -#include <<a href="qintdict-h.html">ntqintdict.h</a>> +#include <<a href="tqintdict-h.html">tqintdict.h</a>> #include <<a href="tqcanvas-h.html">tqcanvas.h</a>> class BouncyLogo : public <a href="tqcanvassprite.html">TQCanvasSprite</a> { @@ -821,7 +821,7 @@ void <a name="f653"></a>Main::addMesh() this, "progress", TRUE ); #endif - <a href="ntqmemarray.html">TQMemArray</a><NodeItem*> lastRow(cols); + <a href="tqmemarray.html">TQMemArray</a><NodeItem*> lastRow(cols); for ( int j = 0; j < rows; j++ ) { int n = j%2 ? cols-1 : cols; NodeItem *prev = 0; |