summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/README b/examples/README
index 1bd72aba7..6c6d0cab7 100644
--- a/examples/README
+++ b/examples/README
@@ -38,10 +38,10 @@ buttongroups
QPopupMenu to a button.
canvas
- This examples demonstrates many of QCanvasView's facilities, but
- by no means all of them. It uses QCanvasItem, QCanvasLine,
- QCanvasRectangle, QCanvasEllipse, QCanvasSprite, and of course
- QCanvas.
+ This examples demonstrates many of TQCanvasView's facilities, but
+ by no means all of them. It uses TQCanvasItem, TQCanvasLine,
+ TQCanvasRectangle, TQCanvasEllipse, TQCanvasSprite, and of course
+ TQCanvas.
chart
An application for maintaining simple numeric data and visualising
@@ -307,7 +307,7 @@ scribble
An implementation of the well known scribble program. You can draw
with different pen colors and widths and save the result as a
pixmap in various formats. It shows how to do drawing using a
- TQWidget subclass (rather than a QCanvas for example). It also
+ TQWidget subclass (rather than a TQCanvas for example). It also
shows how to add a QSpinBox to a QToolBar and how to implement a
button that pops up a menu (using QPushButton and QPopupMenu), and
also how to use the QColorDialog.