diff -r 923ff622b8b9 -r 4633027730f5 src/hbwidgets/popups/hbselectiondialog_p.h --- a/src/hbwidgets/popups/hbselectiondialog_p.h Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbwidgets/popups/hbselectiondialog_p.h Wed Aug 18 10:05:37 2010 +0300 @@ -117,7 +117,13 @@ void _q_listWidgetItemSelected(HbListWidgetItem *item); void _q_listItemSelected(QModelIndex index); void _q_checkboxclicked(int value); + void modelChanged(const QModelIndex &parent, int start,int end); }; - +class HbMarkWidget : public HbWidget +{ +public: + HbCheckBox* chkMark; + HbTextItem* lbCounter; +}; #endif //HBSELECTIONDIALOGPRIVATE_H