summaryrefslogtreecommitdiffstats
path: root/doc/tutorial2.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial2.doc')
-rw-r--r--doc/tutorial2.doc6
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