qtinternetradio/ui/inc/irsonghistorymodel.h
changeset 17 38bbf2dcd608
parent 5 0930554dc389
--- a/qtinternetradio/ui/inc/irsonghistorymodel.h	Fri Sep 17 08:27:59 2010 +0300
+++ b/qtinternetradio/ui/inc/irsonghistorymodel.h	Mon Oct 04 00:07:46 2010 +0300
@@ -19,10 +19,10 @@
 #define IRSONGHISTORYMODEL_H_
 
 #include <QAbstractItemModel>
-
-class IRQSongHistoryEngine;
+ 
 class IRQSongInfo;
 class IRQMetaData;
+class songHistoryWrapper;
 
 class IRSongHistoryModel : public QAbstractListModel
 {
@@ -47,9 +47,9 @@
     void getAllList();
 
 private:
-    QList<IRQSongInfo *> mSongHistoryList;
-    IRQSongHistoryEngine *mHistoryEngine;  
+    QList<IRQSongInfo *> mSongHistoryList;     
     Qt::Orientation mOrientation;
+    songHistoryWrapper *mHistoryWrapper;
 };
 
 #endif