summaryrefslogtreecommitdiffstats
path: root/doc/html/small-table-example-example.html
diff options
context:
space:
mode:
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 00877133b..a1d66d5bf 100644
--- a/doc/html/small-table-example-example.html
+++ b/doc/html/small-table-example-example.html
@@ -49,7 +49,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="tqimage-h.html">tqimage.h</a>&gt;
-#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
+#include &lt;<a href="tqpixmap-h.html">tqpixmap.h</a>&gt;
#include &lt;<a href="tqstringlist-h.html">tqstringlist.h</a>&gt;
// TQt logo: static const char *qtlogo_xpm[]
@@ -75,7 +75,7 @@ int main( int argc, char **argv )
<a name="x2802"></a> table.<a href="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>(TRUE);
<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="x2801"></a><a name="x2799"></a> <a href="tqpixmap.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" );