summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmap.html')
-rw-r--r--doc/html/tqmap.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html
index a47aff444..4c296c9a1 100644
--- a/doc/html/tqmap.html
+++ b/doc/html/tqmap.html
@@ -162,7 +162,7 @@ the STL-like functions if preferred.
int main(int argc, char **argv)
{
- <a href="ntqapplication.html">TQApplication</a> app( argc, argv );
+ <a href="tqapplication.html">TQApplication</a> app( argc, argv );
typedef TQMap&lt;TQString, Employee&gt; EmployeeMap;
EmployeeMap map;