summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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