summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-08-31 20:59:37 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-08-31 20:59:37 (GMT)
commit709c4df621f637bc81127e7c1a8bd59d0f2f04e4 (patch)
tree122fe6a1df9f83971e4ba2a3acfb89a16673e12c /src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h
parent9e652a18780aece1c5a8f12209747274a37bf91c (diff)
downloadQt-709c4df621f637bc81127e7c1a8bd59d0f2f04e4.zip
Qt-709c4df621f637bc81127e7c1a8bd59d0f2f04e4.tar.gz
Qt-709c4df621f637bc81127e7c1a8bd59d0f2f04e4.tar.bz2
More DirectFB ifdef cleanup.
Make sure the plugin builds but doesn't do anything when configured without -plugin-gfx-directfb Reviewed-by: Donald Carr <donald.carr@nokia.com>
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h b/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h
index 77364fd..7b4ae47 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h
@@ -42,6 +42,8 @@
#ifndef QDIRECTFBPIXMAP_H
#define QDIRECTFBPIXMAP_H
+#include <qglobal.h>
+
#ifndef QT_NO_QWS_DIRECTFB
#include <QtGui/private/qpixmapdata_p.h>