qtinternetradio/ui/inc/irnowplayingview.h
changeset 11 f683e24efca3
parent 8 3b03c28289e6
child 12 608f67c22514
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
    21 #include "irqevent.h"
    21 #include "irqevent.h"
    22 
    22 
    23 class HbAction;
    23 class HbAction;
    24 class IRQPreset;
    24 class IRQPreset;
    25 class IRQStatisticsReporter;
    25 class IRQStatisticsReporter;
    26 class IRQNetworkController;
       
    27 class IRQMetaData;
    26 class IRQMetaData;
    28 class IRStationShare;
    27 class IRStationShare;
    29 class HbLabel;
    28 class HbLabel;
    30 
    29 
    31 /**
    30 /**
   105     void openAdvLink();
   104     void openAdvLink();
   106 #endif
   105 #endif
   107     
   106     
   108 private:
   107 private:
   109     IRQStatisticsReporter *iStatisticsReporter;
   108     IRQStatisticsReporter *iStatisticsReporter;
   110     IRQNetworkController  *iNetworkController;
       
   111     IRStationShare *iStationShare;
   109     IRStationShare *iStationShare;
   112 
   110 
   113     // tool bar actions
   111     // tool bar actions
   114     HbAction *iPlayStopAction;
   112     HbAction *iPlayStopAction;
   115     
   113