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.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/sql.html') diff --git a/doc/html/sql.html b/doc/html/sql.html index 34748eb3c..4b170081f 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1025,7 +1025,7 @@ the code below can be automatically generated by
    #include <ntqapplication.h>
     #include <ntqdialog.h>
-    #include <ntqlabel.h>
+    #include <tqlabel.h>
     #include <ntqlayout.h>
     #include <ntqlineedit.h>
     #include <tqsqldatabase.h>
@@ -1041,11 +1041,11 @@ the code below can be automatically generated by 
 
     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