summaryrefslogtreecommitdiffstats
path: root/scripts/cvscheck
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cvscheck')
-rwxr-xr-xscripts/cvscheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cvscheck b/scripts/cvscheck
index 1e2bb6b7..1e1da5a8 100755
--- a/scripts/cvscheck
+++ b/scripts/cvscheck
@@ -144,9 +144,9 @@ sub processEntries
next if ($e eq "Makefile.calls");
next if ($e eq "Makefile.rules.in");
next if ($e eq "Makefile.calls.in");
- next if ($e =~ /^.*\.tqmoc$/);
+ next if ($e =~ /^.*\.moc$/);
next if ($e =~ /^.+\.gmo$/);
- next if ($e =~ /^.+\.tqmoc\.[^\.]+$/);
+ next if ($e =~ /^.+\.moc\.[^\.]+$/);
next if ($e =~ /^.+\.lo$/);
next if ($e =~ /^.+\.la$/);
next if ($e =~ /^.+\.rpo$/);
@@ -160,7 +160,7 @@ sub processEntries
# Qt specific entries
next if ($e eq ".ui");
- next if ($e eq ".tqmoc");
+ next if ($e eq ".moc");
next if ($e eq ".obj");
$dirunknown{$e} = 1;