summaryrefslogtreecommitdiff
path: root/src/gui/painting/qpaintengineex_p.h
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-07-08 17:31:14 +0200
committerJason Barron <jbarron@trolltech.com>2009-07-08 17:31:14 +0200
commit3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8 (patch)
treea40ec8e9c5c8ecd607806d841d69e7cdd20df852 /src/gui/painting/qpaintengineex_p.h
parentda27bdb75340064ac2fd6cdddb40311122b9235f (diff)
downloadqt4-tools-3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8.tar.gz
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 d4e48624bd..2a50a51e69 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