diff --git a/share/qtcreator/welcomescreen/widgets/NewsListing.qml b/share/qtcreator/welcomescreen/widgets/NewsListing.qml index 392df8b6a2650869c96b8e9b2ee75cd4446b41c7..cc353afd44c30d3b4e8b353c957f90b39af2cfc2 100644 --- a/share/qtcreator/welcomescreen/widgets/NewsListing.qml +++ b/share/qtcreator/welcomescreen/widgets/NewsListing.qml @@ -1,5 +1,5 @@ import QtQuick 1.1 -import "../components/" as Components +import components 1.0 as Components Item { id: root diff --git a/share/qtcreator/welcomescreen/widgets/TabWidget.qml b/share/qtcreator/welcomescreen/widgets/TabWidget.qml index cf90dfe980dabcc186735af0a4e01ad3dae091fb..d8602e20c486cde1287bf26bb4eed88579d1f358 100644 --- a/share/qtcreator/welcomescreen/widgets/TabWidget.qml +++ b/share/qtcreator/welcomescreen/widgets/TabWidget.qml @@ -1,4 +1,4 @@ -import Qt 4.7 +import QtQuick 1.0 Item { id: tabWidget