summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxflipable.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-25 23:19:56 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-25 23:19:56 (GMT)
commitb848c25000a3496dd1a3c4ffeb04786775cd4b50 (patch)
treee10f1cc2f5e04b19681f7f5917313cca45a7e4bd /src/declarative/fx/qfxflipable.h
parent2507dce1477e6d302838c546cfc1cf8cddd0b446 (diff)
downloadQt-b848c25000a3496dd1a3c4ffeb04786775cd4b50.zip
Qt-b848c25000a3496dd1a3c4ffeb04786775cd4b50.tar.gz
Qt-b848c25000a3496dd1a3c4ffeb04786775cd4b50.tar.bz2
Fix compile after merge from 4.6.
Diffstat (limited to 'src/declarative/fx/qfxflipable.h')
-rw-r--r--src/declarative/fx/qfxflipable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxflipable.h b/src/declarative/fx/qfxflipable.h
index 0ab8fd2..14716a3 100644
--- a/src/declarative/fx/qfxflipable.h
+++ b/src/declarative/fx/qfxflipable.h
@@ -80,7 +80,7 @@ Q_SIGNALS:
private:
Q_DISABLE_COPY(QFxFlipable)
- Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxFlipable)
+ Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr.data(), QFxFlipable)
};
QT_END_NAMESPACE