diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/sql-overview-table3-main-h.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/sql-overview-table3-main-h.html')
-rw-r--r-- | doc/html/sql-overview-table3-main-h.html | 24 |
1 files changed, 12 insertions, 12 deletions
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 <<a href="qapplication-h.html">qapplication.h</a>> -#include <<a href="qcombobox-h.html">qcombobox.h</a>> -#include <<a href="qmap-h.html">qmap.h</a>> -#include <<a href="qsqldatabase-h.html">qsqldatabase.h</a>> -#include <<a href="qsqlcursor-h.html">qsqlcursor.h</a>> -#include <<a href="qsqleditorfactory-h.html">qsqleditorfactory.h</a>> -#include <<a href="qsqlpropertymap-h.html">qsqlpropertymap.h</a>> +#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="qmap-h.html">ntqmap.h</a>> +#include <<a href="qsqldatabase-h.html">ntqsqldatabase.h</a>> +#include <<a href="qsqlcursor-h.html">ntqsqlcursor.h</a>> +#include <<a href="qsqleditorfactory-h.html">ntqsqleditorfactory.h</a>> +#include <<a href="qsqlpropertymap-h.html">ntqsqlpropertymap.h</a>> #include "../connection.h" -class StatusPicker : public <a href="qcombobox.html">TQComboBox</a> +class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a> { Q_OBJECT Q_PROPERTY( int statusid READ statusId WRITE setStatusId ) public: - StatusPicker( <a href="qwidget.html">TQWidget</a> *parent=0, const char *name=0 ); + StatusPicker( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); int statusId() const; void setStatusId( int id ); private: - <a href="qmap.html">TQMap</a>< int, int > index2id; + <a href="ntqmap.html">TQMap</a>< int, int > index2id; }; -class CustomSqlEditorFactory : public <a href="qsqleditorfactory.html">TQSqlEditorFactory</a> +class CustomSqlEditorFactory : public <a href="ntqsqleditorfactory.html">TQSqlEditorFactory</a> { Q_OBJECT public: - <a href="qwidget.html">TQWidget</a> *createEditor( <a href="qwidget.html">TQWidget</a> *parent, const <a href="qsqlfield.html">TQSqlField</a> *field ); + <a href="ntqwidget.html">TQWidget</a> *createEditor( <a href="ntqwidget.html">TQWidget</a> *parent, const <a href="ntqsqlfield.html">TQSqlField</a> *field ); }; |