summaryrefslogtreecommitdiffstats
path: root/doc/html/hello-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 13:00:12 +0900
committerMichele Calgaro <[email protected]>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/hello-example.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz
tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/hello-example.html')
-rw-r--r--doc/html/hello-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html
index 4410cb178..6145ecbce 100644
--- a/doc/html/hello-example.html
+++ b/doc/html/hello-example.html
@@ -175,7 +175,7 @@ void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintev
<a name="x1635"></a> p.<a href="ntqpainter.html#end">end</a>();
// 4: Copy the pixmap to the Hello widget
- <a href="ntqimage.html#bitBlt">bitBlt</a>( this, pmx, pmy, &amp;pm );
+ <a href="tqimage.html#bitBlt">bitBlt</a>( this, pmx, pmy, &amp;pm );
}
</pre>