From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/layout-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/layout-example.html') diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index c178ef5f0..4a2ab99d5 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -116,7 +116,7 @@ public: // Make a big widget that will grab all space in the middle. TQMultiLineEdit *bigWidget = new TQMultiLineEdit( this ); - bigWidget->setText( "This widget will get all the remaining space" ); + bigWidget->setText( "This widget will get all the remaining space" ); bigWidget->setFrameStyle( TQFrame::Panel | TQFrame::Plain ); // Set vertical stretch factor to 10 to let the bigWidget stretch -- cgit v1.2.3