ui/uiengine/model/mediamodel/inc/glxmediamodel.h
changeset 40 112f0ac2d1f0
parent 24 99ad1390cd33
child 33 1ee2af37811f
--- a/ui/uiengine/model/mediamodel/inc/glxmediamodel.h	Mon May 03 12:31:32 2010 +0300
+++ b/ui/uiengine/model/mediamodel/inc/glxmediamodel.h	Mon May 03 00:53:50 2010 +0530
@@ -21,7 +21,6 @@
 #define GLXMEDIAMODEL_H
 
 #include <QAbstractItemModel>
-#include <glxmlwrapper.h>
 #include <glxuistd.h>
 #include <QDateTime>
 #include <glxexternalinterfacedefs.h>
@@ -35,6 +34,7 @@
 
 class HbIcon;
 class GlxModelParm;
+class GlxMLWrapper;
 #include <QCache>
 #include <QVector>
 
@@ -90,7 +90,7 @@
 private slots:
     void updateItemIcon(int itemIndex, HbIcon* itemIcon, GlxTBContextType tbContextType);
 private:
-	Q_DECL_IMPORT GlxMLWrapper* mMLWrapper;	
+	GlxMLWrapper* mMLWrapper;	
 	QCache<int, HbIcon> itemIconCache;
 	QCache<int, HbIcon> itemFsIconCache;
 	HbIcon* m_DefaultIcon;