summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_x11.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-03 10:40:58 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-03 13:19:29 +0200
commitea55f6042622cab5a584c692c3a9eec69cebec09 (patch)
treee36411b2fda4b9d7202700804cb42a82aad313ea /src/gui/painting/qpaintengine_x11.cpp
parent806e02604399924393fd4c75924de04e5d2aa7aa (diff)
split the HexString template class out of qstylehelper
The class is used in quite a few places and has no relation to styles. Split it out into it's own file to remove a dependency between Gui and Widgets.
Diffstat (limited to 'src/gui/painting/qpaintengine_x11.cpp')
-rw-r--r--src/gui/painting/qpaintengine_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpaintengine_x11.cpp b/src/gui/painting/qpaintengine_x11.cpp
index 94828fba53..1256996491 100644
--- a/src/gui/painting/qpaintengine_x11.cpp
+++ b/src/gui/painting/qpaintengine_x11.cpp
@@ -79,7 +79,7 @@
#include <private/qtessellator_p.h>
#endif
-#include <private/qstylehelper_p.h>
+#include <private/qhexstring_p.h>
QT_BEGIN_NAMESPACE