diff options
Diffstat (limited to 'doc/html/geometry.html')
-rw-r--r-- | doc/html/geometry.html | 2 |
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->pos(); // store position + <a href="tqpoint.html">TQPoint</a> p = widget->pos(); // store position <a href="tqsize.html">TQSize</a> s = widget->size(); // store size ... widget = new MyWidget; |