src/hbwidgets/dataform/hbdataformmodel.cpp
changeset 6 c3690ec91ef8
parent 3 11d3954df52a
--- 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 <hbdataformmodelitem.h>
 #include <hbdataformmodel.h>
 
-#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.