summaryrefslogtreecommitdiffstats
path: root/scripts/cvscheck
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:56:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:56:24 -0500
commitccb576aa671246fd123b5ca8ff8263a6be7c8bff (patch)
tree929a41eb8929a3ff3289632b82b8c3bde7756914 /scripts/cvscheck
parent1e2cd75fe5dfa3783d839bc1e319629ded446ffb (diff)
downloadtdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.tar.gz
tdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.zip
Fix inadvertent tq changes.
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;