summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/icons.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/icons.qdoc')
-rw-r--r--examples/widgets/doc/src/icons.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/icons.qdoc b/examples/widgets/doc/src/icons.qdoc
index 24be09a7a9..16cb0656db 100644
--- a/examples/widgets/doc/src/icons.qdoc
+++ b/examples/widgets/doc/src/icons.qdoc
@@ -260,7 +260,7 @@
QIcon::Active, QIcon::Disabled, QIcon::Selected and the rows in the order
QIcon::Off, QIcon::On, which does not match the enumeration. The above code
provides arrays allowing to map from enumeration value to row/column
- (by using QVector::indexOf()) and back by using the array index and lists
+ (by using QList::indexOf()) and back by using the array index and lists
of the matching strings. Qt's containers can be easily populated by
using C++ 11 initializer lists.