From ea55f6042622cab5a584c692c3a9eec69cebec09 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 3 May 2011 10:40:58 +0200 Subject: 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. --- src/gui/image/qicon.cpp | 2 +- src/gui/image/qiconloader.cpp | 2 +- src/gui/image/qpixmap.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/image') diff --git a/src/gui/image/qicon.cpp b/src/gui/image/qicon.cpp index 7182062e59..ffe7e3088e 100644 --- a/src/gui/image/qicon.cpp +++ b/src/gui/image/qicon.cpp @@ -66,7 +66,7 @@ #include "private/qkde_p.h" #endif -#include "private/qstylehelper_p.h" +#include "private/qhexstring_p.h" #ifndef QT_NO_ICON QT_BEGIN_NAMESPACE 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 #endif -#include +#include QT_BEGIN_NAMESPACE diff --git a/src/gui/image/qpixmap.cpp b/src/gui/image/qpixmap.cpp index 34804e5311..ee16e1bb18 100644 --- a/src/gui/image/qpixmap.cpp +++ b/src/gui/image/qpixmap.cpp @@ -86,7 +86,7 @@ #endif #include "qpixmap_raster_p.h" -#include "private/qstylehelper_p.h" +#include "private/qhexstring_p.h" QT_BEGIN_NAMESPACE -- cgit v1.2.3