qtinternetradio/ui/inc/irhistoryview.h
changeset 17 38bbf2dcd608
parent 12 608f67c22514
--- a/qtinternetradio/ui/inc/irhistoryview.h	Fri Sep 17 08:27:59 2010 +0300
+++ b/qtinternetradio/ui/inc/irhistoryview.h	Mon Oct 04 00:07:46 2010 +0300
@@ -20,9 +20,9 @@
 #include "irabstractlistviewbase.h" 
 #include "irqevent.h"
 
-class IRQPreset;
+
 class IRHistoryModel;
-class IRQSongHistoryInfo; 
+
 
 class IRHistoryView : public IrAbstractListViewBase
 {
@@ -40,10 +40,7 @@
 private slots:
     void clearAllList(HbAction *aAction);
     void networkRequestNotified(IRQNetworkEvent aEvent);
-    //to start the convertion asynchronously
-    void convertAnother();
-    void presetLogoDownload(IRQPreset* aPreset);
-    void presetLogoDownloadError();
+    
     void modelChanged();
     
     void actionClicked(HbAction *aAction);
@@ -57,24 +54,14 @@
     void prepareMenu();
 #ifdef HS_WIDGET_ENABLED	
     void itemAboutToBeSelected(bool &aNeedNetwork);
-#endif	
-    void startConvert(int aIndex); 
-    void convertStationHistory2Preset(const IRQSongHistoryInfo& aHistoryInfo, IRQPreset& aPreset);
+#endif
     void addContextAction();
     void deleteContextAction();
     void detailsContextAction();
 
 private:  
     IRHistoryModel *iModel;
-    HbAction       *iClearHistoryAction;
-    HbAction       *iSongHistoryAction;
-    
-
-    //the following are used to support the img
-    QList<int> iIconIndexArray;
-    IRQPreset *iLogoPreset;
-     
-    
+    HbAction       *iClearHistoryAction; 
     friend class IRViewManager;
 };