diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-08-12 11:15:31 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-08-12 03:54:19 +0200 |
commit | bfa871f79eae3bc67224621345032d2f71ae96db (patch) | |
tree | 823331572ce779eeb61c25cd6cdbbc213a8a8dba /src/svg/qsvghandler_p.h | |
parent | 33e74809f5e4bf44a4f99959c291eb30b1f286de (diff) | |
download | qtsvg-bfa871f79eae3bc67224621345032d2f71ae96db.tar.gz |
Fixed compile.
qtbase f2b3dfd1f17952627fce9fde1264207958f87f43 removed
QtXml/qxmlstream.h.
Change-Id: I536b42145011746291eab7240bc1f8275edec56d
Reviewed-on: http://codereview.qt.nokia.com/2881
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'src/svg/qsvghandler_p.h')
-rw-r--r-- | src/svg/qsvghandler_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/qsvghandler_p.h b/src/svg/qsvghandler_p.h index 10c018d..ac0da20 100644 --- a/src/svg/qsvghandler_p.h +++ b/src/svg/qsvghandler_p.h @@ -53,7 +53,7 @@ // We mean it. // -#include "QtXml/qxmlstream.h" +#include "QtCore/qxmlstream.h" #ifndef QT_NO_SVG |