Build fix for Mac 10.5

Change-Id: I28a047f1f17013b911d5ae0badefa18787151abe
Reviewed-on: http://codereview.qt.nokia.com/944
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
con
2011-06-30 12:11:53 +02:00
committed by Eike Ziller
parent 5c75f295e9
commit f8ec6a1fa5

View File

@@ -3,13 +3,9 @@
#include <QAbstractListModel> #include <QAbstractListModel>
#include <QStringList> #include <QStringList>
#include <QtCore/QXmlStreamReader>;
#include <QtGui/QSortFilterProxyModel> #include <QtGui/QSortFilterProxyModel>
QT_BEGIN_NAMESPACE
class QXmlStreamReader;
QT_END_NAMESPACE
namespace QtSupport { namespace QtSupport {
namespace Internal { namespace Internal {