summaryrefslogtreecommitdiffstats
path: root/bin/fixqt4headers
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fixqt4headers')
-rwxr-xr-xbin/fixqt4headers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixqt4headers b/bin/fixqt4headers
index 0bb6add8f8..0e3d541d03 100755
--- a/bin/fixqt4headers
+++ b/bin/fixqt4headers
@@ -2,7 +2,7 @@
modules=`ls $QTDIR/include`
-files=`find * -name '*.h' -or -name '*.cpp' -or -name '*.C'`
+files=`find * -name '*.h' -or -name '*.cpp' -or -name '*.C' -or -name '*.cc' -or -name '*.CC'`
echo $files