summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>2011-03-04 11:10:58 (GMT)
committerTor Arne Vestbø <tor.arne.vestbo@nokia.com>2011-03-04 11:10:58 (GMT)
commitda3466fdfe8e262e126d3b878b3c6c458068f205 (patch)
tree68f447b6f991ee6e13d8b20c7bf1311e7a68322d /src/3rdparty
parentb0b80d9e8d11c38d986f9aded8ff6cbb68bcf6d0 (diff)
downloadQt-da3466fdfe8e262e126d3b878b3c6c458068f205.zip
Qt-da3466fdfe8e262e126d3b878b3c6c458068f205.tar.gz
Qt-da3466fdfe8e262e126d3b878b3c6c458068f205.tar.bz2
Unbreak build on Mac OS X 10.5 after b0b80d9e8d11c38d
Reviewed-by: Fabien Freling
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/phonon/qt7/videowidget.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/qt7/videowidget.mm b/src/3rdparty/phonon/qt7/videowidget.mm
index 594517e..0600268 100644
--- a/src/3rdparty/phonon/qt7/videowidget.mm
+++ b/src/3rdparty/phonon/qt7/videowidget.mm
@@ -446,7 +446,7 @@ public:
void setDrawFrameRect(const QRect &rect)
{
- NSRect frame = m_movieLayer.frame;
+ CGRect frame = m_movieLayer.frame;
frame.origin.x = rect.x();
frame.origin.y = rect.y();
frame.size.width = rect.width();