summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-03-24 01:38:27 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-03-24 04:02:03 (GMT)
commit629548a4513f1c2892c781224fcc2a451e032df3 (patch)
treeb9b4b1dd18e5651b0efc27cdb4c724f3a43a4fe6 /src/gui/painting
parentdc789e34bd2ff519024af077bebdf09c85e138e0 (diff)
downloadQt-629548a4513f1c2892c781224fcc2a451e032df3.zip
Qt-629548a4513f1c2892c781224fcc2a451e032df3.tar.gz
Qt-629548a4513f1c2892c781224fcc2a451e032df3.tar.bz2
Fixes compile on win32 with MinGW.
Reviewed-by: Lorn Potter
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qregion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qregion.cpp b/src/gui/painting/qregion.cpp
index f728f9d..8169ef8 100644
--- a/src/gui/painting/qregion.cpp
+++ b/src/gui/painting/qregion.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
#include "qregion.h"
+#include "qpainterpath.h"
#include "qpolygon.h"
#include "qbuffer.h"
#include "qdatastream.h"
@@ -49,7 +50,6 @@
#include <qdebug.h>
#if defined(Q_OS_UNIX) || defined(Q_OS_WINCE)
-#include "qpainterpath.h"
#include "qimage.h"
#include "qbitmap.h"
#include <stdlib.h>