From d39d4e4d553fc72fce5e6716ec8ab4224db0b08b Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Tue, 8 Dec 2009 16:08:54 +1000 Subject: It's private header, so it's only a 4.6.1 dependency. --- src/declarative/graphicsitems/qmlgraphicstextedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12