summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qstatictext.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-10 13:16:24 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-10 13:16:24 (GMT)
commit2e8d090fa6813a2e37c9ed27d69bc3fc99a7ae35 (patch)
treeeaf54ffe4e8a90b8ba1fe03855ab3f0808b012e8 /src/gui/text/qstatictext.cpp
parent8032423bb8fa91c623ece61bff528adfd49e8685 (diff)
downloadQt-2e8d090fa6813a2e37c9ed27d69bc3fc99a7ae35.zip
Qt-2e8d090fa6813a2e37c9ed27d69bc3fc99a7ae35.tar.gz
Qt-2e8d090fa6813a2e37c9ed27d69bc3fc99a7ae35.tar.bz2
Make QStaticText public API again
QStaticText was previously made private API to support inclusion in Qt 4.6.x. This change turns it back into public API for Qt 4.7.0.
Diffstat (limited to 'src/gui/text/qstatictext.cpp')
-rw-r--r--src/gui/text/qstatictext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qstatictext.cpp b/src/gui/text/qstatictext.cpp
index 659324b..74c5958 100644
--- a/src/gui/text/qstatictext.cpp
+++ b/src/gui/text/qstatictext.cpp
@@ -39,8 +39,8 @@
**
****************************************************************************/
+#include "qstatictext.h"
#include "qstatictext_p.h"
-#include "qstatictext_p_p.h"
#include <private/qtextengine_p.h>
#include <private/qfontengine_p.h>