summaryrefslogtreecommitdiffstats
path: root/src/openvg
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-01 11:51:35 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-01 11:51:35 (GMT)
commit942cf8cc8504af0683c3d03c886418fb9e69bd7d (patch)
tree6859a2b992817a47d010693e6ab35235d3eda99b /src/openvg
parent81b89c410a0df438db65b6124b4db94c8628c52c (diff)
downloadQt-942cf8cc8504af0683c3d03c886418fb9e69bd7d.zip
Qt-942cf8cc8504af0683c3d03c886418fb9e69bd7d.tar.gz
Qt-942cf8cc8504af0683c3d03c886418fb9e69bd7d.tar.bz2
Make QStaticText private API
Turns QStaticText into private API in preparation for Qt 4.6.x. The related functions in QPainter are marked as internal in the docs. There are already internal functions in QPainter, so this seemed like a reasonable solution. Since the functions require QStaticText they will not be accessible to anyone who does not include private API.
Diffstat (limited to 'src/openvg')
-rw-r--r--src/openvg/qpaintengine_vg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvg/qpaintengine_vg.cpp b/src/openvg/qpaintengine_vg.cpp
index 0ef93b3..9bb513d 100644
--- a/src/openvg/qpaintengine_vg.cpp
+++ b/src/openvg/qpaintengine_vg.cpp
@@ -53,7 +53,7 @@
#include <QtGui/private/qtextengine_p.h>
#include <QtGui/private/qfontengine_p.h>
#include <QtGui/private/qpainterpath_p.h>
-#include <QtGui/private/qstatictext_p.h>
+#include <QtGui/private/qstatictext_p_p.h>
#include <QDebug>
#include <QSet>