summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-table3-main-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-table3-main-h.html')
-rw-r--r--doc/html/sql-overview-table3-main-h.html24
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 42affd6f..1443144e 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 &lt;<a href="qapplication-h.html">qapplication.h</a>&gt;
-#include &lt;<a href="qcombobox-h.html">qcombobox.h</a>&gt;
-#include &lt;<a href="qmap-h.html">qmap.h</a>&gt;
-#include &lt;<a href="qsqldatabase-h.html">qsqldatabase.h</a>&gt;
-#include &lt;<a href="qsqlcursor-h.html">qsqlcursor.h</a>&gt;
-#include &lt;<a href="qsqleditorfactory-h.html">qsqleditorfactory.h</a>&gt;
-#include &lt;<a href="qsqlpropertymap-h.html">qsqlpropertymap.h</a>&gt;
+#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
+#include &lt;<a href="qcombobox-h.html">ntqcombobox.h</a>&gt;
+#include &lt;<a href="qmap-h.html">ntqmap.h</a>&gt;
+#include &lt;<a href="qsqldatabase-h.html">ntqsqldatabase.h</a>&gt;
+#include &lt;<a href="qsqlcursor-h.html">ntqsqlcursor.h</a>&gt;
+#include &lt;<a href="qsqleditorfactory-h.html">ntqsqleditorfactory.h</a>&gt;
+#include &lt;<a href="qsqlpropertymap-h.html">ntqsqlpropertymap.h</a>&gt;
#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>&lt; int, int &gt; index2id;
+ <a href="ntqmap.html">TQMap</a>&lt; int, int &gt; 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 );
};