fixqt4headers: Support renaming from QtDeclarative to QtQuick
authorKent Hansen <kent.hansen@nokia.com>
Mon, 5 Dec 2011 12:08:08 +0000 (13:08 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 7 Dec 2011 08:33:47 +0000 (09:33 +0100)
commit7d05425e02692eecde40fc4b4950bc55784db67f
treeeb893b8400b9c8c60986f0e559dff5391f34b223
parentb989444f35c19049510fc39eba19e9cf0f4dd107
fixqt4headers: Support renaming from QtDeclarative to QtQuick

QtDeclarative was recently split into two modules, with the
QtQuick(2)-specific API moved to QtQuick. While strictly speaking
the old API wasn't "Qt 4", it's more convenient to modify this
script than to create a separate one.

For example, "QtDeclarative/qquickitem.h" will now be changed to
"QtQuick/qquickitem.h".

Change-Id: I50b32d60cfd21e3c49ee4222fbd6116f80eac25b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
bin/fixqt4headers.pl