WelcomeScreen: Don't hit an assert on some machines.

Import by module name instead of path everywhere.

Change-Id: Ibf4d4d403338bb23b44516c05114001de1d031a1
Reviewed-on: http://codereview.qt.nokia.com/1011
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Daniel Molkentin
2011-07-01 15:05:44 +02:00
parent 23bde7df85
commit 552fb865e9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import QtQuick 1.1
import "../components/" as Components
import components 1.0 as Components
Item {
id: root

View File

@@ -1,4 +1,4 @@
import Qt 4.7
import QtQuick 1.0
Item {
id: tabWidget