mpdata/tsrc/unittest_mpcollectionalbumartmanager/inc/unittest_mpcollectionalbumartmanager.h
changeset 43 0f32e550d9d8
parent 35 fdb31ab341af
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
    17 
    17 
    18 #ifndef TESTMPCOLLECTIONALBUMARTMANAGER_H
    18 #ifndef TESTMPCOLLECTIONALBUMARTMANAGER_H
    19 #define TESTMPCOLLECTIONALBUMARTMANAGER_H
    19 #define TESTMPCOLLECTIONALBUMARTMANAGER_H
    20 
    20 
    21 #include <QtTest/QtTest>
    21 #include <QtTest/QtTest>
    22 #include <QIcon>
    22 #include <hbicon.h>
    23 
    23 
    24 class MpCollectionAlbumArtManager;
    24 class MpCollectionAlbumArtManager;
    25 class MpMpxCollectionData;
    25 class MpMpxCollectionData;
    26 
    26 
    27 class TestMpCollectionAlbumArtManager : public QObject
    27 class TestMpCollectionAlbumArtManager : public QObject
    64 
    64 
    65 private:
    65 private:
    66 
    66 
    67     MpCollectionAlbumArtManager *mTest;
    67     MpCollectionAlbumArtManager *mTest;
    68     MpMpxCollectionData         *mStubData;
    68     MpMpxCollectionData         *mStubData;
    69     QIcon                       mIcon;
    69     HbIcon                       mIcon;
    70 
    70 
    71 };
    71 };
    72 
    72 
    73 #endif  // TESTMPCOLLECTIONALBUMARTMANAGER_H
    73 #endif  // TESTMPCOLLECTIONALBUMARTMANAGER_H
    74 
    74