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/layout-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/layout-example.html') diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index 218a8fe94..c178ef5f0 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -87,8 +87,8 @@ public: int i; for ( i = 1; i <= 4; i++ ) { TQPushButton* but = new TQPushButton( this ); - TQString s; - s.sprintf( "Button %d", i ); + TQString s; + s.sprintf( "Button %d", i ); but->setText( s ); // Set horizontal stretch factor to 10 to let the buttons @@ -146,8 +146,8 @@ public: grid->addWidget( ed, row, linedCol ); // Make a label that is a buddy of the line edit - TQString s; - s.sprintf( "Line &%d", row+1 ); + TQString s; + s.sprintf( "Line &%d", row+1 ); TQLabel *label = new TQLabel( ed, s, this ); // The label goes in the first column. grid->addWidget( label, row, labelCol ); -- cgit v1.2.1