diff -r 0930554dc389 -r 3b03c28289e6 qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h --- a/qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h Thu May 27 12:46:34 2010 +0300 +++ b/qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h Fri Jun 11 13:30:40 2010 +0300 @@ -81,7 +81,7 @@ * @param aMetaData The meta data contains song name, artist and bitrate. * @param aMusicshopStatus The music shop status of the song */ - IMPORT_C void handleSongMetaDataReceived(const IRQMetaData& aMetaData, QString& aMusicshopStatus); + IMPORT_C void handleSongMetaDataReceived(const IRQMetaData& aMetaData, const IRQPreset& preset); /* * delete one item from the station history db @@ -128,7 +128,7 @@ void handleMetaDataReceivedL(const IRQMetaData& aMetaData, const IRQPreset& aPreset); void getAllHistoryL(QList& aSongHistoryArr); - void handleSongMetaDataReceivedL(const IRQMetaData& aMetaData, QString& aMusicshopStatus); + void handleSongMetaDataReceivedL(const IRQMetaData& aMetaData, const IRQPreset& aPreset); void getAllSongHistoryL(QList& aSongHistoryArr); private: