summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 14:55:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:49 +0900
commitccbc1c3572fd0e26480c1432fff55d2909545538 (patch)
tree2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /examples/README
parent0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff)
downloadtqt-ccbc1c35.tar.gz
tqt-ccbc1c35.zip
Rename icon 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 454a9b683..10ad6df33 100644
--- a/examples/README
+++ b/examples/README
@@ -113,7 +113,7 @@ extension
fileiconview
This example partially implements a very basic file manager using
- a widget derived from QIconView to display the current directory.
+ a widget derived from TQIconView to display the current directory.
It uses the DirectoryView widget from the dirview example to
display the directory tree.
It also shows how to add a QComboBox to a QToolBar and how to
@@ -159,7 +159,7 @@ i18n
iconview
This example implements a flexible icon view which can store lots
of icon items. It supports Drag'n'Drop and different selection
- modes using QIconView.
+ modes using TQIconView.
kiosk [Qt/Embedded-specific]
An MPEG player.