small script to fix Qt4 include headers
authorLars Knoll <lars.knoll@nokia.com>
Sat, 7 May 2011 19:52:08 +0000 (21:52 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Sat, 7 May 2011 19:52:08 +0000 (21:52 +0200)
commitdb3dfd03c603589463ee44c0ed14dda0a16ee5cf
treede74f46dbdaf66715ca0c55bb47243187e7a6528
parentaa566e72972fd3b56f1c004153eb53792bdbfb10
small script to fix Qt4 include headers

The script goes through all includes of the style of
and changes them to <QtWidget/QAction>

Simply run over your source code to get most compile
errors due to classes that moved between different
Qt libraries fixed.
bin/fixqt4headers [new file with mode: 0755]