summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-13 17:07:07 +0200
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-13 17:09:48 +0200
commit82cc3fb03b6236315d0c73d425d5eb074b9c02ca (patch)
tree736d1b40da3a00b51b4785ca0438487c3640a60d
parente2a4320f6b360d012e5f1767ccb51a927b5a4640 (diff)
Corrected the import statement.
Change-Id: I765ee8f89a1afd26200ae2e10ddcefa1b8a7e37a Reviewed-on: http://codereview.qt-project.org/4801 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
-rw-r--r--unittests/declarative/tst_declarative_mimetypes.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/declarative/tst_declarative_mimetypes.qml b/unittests/declarative/tst_declarative_mimetypes.qml
index a3c0e5a..b6c80bc 100644
--- a/unittests/declarative/tst_declarative_mimetypes.qml
+++ b/unittests/declarative/tst_declarative_mimetypes.qml
@@ -1,6 +1,6 @@
import Qt 4.7
import QtTest 1.0
-import com.nokia.MimeTypes 1.0
+import QtMimeTypes 1.0
TestCase {
name: "tst_declarative_mimetypes"