Small include header fixes

QtXmlStream classes live in QtCore, not QtXml. Also add a few headers
that are not implicitly included in Qt 5 any more. This greatly eases
transition to Qt 5 which not having any side effects on the Qt 4 build.

Change-Id: I1293ef4360015b885dcea8c4099e8e5b9e254c91
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Harald Fernengel
2011-11-09 13:51:02 +01:00
committed by Tobias Hunger
parent 9fe7f65786
commit f9623b5ad6
13 changed files with 15 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ QT_FORWARD_DECLARE_CLASS(QEvent)
QT_FORWARD_DECLARE_CLASS(QAction)
QT_FORWARD_DECLARE_CLASS(QStackedWidget)
QT_FORWARD_DECLARE_CLASS(QFocusEvent)
QT_FORWARD_DECLARE_CLASS(QPrinter)
namespace Help {
namespace Internal {

View File

@@ -34,7 +34,7 @@
#define XBELSUPPORT_H
#include <QtGui/QIcon>
#include <QtXml/QXmlStreamReader>
#include <QtCore/QXmlStreamReader>
QT_FORWARD_DECLARE_CLASS(QIODevice)
QT_FORWARD_DECLARE_CLASS(QStandardItem)