diff -r f683e24efca3 -r 608f67c22514 qtinternetradio/ui/inc/irstationsview.h --- a/qtinternetradio/ui/inc/irstationsview.h Wed Jun 23 18:04:00 2010 +0300 +++ b/qtinternetradio/ui/inc/irstationsview.h Tue Jul 06 14:07:20 2010 +0300 @@ -39,6 +39,10 @@ //from base class IRBaseView TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason); +#ifdef HS_WIDGET_ENABLED + //from IrAbstractListViewBase + void itemAboutToBeSelected(bool &aNeedNetwork); +#endif private slots: void presetResponse(IRQPreset *aPreset);