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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/sql-overview-table3-main-h.html b/doc/html/sql-overview-table3-main-h.html
index 398c91be4..352004991 100644
--- a/doc/html/sql-overview-table3-main-h.html
+++ b/doc/html/sql-overview-table3-main-h.html
@@ -44,7 +44,7 @@ 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="tqmap-h.html">tqmap.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;
@@ -60,7 +60,7 @@ class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a>
int statusId() const;
void setStatusId( int id );
private:
- <a href="ntqmap.html">TQMap</a>&lt; int, int &gt; index2id;
+ <a href="tqmap.html">TQMap</a>&lt; int, int &gt; index2id;
};