summaryrefslogtreecommitdiffstats
path: root/doc/html/xform-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/xform-example.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt-8c029298.tar.gz
tqt-8c029298.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/xform-example.html')
-rw-r--r--doc/html/xform-example.html2
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
&amp;pm, 0, 0, -1, -1 );
<a name="x1278"></a> eraseRect = mtx.<a href="ntqwmatrix.html#map">map</a>( r );
}