diff -r ce961d2c008b -r 6745d806c5ff qtmobility/src/multimedia/qradiotunercontrol.cpp --- a/qtmobility/src/multimedia/qradiotunercontrol.cpp Mon Jun 21 22:38:54 2010 +0100 +++ b/qtmobility/src/multimedia/qradiotunercontrol.cpp Thu Jul 22 16:42:52 2010 +0100 @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** @@ -48,25 +48,25 @@ /*! \class QRadioTunerControl - \ingroup multimedia-serv + \ingroup multimedia \preliminary \brief The QRadioTunerControl class provides access to the radio tuning functionality of a QMediaService. - If a QMediaService can tune an anolog radio device it will implement - QRadioTunerControl. This control provides a means to tune a radio - device to a specific \l {setFrequency()}{frequency} as well as search - \l {searchForward()}{forwards} and \l {searchBackward()}{backwards} - for a signal. + If a QMediaService can tune an analog radio device it will implement + QRadioTunerControl. This control provides a means to tune a radio device + to a specific \l {setFrequency()}{frequency} as well as search \l + {searchForward()}{forwards} and \l {searchBackward()}{backwards} for a + signal. - The functionality provided by this control is exposed to application - code through the QRadioTuner class. + The functionality provided by this control is exposed to application code + through the QRadioTuner class. The interface name of QRadioTunerControl is \c com.nokia.Qt.QRadioTunerControl/1.0 as defined in QRadioTunerControl_iid. - \sa QMediaService::control(), QRadioTuner + \sa QMediaService::requestControl(), QRadioTuner */ /*! @@ -103,7 +103,7 @@ */ /*! - \fn QtMediaServices::AvailabilityError QRadioTunerControl::availabilityError() const + \fn QtMultimediaKit::AvailabilityError QRadioTunerControl::availabilityError() const Returns the error state of the radio service. */