diff -r 2b40d63a9c3d -r 90517678cc4f qtmobility/src/multimedia/qvideowindowcontrol.cpp --- a/qtmobility/src/multimedia/qvideowindowcontrol.cpp Fri Apr 16 15:51:22 2010 +0300 +++ b/qtmobility/src/multimedia/qvideowindowcontrol.cpp Mon May 03 13:18:40 2010 +0300 @@ -39,7 +39,7 @@ ** ****************************************************************************/ -#include +#include "qvideowindowcontrol.h" QTM_BEGIN_NAMESPACE @@ -60,7 +60,7 @@ QVideoWindowControl *windowControl = mediaService->control(); windowControl->setWinId(widget->winId()); windowControl->setDisplayRect(widget->rect()); - windowControl->setAspectRatioMode(QVideoWidget::KeepAspectRatio); + windowControl->setAspectRatioMode(Qt::KeepAspectRatio); \endcode QVideoWindowControl is one of number of possible video output controls, @@ -174,7 +174,7 @@ */ /*! - \fn QVideoWindowControl::setAspectRatioMode(QVideoWidget::AspectRatioMode mode) + \fn QVideoWindowControl::setAspectRatioMode(Qt::AspectRatioMode mode) Sets the aspect ratio \a mode which determines how video is scaled to the fit the display region with respect to its aspect ratio.