Rename QtMultimediaKit to QtMultimedia.

There are a few legacy bits left in place so it passes CI, and
then qt5.git etc can be updated.

Change-Id: I6b082e50e6958c72fdabc2974992e16d90dafa3a
Reviewed-on: http://codereview.qt-project.org/5368
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Michael Goddard
2011-10-06 14:31:58 +10:00
committed by Qt by Nokia
parent 55bc4f2b46
commit 03f22bcdaf
395 changed files with 1393 additions and 3088 deletions

View File

@@ -55,7 +55,7 @@
\qml
import Qt 4.7
import QtMultimediaKit 1.1
import QtMultimedia 4.0
// ...
Audio {
@@ -238,7 +238,7 @@
\qml
import Qt 4.7
import QtMultimediaKit 1.1
import QtMultimedia 4.0
SoundEffect {
@@ -265,7 +265,7 @@
\qml
import Qt 4.7
import QtMultimediaKit 1.1
import QtMultimedia 4.0
Camera {
focus : visible // to receive focus and capture key events when visible