summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/changes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/changes.qdoc b/doc/src/changes.qdoc
index e3d4317be..f60b4e732 100644
--- a/doc/src/changes.qdoc
+++ b/doc/src/changes.qdoc
@@ -106,7 +106,7 @@ they are documented elsewhere.
normal Qt namespace (usually nothing, unless built specially). There
was a Qt Multimedia Kit namespace for several enumerations. This namespace
has now changed to Qt Multimedia, so if you've used one of the
- \c SupportEstimate, \c EncodingQuality, \c EncodingMode or \c AvailabilityError
+ \c SupportEstimate, \c EncodingQuality, \c EncodingMode or \c AvailabilityStatus
enumerations you'll need to change your code. In fact, running a global
search and replace on \c QtMultimediaKit (to replace it with \c QtMultimedia) will
go a long way with porting your code.