summaryrefslogtreecommitdiffstats
path: root/bin/fixqt4headers
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-08 09:47:19 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-08 09:47:19 +0200
commit445f37992918f9a046120b8bde88a407eaaaae9c (patch)
tree18f3ce2e3f41b76214731c77b497353a43f1da22 /bin/fixqt4headers
parent16f79196293e6bc6064fbf55901177f1e251224e (diff)
replace generic <QtGui> header as well
Diffstat (limited to 'bin/fixqt4headers')
-rwxr-xr-xbin/fixqt4headers3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/fixqt4headers b/bin/fixqt4headers
index 8546815e74..0bb6add8f8 100755
--- a/bin/fixqt4headers
+++ b/bin/fixqt4headers
@@ -18,3 +18,6 @@ for module in $modules; do
done;
fi;
done;
+
+perl -pi -e 's,<QtGui>,<QtWidgets>,' $files
+perl -pi -e 's,<QtGui/QtGui>,<QtWidgets/QtWidgets>,' $files