diff options
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 ); }; |