ui/uiengine/model/listmodel/inc/glxalbummodel.h
changeset 29 2c833fc9e98f
parent 23 74c9f037fd5d
child 45 863223ea6961
--- a/ui/uiengine/model/listmodel/inc/glxalbummodel.h	Mon May 03 12:31:32 2010 +0300
+++ b/ui/uiengine/model/listmodel/inc/glxalbummodel.h	Fri May 14 15:52:22 2010 +0300
@@ -20,7 +20,6 @@
 
 #include <QAbstractItemModel>
 #include <QCache>
-#include <glxmlwrapper.h>
 #include <glxuistd.h>
 
 #ifdef BUILD_LISTMODEL
@@ -40,6 +39,7 @@
 
 class HbIcon;
 class GlxModelParm;
+class GlxMLWrapper;
 
 class GLX_LISTMODEL_EXPORT GlxAlbumModel : public QAbstractItemModel
 {
@@ -76,7 +76,7 @@
 private slots:
      void updateItemIcon(int itemIndex, HbIcon* itemIcon, GlxTBContextType tbContextType); 
 private:
-    Q_DECL_IMPORT GlxMLWrapper* mMLWrapper;
+    GlxMLWrapper* mMLWrapper;
     GlxContextMode mContextMode;
     HbIcon* mDefaultIcon;
     QCache<int, HbIcon> itemIconCache;