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 d95703fbe..decd59dee 100644
--- a/examples/README
+++ b/examples/README
@@ -21,7 +21,7 @@ action
It shows how to implement a typical modern application, how to
create a TQMainWindow subclass, and how to create actions that can
be assigned to menus (TQPopupMenu) and toolbars (TQToolBar) using
- TQAction. It also shows how to print using QSimpleRichText.
+ TQAction. It also shows how to print using TQSimpleRichText.
addressbook [obsolete]
@@ -56,7 +56,7 @@ checklists
cursor
This example shows how to set the mouse cursor for a widget. Shows
- Qt's cursors and a custom cursor using QLabel and QCursor.
+ Qt's cursors and a custom cursor using TQLabel and QCursor.
customlayout
This examples demonstrates how to write a customized layout
@@ -136,7 +136,7 @@ helpdemo
helpsystem
This example shows how to implement context-sensitive help in
- various ways in a TQt application using TQToolTip, QWhatsThis, and
+ various ways in a TQt application using TQToolTip, TQWhatsThis, and
QAssistantClient to control TQt Assistant.
helpviewer
@@ -193,7 +193,7 @@ menu
movies
The Movies example displays animated GIF files using the TQMovie
- and QLabel classes.
+ and TQLabel classes.
network/archivesearch
Shows how to use TQHttp to request and receive data from a web
@@ -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 TQTimer.
+ shows an animation using a TQLabel and a TQTimer.
progressbar
Shows how to use a QProgressBar.