diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-25 23:19:56 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-25 23:19:56 (GMT) |
commit | b848c25000a3496dd1a3c4ffeb04786775cd4b50 (patch) | |
tree | e10f1cc2f5e04b19681f7f5917313cca45a7e4bd /src/declarative/extra | |
parent | 2507dce1477e6d302838c546cfc1cf8cddd0b446 (diff) | |
download | Qt-b848c25000a3496dd1a3c4ffeb04786775cd4b50.zip Qt-b848c25000a3496dd1a3c4ffeb04786775cd4b50.tar.gz Qt-b848c25000a3496dd1a3c4ffeb04786775cd4b50.tar.bz2 |
Fix compile after merge from 4.6.
Diffstat (limited to 'src/declarative/extra')
-rw-r--r-- | src/declarative/extra/qfxanimatedimageitem.h | 2 | ||||
-rw-r--r-- | src/declarative/extra/qfxparticles.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/extra/qfxanimatedimageitem.h b/src/declarative/extra/qfxanimatedimageitem.h index 2d531ee..4002a3f 100644 --- a/src/declarative/extra/qfxanimatedimageitem.h +++ b/src/declarative/extra/qfxanimatedimageitem.h @@ -94,7 +94,7 @@ protected: private: Q_DISABLE_COPY(QFxAnimatedImageItem) - Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxAnimatedImageItem) + Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr.data(), QFxAnimatedImageItem) }; QT_END_NAMESPACE diff --git a/src/declarative/extra/qfxparticles.h b/src/declarative/extra/qfxparticles.h index bde6ec6..959c518 100644 --- a/src/declarative/extra/qfxparticles.h +++ b/src/declarative/extra/qfxparticles.h @@ -214,7 +214,7 @@ private Q_SLOTS: private: Q_DISABLE_COPY(QFxParticles) - Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxParticles) + Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr.data(), QFxParticles) }; QT_END_NAMESPACE |