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/process-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/process-example.html') diff --git a/doc/html/process-example.html b/doc/html/process-example.html index ffb847c57..719651b89 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -84,7 +84,7 @@ private: quitButton = new TQPushButton( tr("Quit"), this ); connect( quitButton, TQ_SIGNAL(clicked()), tqApp, TQ_SLOT(quit()) ); - resize( 500, 500 ); + resize( 500, 500 ); // TQProcess related code proc = new TQProcess( this ); @@ -129,7 +129,7 @@ int main( int argc, char **argv ) TQApplication a( argc, argv ); UicManager manager; a.setMainWidget( &manager ); - manager.show(); + manager.show(); return a.exec(); } -- cgit v1.2.3