diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbinput/inputwidgets/hbinputcheckboxlist_p.h --- a/src/hbinput/inputwidgets/hbinputcheckboxlist_p.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputcheckboxlist_p.h Wed Jun 23 18:33:25 2010 +0300 @@ -38,16 +38,16 @@ explicit HbInputCheckBoxList(QGraphicsItem *parent = 0); ~HbInputCheckBoxList(); - HbAbstractViewItem* createItem(); + HbAbstractViewItem *createItem(); bool canSetModelIndex(const QModelIndex &index) const; public slots: void itemActivated(const QModelIndex &index); protected: - HbWidget* createCustomWidget(); + HbWidget *createCustomWidget(); - HbInputCheckBoxListPrivate * const d_ptr; + HbInputCheckBoxListPrivate *const d_ptr; private: HbInputCheckBoxList(const HbInputCheckBoxList &other);