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-table3-main-h.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/sql-overview-table3-main-h.html') diff --git a/doc/html/sql-overview-table3-main-h.html b/doc/html/sql-overview-table3-main-h.html index 42affd6f2..1443144e6 100644 --- a/doc/html/sql-overview-table3-main-h.html +++ b/doc/html/sql-overview-table3-main-h.html @@ -42,33 +42,33 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <qapplication.h> -#include <qcombobox.h> -#include <qmap.h> -#include <qsqldatabase.h> -#include <qsqlcursor.h> -#include <qsqleditorfactory.h> -#include <qsqlpropertymap.h> +#include <ntqapplication.h> +#include <ntqcombobox.h> +#include <ntqmap.h> +#include <ntqsqldatabase.h> +#include <ntqsqlcursor.h> +#include <ntqsqleditorfactory.h> +#include <ntqsqlpropertymap.h> #include "../connection.h" -class StatusPicker : public TQComboBox +class StatusPicker : public TQComboBox { Q_OBJECT Q_PROPERTY( int statusid READ statusId WRITE setStatusId ) public: - StatusPicker( TQWidget *parent=0, const char *name=0 ); + StatusPicker( TQWidget *parent=0, const char *name=0 ); int statusId() const; void setStatusId( int id ); private: - TQMap< int, int > index2id; + TQMap< int, int > index2id; }; -class CustomSqlEditorFactory : public TQSqlEditorFactory +class CustomSqlEditorFactory : public TQSqlEditorFactory { Q_OBJECT public: - TQWidget *createEditor( TQWidget *parent, const TQSqlField *field ); + TQWidget *createEditor( TQWidget *parent, const TQSqlField *field ); }; -- cgit v1.2.1