summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /examples/README
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README b/examples/README
index 0e41e1b8a..bcd6e34e3 100644
--- a/examples/README
+++ b/examples/README
@@ -12,7 +12,7 @@ them assume they are run from there.
aclock
This example displays an analog clock widget.
- It shows how to create a custom widget (QWidget subclass) and how
+ It shows how to create a custom widget (TQWidget subclass) and how
to create a timer using QTimer.
action
@@ -98,7 +98,7 @@ dragdrop
drawdemo
Draws a color wheel, text and shapes. This example demonstrates
several drawing functions and printer output using QPainter,
- QWMatrix, QFont, QFontMetrics, QColor, QBrush, and QPrinter. You
+ QWMatrix, QFont, QFontMetrics, TQColor, QBrush, and QPrinter. You
can easily add you own drawing functions. See "ourDrawFunctions".
drawlines
@@ -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
- QWidget subclass (rather than a QCanvas for example). It also
+ TQWidget subclass (rather than a QCanvas 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.