From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/sql-overview-custom1-main-cpp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/sql-overview-custom1-main-cpp.html') diff --git a/doc/html/sql-overview-custom1-main-cpp.html b/doc/html/sql-overview-custom1-main-cpp.html index 9ad49e1e9..58c336df6 100644 --- a/doc/html/sql-overview-custom1-main-cpp.html +++ b/doc/html/sql-overview-custom1-main-cpp.html @@ -92,7 +92,7 @@ TQString CustomEdit::upperLine() const grid->addWidget( salaryLabel, 2, 0 ); grid->addWidget( salaryEdit, 2, 1 ); grid->addWidget( saveButton, 3, 0 ); - grid->activate(); + grid->activate(); staffCursor = new TQSqlCursor( "staff" ); staffCursor->setTrimmed( "forename", TRUE ); -- cgit v1.2.1