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:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/small-table-example-example.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt-8c029298.tar.gz
tqt-8c029298.zip
Rename image 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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/small-table-example-example.html b/doc/html/small-table-example-example.html
index 84802592b..6e46bb553 100644
--- a/doc/html/small-table-example-example.html
+++ b/doc/html/small-table-example-example.html
@@ -48,7 +48,7 @@ This example displays a <a href="ntqtable.html">TQTable</a> and some <a href="qt
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include &lt;<a href="qtable-h.html">ntqtable.h</a>&gt;
-#include &lt;<a href="qimage-h.html">ntqimage.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;
@@ -74,8 +74,8 @@ int main( int argc, char **argv )
header-&gt;<a href="ntqheader.html#setLabel">setLabel</a>( 5, TQObject::tr( "Combos" ) );
<a name="x2802"></a> table.<a href="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>(TRUE);
- <a href="ntqimage.html">TQImage</a> img( qtlogo_xpm );
-<a name="x2801"></a><a name="x2799"></a> <a href="ntqpixmap.html">TQPixmap</a> pix = img.<a href="ntqimage.html#scaleHeight">scaleHeight</a>( table.<a href="ntqtable.html#rowHeight">rowHeight</a>(3) );
+ <a href="tqimage.html">TQImage</a> img( qtlogo_xpm );
+<a name="x2801"></a><a name="x2799"></a> <a href="ntqpixmap.html">TQPixmap</a> pix = img.<a href="tqimage.html#scaleHeight">scaleHeight</a>( table.<a href="ntqtable.html#rowHeight">rowHeight</a>(3) );
<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" );