summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
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 20171dbce..c8907e722 100644
--- a/examples/README
+++ b/examples/README
@@ -13,7 +13,7 @@ them assume they are run from there.
aclock
This example displays an analog clock widget.
It shows how to create a custom widget (TQWidget subclass) and how
- to create a timer using QTimer.
+ to create a timer using TQTimer.
action
A single document interface application example with a menu bar,
@@ -66,7 +66,7 @@ customlayout
dclock
This example displays a digital LCD clock and can switch between
time and date.
- It uses the QLCDNumber widget and a couple of QTimers.
+ It uses the QLCDNumber widget and a couple of TQTimers.
demo
Run this to see almost all of Qt's widgets in action, including
@@ -259,7 +259,7 @@ progress
This example presents a long-running process (drawing lots of
rectangles) and a QProgressDialog. Two types of progress dialog
are offered, one that simply shows text, and a custom one that
- shows an animation using a QLabel and a QTimer.
+ shows an animation using a QLabel and a TQTimer.
progressbar
Shows how to use a QProgressBar.