From ccb576aa671246fd123b5ca8ff8263a6be7c8bff Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 14:56:24 -0500 Subject: Fix inadvertent tq changes. --- scripts/kde-spellcheck.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/kde-spellcheck.pl') diff --git a/scripts/kde-spellcheck.pl b/scripts/kde-spellcheck.pl index 901fdf12..f49c6df2 100755 --- a/scripts/kde-spellcheck.pl +++ b/scripts/kde-spellcheck.pl @@ -43,7 +43,7 @@ CAUTION IS NEEDED WHEN USING THIS SCRIPT - changes are made to the original file and are not programming language syntax aware - this is why the script only suggests the changes to be made unless --make-changes is specified. -Hidden files, CVS directories, .desktop, and .tqmoc files are excluded +Hidden files, CVS directories, .desktop, and .moc files are excluded from checking. --check-dictionary : Checks the internal dictionary for potential @@ -195,7 +195,7 @@ sub process_directory { if ( $entry =~ /^\./ or $entry =~ /\.desktop$/ or - $entry =~ /\.tqmoc$/ or + $entry =~ /\.moc$/ or $entry eq "CVS" ) { info "Skipping excluded file or directory: $entry\n"; -- cgit v1.2.1