diff options
Diffstat (limited to 'doc/html/ntqregion.html')
-rw-r--r-- | doc/html/ntqregion.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqregion.html b/doc/html/ntqregion.html index d83c20ccd..dcba288ba 100644 --- a/doc/html/ntqregion.html +++ b/doc/html/ntqregion.html @@ -84,7 +84,7 @@ The TQRegion class specifies a clip region for a painter. <p> TQRegion is used with <a href="ntqpainter.html#setClipRegion">TQPainter::setClipRegion</a>() to limit the paint area to what needs to be painted. There is also a -<a href="ntqwidget.html#repaint">TQWidget::repaint</a>() that takes a TQRegion parameter. TQRegion is the +<a href="tqwidget.html#repaint">TQWidget::repaint</a>() that takes a TQRegion parameter. TQRegion is the best tool for reducing flicker. <p> A region can be created from a rectangle, an ellipse, a polygon or a bitmap. Complex regions may be created by combining simple |