summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-custom1-main-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-custom1-main-h.html')
-rw-r--r--doc/html/sql-overview-custom1-main-h.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/sql-overview-custom1-main-h.html b/doc/html/sql-overview-custom1-main-h.html
index 7815c5fda..9f2531b06 100644
--- a/doc/html/sql-overview-custom1-main-h.html
+++ b/doc/html/sql-overview-custom1-main-h.html
@@ -48,10 +48,10 @@ body { background: #ffffff; color: black; }
#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
#include &lt;<a href="qlineedit-h.html">ntqlineedit.h</a>&gt;
#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.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="qsqlform-h.html">ntqsqlform.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="tqsqlform-h.html">tqsqlform.h</a>&gt;
+#include &lt;<a href="tqsqlpropertymap-h.html">tqsqlpropertymap.h</a>&gt;
#include "../connection.h"
class CustomEdit : public <a href="ntqlineedit.html">TQLineEdit</a>
@@ -78,10 +78,10 @@ class FormDialog : public <a href="ntqdialog.html">TQDialog</a>
public slots:
void save();
private:
- <a href="ntqsqlcursor.html">TQSqlCursor</a> *staffCursor;
- <a href="ntqsqlform.html">TQSqlForm</a> *sqlForm;
- <a href="ntqsqlpropertymap.html">TQSqlPropertyMap</a> *propMap;
- <a href="ntqsqlindex.html">TQSqlIndex</a> idIndex;
+ <a href="tqsqlcursor.html">TQSqlCursor</a> *staffCursor;
+ <a href="tqsqlform.html">TQSqlForm</a> *sqlForm;
+ <a href="tqsqlpropertymap.html">TQSqlPropertyMap</a> *propMap;
+ <a href="tqsqlindex.html">TQSqlIndex</a> idIndex;
};