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.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/sql-overview-table3-main-h.html b/doc/html/sql-overview-table3-main-h.html
index d77aad816..fcd75c362 100644
--- a/doc/html/sql-overview-table3-main-h.html
+++ b/doc/html/sql-overview-table3-main-h.html
@@ -45,10 +45,10 @@ body { background: #ffffff; color: black; }
#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 &lt;<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>&gt;
+#include &lt;<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>&gt;
+#include &lt;<a href="tqsqleditorfactory-h.html">tqsqleditorfactory.h</a>&gt;
+#include &lt;<a href="tqsqlpropertymap-h.html">tqsqlpropertymap.h</a>&gt;
#include "../connection.h"
class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a>
@@ -64,11 +64,11 @@ class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a>
};
-class CustomSqlEditorFactory : public <a href="ntqsqleditorfactory.html">TQSqlEditorFactory</a>
+class CustomSqlEditorFactory : public <a href="tqsqleditorfactory.html">TQSqlEditorFactory</a>
{
TQ_OBJECT
public:
- <a href="ntqwidget.html">TQWidget</a> *createEditor( <a href="ntqwidget.html">TQWidget</a> *parent, const <a href="ntqsqlfield.html">TQSqlField</a> *field );
+ <a href="ntqwidget.html">TQWidget</a> *createEditor( <a href="ntqwidget.html">TQWidget</a> *parent, const <a href="tqsqlfield.html">TQSqlField</a> *field );
};