diff -r f683e24efca3 -r 608f67c22514 qtinternetradio/ui/inc/irhistoryview.h --- a/qtinternetradio/ui/inc/irhistoryview.h Wed Jun 23 18:04:00 2010 +0300 +++ b/qtinternetradio/ui/inc/irhistoryview.h Tue Jul 06 14:07:20 2010 +0300 @@ -38,7 +38,7 @@ TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason); private slots: - void clearAllList(); + void clearAllList(HbAction *aAction); void networkRequestNotified(IRQNetworkEvent aEvent); //to start the convertion asynchronously void convertAnother(); @@ -47,7 +47,7 @@ void modelChanged(); void actionClicked(HbAction *aAction); - + void popupClearHistoryConfirmMessageBox(); private: void showHistory(); void handleItemSelected(); @@ -55,6 +55,9 @@ //from IrAbstractListViewBase void prepareMenu(); +#ifdef HS_WIDGET_ENABLED + void itemAboutToBeSelected(bool &aNeedNetwork); +#endif void startConvert(int aIndex); void convertStationHistory2Preset(const IRQSongHistoryInfo& aHistoryInfo, IRQPreset& aPreset); void addContextAction();