summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/tooltips.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/tooltips.qdoc')
-rw-r--r--examples/widgets/doc/src/tooltips.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/tooltips.qdoc b/examples/widgets/doc/src/tooltips.qdoc
index a278215503..35e3b1e29f 100644
--- a/examples/widgets/doc/src/tooltips.qdoc
+++ b/examples/widgets/doc/src/tooltips.qdoc
@@ -95,7 +95,7 @@
\snippet widgets/tooltips/sortingbox.h 2
- We keep all the shape items in a QList, and we keep three
+ We keep all the shape items in a QVector, and we keep three
QPainterPath objects holding the shapes of a circle, a square and
a triangle. We also need to have a pointer to an item when it is
moving, and we need to know its previous position.