diff options
Diffstat (limited to 'doc/html/sql-overview-table3-main-h.html')
-rw-r--r-- | doc/html/sql-overview-table3-main-h.html | 4 |
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 <<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="tqmap-h.html">tqmap.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqsqleditorfactory-h.html">tqsqleditorfactory.h</a>> @@ -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>< int, int > index2id; + <a href="tqmap.html">TQMap</a>< int, int > index2id; }; |