From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/sql-overview-table3-main-cpp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/sql-overview-table3-main-cpp.html') diff --git a/doc/html/sql-overview-table3-main-cpp.html b/doc/html/sql-overview-table3-main-cpp.html index 1ffc30d29..bd3f41bd7 100644 --- a/doc/html/sql-overview-table3-main-cpp.html +++ b/doc/html/sql-overview-table3-main-cpp.html @@ -92,7 +92,7 @@ TQWidget *CustomSqlEditorFactory::TQApplication app( argc, argv ); + TQApplication app( argc, argv ); if ( createConnections() ) { TQSqlCursor staffCursor( "staff" ); @@ -104,7 +104,7 @@ int main( int argc, char *argv[] ) staffTable->installPropertyMap( propMap ); staffTable->installEditorFactory( editorFactory ); - app.setMainWidget( staffTable ); + app.setMainWidget( staffTable ); staffTable->addColumn( "forename", "Forename" ); staffTable->addColumn( "surname", "Surname" ); @@ -117,7 +117,7 @@ int main( int argc, char *argv[] ) staffTable->refresh(); staffTable->show(); - return app.exec(); + return app.exec(); } return 1; -- cgit v1.2.1