summaryrefslogtreecommitdiffstats
path: root/doc/html/small-table-example-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/small-table-example-example.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/small-table-example-example.html')
-rw-r--r--doc/html/small-table-example-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/small-table-example-example.html b/doc/html/small-table-example-example.html
index 6e46bb553..00877133b 100644
--- a/doc/html/small-table-example-example.html
+++ b/doc/html/small-table-example-example.html
@@ -50,7 +50,7 @@ This example displays a <a href="ntqtable.html">TQTable</a> and some <a href="qt
#include &lt;<a href="qtable-h.html">ntqtable.h</a>&gt;
#include &lt;<a href="tqimage-h.html">tqimage.h</a>&gt;
#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
-#include &lt;<a href="qstringlist-h.html">ntqstringlist.h</a>&gt;
+#include &lt;<a href="tqstringlist-h.html">tqstringlist.h</a>&gt;
// TQt logo: static const char *qtlogo_xpm[]
#include "qtlogo.xpm"
@@ -79,7 +79,7 @@ int main( int argc, char **argv )
<a name="x2804"></a> table.<a href="ntqtable.html#setPixmap">setPixmap</a>( 3, 2, pix );
<a name="x2805"></a> table.<a href="ntqtable.html#setText">setText</a>( 3, 2, "A Pixmap" );
- <a href="ntqstringlist.html">TQStringList</a> comboEntries;
+ <a href="tqstringlist.html">TQStringList</a> comboEntries;
comboEntries &lt;&lt; "one" &lt;&lt; "two" &lt;&lt; "three" &lt;&lt; "four";
for ( int i = 0; i &lt; numRows; ++i ){