diff options
Diffstat (limited to 'doc/html/xform-example.html')
-rw-r--r-- | doc/html/xform-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/xform-example.html b/doc/html/xform-example.html index 8d2fd197a..8d434753a 100644 --- a/doc/html/xform-example.html +++ b/doc/html/xform-example.html @@ -461,7 +461,7 @@ void <a name="f394"></a>ShowXForm::showIt() int xpos = <a href="tqwidget.html#width">width</a>()/2 - pw/2; int ypos = <a href="tqwidget.html#height">height</a>()/2 - ph/2; - <a href="ntqimage.html#bitBlt">bitBlt</a>( this, xpos, ypos, // copy pixmap to widget + <a href="tqimage.html#bitBlt">bitBlt</a>( this, xpos, ypos, // copy pixmap to widget &pm, 0, 0, -1, -1 ); <a name="x1278"></a> eraseRect = mtx.<a href="ntqwmatrix.html#map">map</a>( r ); } |