Finish removing Qt3 support
authorBradley T. Hughes <bradley.hughes@nokia.com>
Tue, 20 Dec 2011 13:59:09 +0000 (14:59 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 23 Dec 2011 10:59:11 +0000 (11:59 +0100)
commitae8c61db218dbd4329a6b10aa174ed4ef30de7d5
treef0ab16f9e62763dee63289bcd78ffedda411da0f
parentef03396072e3959e7d03f55d91c2ffa1faa51d8d
Finish removing Qt3 support

Remove the (-no)-qt3support options from configure, and remove the last
remaining references to Qt3Support, QT3_SUPPORT, and
QEvent::ChildInserted.

The compatibilityChildInsertEvents() tests in tst_QObject and
tst_QWidget have been renamed to childEvents(), which is a more
appropriate name.

Change-Id: Id0b45e9b177efcc8dceee8c9ed8afafedeeace2f
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: David Faure <faure@kde.org>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
16 files changed:
configure
mkspecs/features/qt_module_config.prf
src/corelib/kernel/qcoreevent.cpp
src/gui/text/qtextimagehandler.cpp
src/gui/text/qtextimagehandler_p.h
src/gui/text/qtextodfwriter.cpp
src/tools/moc/keywords.cpp
src/tools/moc/moc.cpp
src/tools/moc/token.cpp
src/tools/moc/token.h
src/tools/moc/util/generate_keywords.cpp
src/tools/uic/qclass_lib_map.h
src/widgets/widgets/qfocusframe.cpp
tests/auto/corelib/kernel/qobject/tst_qobject.cpp
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
tools/configure/configureapp.cpp