From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/sql-overview-custom1-main-h.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/sql-overview-custom1-main-h.html') diff --git a/doc/html/sql-overview-custom1-main-h.html b/doc/html/sql-overview-custom1-main-h.html index 9087e3fd3..ecb617167 100644 --- a/doc/html/sql-overview-custom1-main-h.html +++ b/doc/html/sql-overview-custom1-main-h.html @@ -43,18 +43,18 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <ntqapplication.h> -#include <ntqdialog.h> +#include <tqdialog.h> #include <tqlabel.h> #include <ntqlayout.h> -#include <ntqlineedit.h> -#include <ntqpushbutton.h> +#include <tqlineedit.h> +#include <tqpushbutton.h> #include <tqsqldatabase.h> #include <tqsqlcursor.h> #include <tqsqlform.h> #include <tqsqlpropertymap.h> #include "../connection.h" -class CustomEdit : public TQLineEdit +class CustomEdit : public TQLineEdit { TQ_OBJECT TQ_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine ) @@ -69,7 +69,7 @@ class CustomEdit : public TQLineEdit }; -class FormDialog : public TQDialog +class FormDialog : public TQDialog { TQ_OBJECT public: -- cgit v1.2.3