diff -r 3738fe97f027 -r 8aed59de29f9 videocollection/videocollectionview/inc/videolistselectiondialog.h --- a/videocollection/videocollectionview/inc/videolistselectiondialog.h Thu Apr 01 23:32:44 2010 +0300 +++ b/videocollection/videocollectionview/inc/videolistselectiondialog.h Fri Apr 16 18:13:14 2010 +0300 @@ -256,8 +256,18 @@ /** * List widget to show in selection - * */ + */ VideoListWidget *mListWidget; + + /** + * Action to accept the selection dialog. + */ + HbAction *mPrimaryAction; + + /** + * Action to cancel the selection dialog. + */ + HbAction *mSecondaryAction; }; #endif //VIDEOLISTSELECTIONDIALOG_H