From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/sql-overview-form1-main-cpp.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/sql-overview-form1-main-cpp.html') diff --git a/doc/html/sql-overview-form1-main-cpp.html b/doc/html/sql-overview-form1-main-cpp.html index 891f07b52..8f8dd8c91 100644 --- a/doc/html/sql-overview-form1-main-cpp.html +++ b/doc/html/sql-overview-form1-main-cpp.html @@ -44,7 +44,7 @@ body { background: #ffffff; color: black; } #include <ntqapplication.h> #include <ntqdialog.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlayout.h> #include <ntqlineedit.h> #include <tqsqldatabase.h> @@ -61,11 +61,11 @@ class FormDialog : public TQDialog FormDialog::FormDialog() { - TQLabel *forenameLabel = new TQLabel( "Forename:", this ); - TQLabel *forenameDisplay = new TQLabel( this ); - TQLabel *surnameLabel = new TQLabel( "Surname:", this ); - TQLabel *surnameDisplay = new TQLabel( this ); - TQLabel *salaryLabel = new TQLabel( "Salary:", this ); + TQLabel *forenameLabel = new TQLabel( "Forename:", this ); + TQLabel *forenameDisplay = new TQLabel( this ); + TQLabel *surnameLabel = new TQLabel( "Surname:", this ); + TQLabel *surnameDisplay = new TQLabel( this ); + TQLabel *salaryLabel = new TQLabel( "Salary:", this ); TQLineEdit *salaryEdit = new TQLineEdit( this ); TQGridLayout *grid = new TQGridLayout( this ); -- cgit v1.2.3