From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/toggleaction-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/toggleaction-example.html') diff --git a/doc/html/toggleaction-example.html b/doc/html/toggleaction-example.html index 3c6dc2455..7158a5a79 100644 --- a/doc/html/toggleaction-example.html +++ b/doc/html/toggleaction-example.html @@ -48,7 +48,7 @@ int main( int argc, char **argv ) { TQApplication app( argc, argv ); TQMainWindow * window = new TQMainWindow; - window->setCaption("TQt Example - Toggleaction"); + window->setCaption("TQt Example - Toggleaction"); TQToolBar * toolbar = new TQToolBar( window ); TQAction * labelonoffaction = new TQAction( window, "labelonoff" ); @@ -64,7 +64,7 @@ int main( int argc, char **argv ) labelonoffaction->addTo( toolbar ); app.setMainWidget( window ); - window->show(); + window->show(); return app.exec(); } -- cgit v1.2.3