summaryrefslogtreecommitdiffstats
path: root/doc/html/geometry.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/geometry.html')
-rw-r--r--doc/html/geometry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/geometry.html b/doc/html/geometry.html
index ca4fa4ab5..954566d65 100644
--- a/doc/html/geometry.html
+++ b/doc/html/geometry.html
@@ -100,7 +100,7 @@ example:
<p> <pre>
MyWidget* widget = new MyWidget
...
- <a href="ntqpoint.html">TQPoint</a> p = widget-&gt;pos(); // store position
+ <a href="tqpoint.html">TQPoint</a> p = widget-&gt;pos(); // store position
<a href="tqsize.html">TQSize</a> s = widget-&gt;size(); // store size
...
widget = new MyWidget;