summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qiconloader.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/image/qiconloader.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/image/qiconloader.cpp')
-rw-r--r--src/gui/image/qiconloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qiconloader.cpp b/src/gui/image/qiconloader.cpp
index 0a42f0af78..c423397624 100644
--- a/src/gui/image/qiconloader.cpp
+++ b/src/gui/image/qiconloader.cpp
@@ -63,7 +63,7 @@
#include <private/qt_x11_p.h>
#endif
-#include <private/qstylehelper_p.h>
+#include <private/qhexstring_p.h>
QT_BEGIN_NAMESPACE