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-custom1-main-h.html | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 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 673c4030e..555616147 100644 --- a/doc/html/sql-overview-custom1-main-h.html +++ b/doc/html/sql-overview-custom1-main-h.html @@ -42,34 +42,34 @@ 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 <qsqlpropertymap.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 <ntqsqlpropertymap.h> #include "../connection.h" -class CustomEdit : public TQLineEdit +class CustomEdit : public TQLineEdit { Q_OBJECT Q_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine ) public: - CustomEdit( TQWidget *parent=0, const char *name=0 ); - TQString upperLine() const; - void setUpperLine( const TQString &line ); + CustomEdit( TQWidget *parent=0, const char *name=0 ); + TQString upperLine() const; + void setUpperLine( const TQString &line ); public slots: - void changed( const TQString &line ); + void changed( const TQString &line ); private: - TQString upperLineText; + TQString upperLineText; }; -class FormDialog : public TQDialog +class FormDialog : public TQDialog { Q_OBJECT public: @@ -78,10 +78,10 @@ class FormDialog : public TQDialog public slots: void save(); private: - TQSqlCursor *staffCursor; - TQSqlForm *sqlForm; - TQSqlPropertyMap *propMap; - TQSqlIndex idIndex; + TQSqlCursor *staffCursor; + TQSqlForm *sqlForm; + TQSqlPropertyMap *propMap; + TQSqlIndex idIndex; }; -- cgit v1.2.1