summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-08 06:08:54 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-08 06:08:54 (GMT)
commitd39d4e4d553fc72fce5e6716ec8ab4224db0b08b (patch)
tree3f93d85a5a53efab99772b21144d24d974fff5d1 /src
parent1389d2690f19378fc9e83426c0038a65e23ed1c8 (diff)
downloadQt-d39d4e4d553fc72fce5e6716ec8ab4224db0b08b.zip
Qt-d39d4e4d553fc72fce5e6716ec8ab4224db0b08b.tar.gz
Qt-d39d4e4d553fc72fce5e6716ec8ab4224db0b08b.tar.bz2
It's private header, so it's only a 4.6.1 dependency.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicstextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicstextedit.cpp b/src/declarative/graphicsitems/qmlgraphicstextedit.cpp
index 4bd3a49..0b8bc83 100644
--- a/src/declarative/graphicsitems/qmlgraphicstextedit.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicstextedit.cpp
@@ -872,7 +872,7 @@ void QmlGraphicsTextEditPrivate::init()
control = new QTextControl(q);
-#if QT_VERSION >= 0x040700 // XXX see bug QT-2236
+#if QT_VERSION >= 0x040601 // XXX see bug QT-2236
control->setIgnoreUnusedNavigationEvents(true);
#endif