From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* 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 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 TQTable and some ntqtable.h> #include <tqimage.h> #include <ntqpixmap.h> -#include <ntqstringlist.h> +#include <tqstringlist.h> // TQt logo: static const char *qtlogo_xpm[] #include "qtlogo.xpm" @@ -79,7 +79,7 @@ int main( int argc, char **argv ) table.setPixmap( 3, 2, pix ); table.setText( 3, 2, "A Pixmap" ); - TQStringList comboEntries; + TQStringList comboEntries; comboEntries << "one" << "two" << "three" << "four"; for ( int i = 0; i < numRows; ++i ){ -- cgit v1.2.3