qtmobility/src/multimedia/qmediacontainercontrol.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/src/multimedia/qmediacontainercontrol.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/multimedia/qmediacontainercontrol.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -49,20 +49,20 @@
     \preliminary
     \brief The QMediaContainerControl class provides access to the output container format of a QMediaService
 
-    \ingroup multimedia-serv
+    \ingroup multimedia
 
     If a QMediaService supports writing encoded data it will implement
-    QMediaContainerControl.  This control provides information about the
-    output containers supported by a media service and allows one to be
-    selected as the current output containers.
+    QMediaContainerControl.  This control provides information about the output
+    containers supported by a media service and allows one to be selected as
+    the current output containers.
 
-    The functionality provided by this control is exposed to application
-    code through the QMediaRecorder class.
+    The functionality provided by this control is exposed to application code
+    through the QMediaRecorder class.
 
     The interface name of QMediaContainerControl is \c com.nokia.Qt.QMediaContainerControl/1.0 as
     defined in QMediaContainerControl_iid.
 
-    \sa QMediaService::control(), QMediaRecorder
+    \sa QMediaService::requestControl(), QMediaRecorder
 */
 
 /*!