diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/tutorial2.doc | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-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/tutorial2.doc')
-rw-r--r-- | doc/tutorial2.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial2.doc b/doc/tutorial2.doc index 60f188e63..e9dc37dc7 100644 --- a/doc/tutorial2.doc +++ b/doc/tutorial2.doc @@ -793,7 +793,7 @@ We retrieve the width and height of the canvas and calculate the proportional height (\c proheight). We set the initial \c y position to 0. -\skipto QPen +\skipto TQPen \printuntil NoPen We create a pen that we will use to draw each bar (rectangle); we set @@ -1133,7 +1133,7 @@ elements vector in this slot. requires no further code or action on our part. \endlist -\skipto QPixmap +\skipto TQPixmap \printline \printline \printline @@ -1141,7 +1141,7 @@ requires no further code or action on our part. We create a pixmap for every brush pattern and store them in the \c patterns array. -\skipto QRect +\skipto TQRect \printline \printline |