From 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:00:12 +0900 Subject: Rename image nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/hello-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/hello-example.html') 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::paintEvent( p.end(); // 4: Copy the pixmap to the Hello widget - bitBlt( this, pmx, pmy, &pm ); + bitBlt( this, pmx, pmy, &pm ); } -- cgit v1.2.1