summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qmlgraphicstext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qmlgraphicstext.cpp')
-rw-r--r--src/declarative/fx/qmlgraphicstext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qmlgraphicstext.cpp b/src/declarative/fx/qmlgraphicstext.cpp
index f5ea55f..0b88cc5 100644
--- a/src/declarative/fx/qmlgraphicstext.cpp
+++ b/src/declarative/fx/qmlgraphicstext.cpp
@@ -39,11 +39,11 @@
**
****************************************************************************/
-#include "qmlgraphicstext.h"
#include "qmlgraphicstext_p.h"
+#include "qmlgraphicstext_p_p.h"
#include <private/qtextcontrol_p.h>
-#include <private/qfxperf_p.h>
+#include <private/qfxperf_p_p.h>
#include <QTextLayout>
#include <QTextLine>
#include <QTextDocument>