qtinternetradio/ui/inc/irstationsview.h
changeset 5 0930554dc389
parent 3 ee64f059b8e1
child 12 608f67c22514
--- a/qtinternetradio/ui/inc/irstationsview.h	Fri May 14 15:43:29 2010 +0300
+++ b/qtinternetradio/ui/inc/irstationsview.h	Thu May 27 12:46:34 2010 +0300
@@ -24,7 +24,6 @@
 class IRQPreset;
 class IrChannelModel;
 class QTimer;
-class HbProgressDialog;
 
 class IRStationsView : public IrAbstractListViewBase
 {
@@ -35,19 +34,12 @@
     
     void loadCategoryStations(int aIndex, const QString &aHeadingText);
     
-    void loadPopularStations(bool aShowWaitDialog);
-    
-    void loadSearchResult(const QString &aStr);
-    
 protected:
     IRStationsView(IRApplication* aApplication, TIRViewId aViewId);
     
     //from base class IRBaseView
     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
     
-    //from base class IRBaseView
-    void launchAction();
-    
 private slots:  
     void presetResponse(IRQPreset *aPreset);
     
@@ -82,14 +74,10 @@
     
     void disconnectIsdsClient();
     
-    void createWaitDialog(const QString &aStr);   
-    
 private:
     IRQPreset *iLogoPreset;
     IRQPreset *iPreset; //the object is created by IsdsClient, but application is responsible for free
-    HbProgressDialog *iWaitDialog;
     int iLastSelectitem;
-    int iLastPopularItem;
     
     //the following are used to support the img
     QList<int> iIconIndexArray;