summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-03-30 15:30:23 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-03-30 15:32:48 (GMT)
commita9ffdee9c0e8ba092bb20759300157c1e45bc407 (patch)
treeb05730dba0e6730f4607c22ff17b413e9feae5e7 /src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
parent51a59f48f5b92e1c55dae5da0ffa9fbb492abc6b (diff)
downloadQt-a9ffdee9c0e8ba092bb20759300157c1e45bc407.zip
Qt-a9ffdee9c0e8ba092bb20759300157c1e45bc407.tar.gz
Qt-a9ffdee9c0e8ba092bb20759300157c1e45bc407.tar.bz2
Rename function
Everything else capitalizes both the F and the B. s/Fb/FB/g Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
index db9672a..87a5910 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
@@ -1033,7 +1033,7 @@ void QDirectFBScreen::compose(const QRegion &region)
if (surface->key() == QLatin1String("directfb")) {
QDirectFBSurface *s = static_cast<QDirectFBSurface*>(surface);
- blit(s->directFbSurface(), offset, r);
+ blit(s->directFBSurface(), offset, r);
} else {
blit(surface->image(), offset, r);
}
@@ -1082,7 +1082,7 @@ void QDirectFBScreen::compose(const QRegion &region)
if (surface->key() == QLatin1String("directfb")) {
QDirectFBSurface *s = static_cast<QDirectFBSurface*>(surface);
- blit(s->directFbSurface(), offset, r);
+ blit(s->directFBSurface(), offset, r);
} else {
blit(surface->image(), offset, r);
}