summaryrefslogtreecommitdiff
path: root/src/svg/qsvgtinydocument_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-11-21 13:45:20 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-11-21 13:45:20 +0100
commit78dcdd807c06009460a949a7015b63f0f75ac61b (patch)
treefda0c3be242bf2cc9435058e5437caf4d6411171 /src/svg/qsvgtinydocument_p.h
parentaaa06d6c82e02961f92690b10c84a0030dc0ebb7 (diff)
parenteece19e62638409b479cabcbb985978d61d84307 (diff)
downloadqtsvg-78dcdd807c06009460a949a7015b63f0f75ac61b.tar.gz
Merge remote-tracking branch 'origin/5.4.0' into 5.4
Change-Id: I62ad6176f085d17152387d2a2ed83a7d9744d4a6
Diffstat (limited to 'src/svg/qsvgtinydocument_p.h')
-rw-r--r--src/svg/qsvgtinydocument_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svg/qsvgtinydocument_p.h b/src/svg/qsvgtinydocument_p.h
index 1dc9f3f..c219ddc 100644
--- a/src/svg/qsvgtinydocument_p.h
+++ b/src/svg/qsvgtinydocument_p.h
@@ -46,7 +46,7 @@
//
#include "qsvgstructure_p.h"
-#include "qtsvgglobal.h"
+#include "qtsvgglobal_p.h"
#include "QtCore/qrect.h"
#include "QtCore/qlist.h"
@@ -62,7 +62,7 @@ class QPainter;
class QByteArray;
class QSvgFont;
-class Q_SVG_EXPORT QSvgTinyDocument : public QSvgStructureNode
+class Q_SVG_PRIVATE_EXPORT QSvgTinyDocument : public QSvgStructureNode
{
public:
static QSvgTinyDocument * load(const QString &file);