summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /examples/README
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.tar.gz
tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
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.