diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/hello-example.html | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt3-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.html | 2 |
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, &pm ); + <a href="tqimage.html#bitBlt">bitBlt</a>( this, pmx, pmy, &pm ); } </pre> |