diff -r ef0373b55136 -r 758a864f9613 src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp --- a/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -142,7 +142,9 @@ qmlRegisterType("Qt",4,7,"Scale"); qmlRegisterType("Qt",4,7,"Text"); qmlRegisterType("Qt",4,7,"TextEdit"); +#ifndef QT_NO_LINEEDIT qmlRegisterType("Qt",4,7,"TextInput"); +#endif qmlRegisterType("Qt",4,7,"ViewSection"); qmlRegisterType("Qt",4,7,"VisualDataModel"); qmlRegisterType("Qt",4,7,"VisualItemModel");