qtmobility/src/multimedia/audio/qaudiosystemplugin.cpp
changeset 15 1f895d8a5b2b
parent 14 6fbed849b4f4
--- a/qtmobility/src/multimedia/audio/qaudiosystemplugin.cpp	Wed Jun 23 19:08:38 2010 +0300
+++ b/qtmobility/src/multimedia/audio/qaudiosystemplugin.cpp	Tue Jul 06 15:12:50 2010 +0300
@@ -49,7 +49,7 @@
     \brief The QAudioSystemPlugin class provides an abstract base for audio plugins.
 
     \ingroup multimedia
-    \inmodule QtMultimedia
+    \inmodule QtMultimediaKit
     \internal
 
     Writing a audio plugin is achieved by subclassing this base class,
@@ -62,7 +62,7 @@
     \sa QAbstractAudioDeviceInfo, QAbstractAudioOutput, QAbstractAudioInput
 
     Qt supports win32, linux(alsa) and Mac OS X standard (builtin to the
-    QtMultimedia library at compile time).
+    QtMultimediaKit library at compile time).
 
     You can support other backends other than these predefined ones by
     creating a plugin subclassing QAudioSystemPlugin, QAbstractAudioDeviceInfo,
@@ -72,11 +72,11 @@
     audio device to be provided by your plugin.
 
     -audio-backend configure option will force compiling in of the builtin backend
-    into the QtMultimedia library at compile time. This is automatic by default
+    into the QtMultimediaKit library at compile time. This is automatic by default
     and will only be compiled into the library if the dependencies are installed.
     eg. alsa-devel package installed for linux.
 
-    If the builtin backend is not compiled into the QtMultimedia library and
+    If the builtin backend is not compiled into the QtMultimediaKit library and
     no audio plugins are available a fallback dummy backend will be used.
     This should print out warnings if this is the case when you try and use QAudioInput or QAudioOutput. To fix this problem
     reconfigure Qt using -audio-backend or create your own plugin with a default