summaryrefslogtreecommitdiffstats
path: root/examples/declarative-camera/PhotoPreview.qml
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-10-06 14:31:58 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-07 06:16:34 +0200
commit03f22bcdaf1f80083618856d6e4140d3062f175b (patch)
treefdfbf0895f4fbd91fb1f4a247cf09e28a1056096 /examples/declarative-camera/PhotoPreview.qml
parent55bc4f2b46b0099d187db16e049d760cd55626e6 (diff)
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>
Diffstat (limited to 'examples/declarative-camera/PhotoPreview.qml')
-rw-r--r--examples/declarative-camera/PhotoPreview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative-camera/PhotoPreview.qml b/examples/declarative-camera/PhotoPreview.qml
index 97deec8fb..6cd7f35b0 100644
--- a/examples/declarative-camera/PhotoPreview.qml
+++ b/examples/declarative-camera/PhotoPreview.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import Qt 4.7
-import QtMultimediaKit 1.1
+import QtMultimedia 4.0
Item {
property alias source : preview.source