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/hello-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/hello-example.html') diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 6145ecbce..0697df652 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -66,7 +66,7 @@ protected: private slots: void animate(); private: - TQString t; + TQString t; int b; }; @@ -203,13 +203,13 @@ void Hello::paintEvent( TQApplication a(argc,argv); - TQString s; + TQString s; for ( int i=1; i<argc; i++ ) { s += argv[i]; if ( i<argc-1 ) s += " "; } - if ( s.isEmpty() ) + if ( s.isEmpty() ) s = "Hello, World"; Hello h( s ); #ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build -- cgit v1.2.3