summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-06-27 14:21:13 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-06-27 14:21:13 +0200
commit0584424d5ccc7d1e3b9aa60da46ca1db244ce470 (patch)
treed37134426763ee8d08114c992e91ba04729a6a33 /tests/auto/qgraphicsitem
parent18a3f6169bb8a763366003d92b8013950578c79f (diff)
Fix compilation
Fix compilation in the autotests due to the renaming of QTextControl to QWidgetTextControl. Change-Id: I4820be826f1305540d4d83335b20b66a1c839fb2
Diffstat (limited to 'tests/auto/qgraphicsitem')
-rw-r--r--tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
index d8b2da66c3..4fd23bfa70 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -42,7 +42,6 @@
#include <QtTest/QtTest>
-#include <private/qtextcontrol_p.h>
#include <private/qgraphicsitem_p.h>
#include <private/qgraphicsview_p.h>
#include <private/qgraphicsscene_p.h>