summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README b/examples/README
index 15f0d2e2..1fb637a5 100644
--- a/examples/README
+++ b/examples/README
@@ -33,7 +33,7 @@ biff [Unix-specific]
buttongroups
This examples shows different types of group boxes (TQButtonGroup,
- and QGroupBox), and different kinds of buttons (TQCheckBox,
+ and TQGroupBox), and different kinds of buttons (TQCheckBox,
TQRadioButton, and TQPushButton). It also shows how to add a
TQPopupMenu to a button.
@@ -160,7 +160,7 @@ iconview
layout [obsolete]
This example shows simple and intermediate use of Qt's layout
- classes, TQGridLaout, QBoxLayout etc.
+ classes, TQGridLaout, TQBoxLayout etc.
life
An implementation of the life game with a Unix-flavor GUI.