summaryrefslogtreecommitdiffstats
path: root/doc/html/hello-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/hello-example.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/hello-example.html')
-rw-r--r--doc/html/hello-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html
index 3d1dd723..638a7c25 100644
--- a/doc/html/hello-example.html
+++ b/doc/html/hello-example.html
@@ -89,7 +89,7 @@ private:
#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
#include &lt;<a href="tqtimer-h.html">tqtimer.h</a>&gt;
#include &lt;<a href="tqpainter-h.html">tqpainter.h</a>&gt;
-#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
+#include &lt;<a href="tqpixmap-h.html">tqpixmap.h</a>&gt;
/*
@@ -155,8 +155,8 @@ void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpainte
int pmy = <a href="tqwidget.html#height">height</a>()/2 - h/2;
// 2: Create the pixmap and fill it with the widget's background
- <a href="ntqpixmap.html">TQPixmap</a> pm( w, h );
-<a name="x1638"></a> pm.<a href="ntqpixmap.html#fill">fill</a>( this, pmx, pmy );
+ <a href="tqpixmap.html">TQPixmap</a> pm( w, h );
+<a name="x1638"></a> pm.<a href="tqpixmap.html#fill">fill</a>( this, pmx, pmy );
// 3: Paint the pixmap. Cool wave effect
<a href="tqpainter.html">TQPainter</a> p;