From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/sql-overview-form2-main-h.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/html/sql-overview-form2-main-h.html') diff --git a/doc/html/sql-overview-form2-main-h.html b/doc/html/sql-overview-form2-main-h.html index 8931d7d38..5c0e6ceab 100644 --- a/doc/html/sql-overview-form2-main-h.html +++ b/doc/html/sql-overview-form2-main-h.html @@ -42,18 +42,18 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <qapplication.h> -#include <qdialog.h> -#include <qlabel.h> -#include <qlayout.h> -#include <qlineedit.h> -#include <qpushbutton.h> -#include <qsqldatabase.h> -#include <qsqlcursor.h> -#include <qsqlform.h> +#include <ntqapplication.h> +#include <ntqdialog.h> +#include <ntqlabel.h> +#include <ntqlayout.h> +#include <ntqlineedit.h> +#include <ntqpushbutton.h> +#include <ntqsqldatabase.h> +#include <ntqsqlcursor.h> +#include <ntqsqlform.h> #include "../connection.h" -class FormDialog : public TQDialog +class FormDialog : public TQDialog { Q_OBJECT public: @@ -62,9 +62,9 @@ class FormDialog : public TQDialog public slots: void save(); private: - TQSqlCursor staffCursor; - TQSqlForm *sqlForm; - TQSqlIndex idIndex; + TQSqlCursor staffCursor; + TQSqlForm *sqlForm; + TQSqlIndex idIndex; };


-- cgit v1.2.3