summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-03-30 15:58:40 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-03-30 16:02:34 (GMT)
commit1e7d1500e9351d8fc0cd7d3bc017e974aa45b035 (patch)
treefb948af751502300431ba40c48ad91428ac0cd2b /src
parent37b61133eed38dbb8a7b87fce18b6ea016469fdc (diff)
downloadQt-1e7d1500e9351d8fc0cd7d3bc017e974aa45b035.zip
Qt-1e7d1500e9351d8fc0cd7d3bc017e974aa45b035.tar.gz
Qt-1e7d1500e9351d8fc0cd7d3bc017e974aa45b035.tar.bz2
Compile with QT_NO_DIRECTFB_WM
s/QDirectFBSurface/QDirectFBScreen/g Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp
index 00d1781..4ba1102 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp
@@ -154,7 +154,7 @@ void QDirectFBSurface::setGeometry(const QRect &rect, const QRegion &mask)
description.width = rect.width();
description.height = rect.height();
QDirectFBScreen::initSurfaceDescriptionPixelFormat(&description,
- QDirectFBSurface::instance()->pixelFormat());
+ QDirectFBScreen::instance()->pixelFormat());
dfbSurface = QDirectFBScreen::instance()->createDFBSurface(&description, false);
} else {
Q_ASSERT(dfbSurface);