diff -r 06b8e2af4411 -r 6fbed849b4f4 qtmobility/plugins/declarative/serviceframework/serviceframework.cpp --- a/qtmobility/plugins/declarative/serviceframework/serviceframework.cpp Fri Jun 11 14:26:25 2010 +0300 +++ b/qtmobility/plugins/declarative/serviceframework/serviceframework.cpp Wed Jun 23 19:08:38 2010 +0300 @@ -53,9 +53,9 @@ virtual void registerTypes(const char *uri) { Q_ASSERT(QLatin1String(uri) == QLatin1String("QtMobility.serviceframework")); - - qmlRegisterType(uri, 1, 0, "Service"); - qmlRegisterType(uri, 1, 0, "ServiceList"); + + qmlRegisterType(uri, 1, 0, "Service"); + qmlRegisterType(uri, 1, 0, "ServiceList"); } };