diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbwidgets/dataform/hbdataformmodel.cpp --- a/src/hbwidgets/dataform/hbdataformmodel.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbwidgets/dataform/hbdataformmodel.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -23,12 +23,12 @@ ** ****************************************************************************/ +#include "hbdataformmodel_p.h" +#include "hbdataformmodelitem_p.h" + #include #include -#include "hbdataformmodel_p.h" -#include "hbdataformmodelitem_p.h" - /* \internal @@ -122,7 +122,7 @@ HbDataFormModel is derived from QAbstractItemModel. So applications can use, QAbstractItemModel API's to create their datamodel. HbDataFormModel also provides - convenience API's specific to HbDataForm. These convinience API's are useful in creating + convenience API's specific to HbDataForm. These convenience API's are useful in creating FormPageItem, GroupItem, GroupPageItem and data item. A HbDataForm can be used to display the contents of the model.