src/hbinput/inputwidgets/hbinputcheckboxlist_p.h
changeset 6 c3690ec91ef8
parent 1 f7ac710697a9
--- 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);