diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-04-22 22:41:39 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-04-22 22:41:39 (GMT) |
commit | ed24cd82444faeeda0a171a9082808ebb667e092 (patch) | |
tree | 707a63ce6ec3615f6fbaa7dae33632c4efe990bb /src/gui/styles | |
parent | fd9cdaa55da455b90eacec571aeb2c84fa55f7e0 (diff) | |
download | Qt-ed24cd82444faeeda0a171a9082808ebb667e092.zip Qt-ed24cd82444faeeda0a171a9082808ebb667e092.tar.gz Qt-ed24cd82444faeeda0a171a9082808ebb667e092.tar.bz2 |
Fixes compile on linux-g++-32 and linux-g++-64.
Broken by a8d14ae567c7e847c6dbba644c36fbc6c6afc468
Diffstat (limited to 'src/gui/styles')
-rw-r--r-- | src/gui/styles/qstylehelper_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/styles/qstylehelper_p.h b/src/gui/styles/qstylehelper_p.h index 24b4948..711bd2d 100644 --- a/src/gui/styles/qstylehelper_p.h +++ b/src/gui/styles/qstylehelper_p.h @@ -19,6 +19,7 @@ QT_BEGIN_NAMESPACE class QPainter; +class QPixmap; class QStyleOptionSlider; class QStyleOption; |