From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* 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 f09eb7acd..6091f17c5 100644 --- a/doc/html/sql-overview-custom1-main-cpp.html +++ b/doc/html/sql-overview-custom1-main-cpp.html @@ -45,7 +45,7 @@ body { background: #ffffff; color: black; } #include "main.h" -CustomEdit::CustomEdit( TQWidget *parent, const char *name ) : +CustomEdit::CustomEdit( TQWidget *parent, const char *name ) : TQLineEdit( parent, name ) { connect( this, TQ_SIGNAL(textChanged(const TQString &)), -- cgit v1.2.3