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/bigtable-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/bigtable-example.html') diff --git a/doc/html/bigtable-example.html b/doc/html/bigtable-example.html index ef863467f..bdf714f78 100644 --- a/doc/html/bigtable-example.html +++ b/doc/html/bigtable-example.html @@ -46,7 +46,7 @@ keep track of the cells that are actually in use. ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqtable.h> // Table size @@ -93,12 +93,12 @@ private: int main( int argc, char **argv ) { - TQApplication app( argc, argv ); + TQApplication app( argc, argv ); MyTable table( numRows, numCols ); - app.setMainWidget( &table ); + app.setMainWidget( &table ); table.show(); - return app.exec(); + return app.exec(); } -- cgit v1.2.3