diff options
Diffstat (limited to 'doc/html/tutorial2-08.html')
-rw-r--r-- | doc/html/tutorial2-08.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial2-08.html b/doc/html/tutorial2-08.html index b8dbfd86e..ebffded53 100644 --- a/doc/html/tutorial2-08.html +++ b/doc/html/tutorial2-08.html @@ -195,7 +195,7 @@ correct number of decimal places. <li> The OK button is connected to the accept() slot; we will update the elements vector in this slot. <li> The Cancel button is connected to the <a href="qdialog.html">TQDialog</a> reject() slot, and -retquires no further code or action on our part. +requires no further code or action on our part. </ul> <p> <pre> TQPixmap patterns[MAX_PATTERNS]; patterns[0] = TQPixmap( pattern01 ); |