summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengineex_p.h
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-07-08 15:31:14 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-07-08 15:31:14 (GMT)
commit3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8 (patch)
treea40ec8e9c5c8ecd607806d841d69e7cdd20df852 /src/gui/painting/qpaintengineex_p.h
parentda27bdb75340064ac2fd6cdddb40311122b9235f (diff)
downloadQt-3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8.zip
Qt-3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8.tar.gz
Qt-3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8.tar.bz2
Change the inclusion method here to use system includes.
This is a workaround for a bug in the Symbian toolchain where user includes are included relative to the source file instead of to the header that actually included it. Making them system includes seems to work around the issue without introducing problems on other platforms (so far?). These particular files cause problems because they are included by modules other than QtGui such as QtOpenVG and QtSVG.
Diffstat (limited to 'src/gui/painting/qpaintengineex_p.h')
-rw-r--r--src/gui/painting/qpaintengineex_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/painting/qpaintengineex_p.h b/src/gui/painting/qpaintengineex_p.h
index d4e4862..2a50a51 100644
--- a/src/gui/painting/qpaintengineex_p.h
+++ b/src/gui/painting/qpaintengineex_p.h
@@ -55,10 +55,10 @@
#include <QtGui/qpaintengine.h>
-#include "qpaintengine_p.h"
-#include "qstroker_p.h"
-#include "qpainter_p.h"
-#include "qvectorpath_p.h"
+#include <private/qpaintengine_p.h>
+#include <private/qstroker_p.h>
+#include <private/qpainter_p.h>
+#include <private/qvectorpath_p.h>
QT_BEGIN_HEADER