From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/small-table-example-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/small-table-example-example.html') 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 TQTable and some ntqapplication.h> #include <ntqtable.h> #include <tqimage.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqstringlist.h> // TQt logo: static const char *qtlogo_xpm[] @@ -75,7 +75,7 @@ int main( int argc, char **argv ) table.setColumnMovingEnabled(TRUE); TQImage img( qtlogo_xpm ); - TQPixmap pix = img.scaleHeight( table.rowHeight(3) ); + TQPixmap pix = img.scaleHeight( table.rowHeight(3) ); table.setPixmap( 3, 2, pix ); table.setText( 3, 2, "A Pixmap" ); -- cgit v1.2.3