aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/widgets/mcontentitemmodel.h
diff options
context:
space:
mode:
authorHolger Schröder <holger.schroeder.ext@basyskom.de>2010-10-25 14:20:57 +0200
committerHolger Schröder <holger.schroeder.ext@basyskom.de>2010-10-27 11:40:15 +0200
commit0cd9ec473aa3a98f5b53815bf3b269b9412d682d (patch)
treeeafee8faaa33aeff446f4ed4f39cfa46f052aea7 /src/corelib/widgets/mcontentitemmodel.h
parent8153f16fdcf2d08f614d9b841d6a69e9a6a960bc (diff)
Changes: change M_EXPORT to M_{CORE,VIEWS,EXTENSIONS,SETTINGS}_EXPORT
RevBy: Armin, Mirek Details: Unter windows the M_*_EXPORT macros are mandatory. and so they needed to be adapted after the split of libmeegotouch to libmeegotouchcore, *views, *settings, and *extensions. Initial patch by Thierry Bastian
Diffstat (limited to 'src/corelib/widgets/mcontentitemmodel.h')
-rw-r--r--src/corelib/widgets/mcontentitemmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/widgets/mcontentitemmodel.h b/src/corelib/widgets/mcontentitemmodel.h
index 4e852bd6..92357f32 100644
--- a/src/corelib/widgets/mcontentitemmodel.h
+++ b/src/corelib/widgets/mcontentitemmodel.h
@@ -25,7 +25,7 @@
class QPixmap;
class QImage;
-class M_EXPORT MContentItemModel : public MWidgetModel
+class M_CORE_EXPORT MContentItemModel : public MWidgetModel
{
Q_OBJECT
M_MODEL_INTERNAL(MContentItemModel)