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/table-small-table-demo-main-cpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/table-small-table-demo-main-cpp.html') diff --git a/doc/html/table-small-table-demo-main-cpp.html b/doc/html/table-small-table-demo-main-cpp.html index a5606d786..fce5b599d 100644 --- a/doc/html/table-small-table-demo-main-cpp.html +++ b/doc/html/table-small-table-demo-main-cpp.html @@ -45,7 +45,7 @@ body { background: #ffffff; color: black; } #include <ntqapplication.h> #include <ntqtable.h> #include <tqimage.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqstringlist.h> // TQt logo: static const char *qtlogo_xpm[] @@ -71,7 +71,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