summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /examples/README
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt-82ecd834.tar.gz
tqt-82ecd834.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 15f0d2e26..1fb637a5d 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.