diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tqt20fix (renamed from bin/qt20fix) | 14 | ||||
-rwxr-xr-x | bin/tqtfindtr (renamed from bin/findtr) | 2 | ||||
-rwxr-xr-x | bin/tqtrename140 (renamed from bin/qtrename140) | 0 |
3 files changed, 8 insertions, 8 deletions
diff --git a/bin/qt20fix b/bin/tqt20fix index b6cf48a9c..a303717bf 100755 --- a/bin/qt20fix +++ b/bin/tqt20fix @@ -1,14 +1,14 @@ #!/usr/bin/perl -w # # in sh/bash/zsh: -# make 2>&1 | .../qt/bin/qt20fix +# make 2>&1 | .../qt/bin/tqt20fix # in csh/tcsh -# make |& .../qt/bin/qt20fix +# make |& .../qt/bin/tqt20fix # -# repeat as long as qt20fix says to. if your make supports the -k +# repeat as long as tqt20fix says to. if your make supports the -k # flag, that speeds up the process a bit. # -# qt20fix tends to fix a bit over half of the remaining problems in +# tqt20fix tends to fix a bit over half of the remaining problems in # each run. # # if you don't use gcc, you will need to change parseline. @@ -222,7 +222,7 @@ while( <STDIN> ) { if ( defined( $lastfile ) ) { open( O, "> $lastfile" ) || die "cannot write to $lastfile, stopped"; - print "qt20fix: writing $lastfile (changes: $changes)\n"; + print "tqt20fix: writing $lastfile (changes: $changes)\n"; print O @currentfile; close O; } @@ -248,12 +248,12 @@ while( <STDIN> ) { if ( defined( $changes) && $changes > 0 && defined( $lastfile ) ) { open( O, "> $lastfile" ) || die "cannot write to $lastfile, stopped"; - print "qt20fix: writing $lastfile (changes: $changes)\n"; + print "tqt20fix: writing $lastfile (changes: $changes)\n"; print O @currentfile; close O; } if ( defined( $totalchanges) && $totalchanges > 0 ) { - print "qt20fix: total changes: $totalchanges\nqt20fix: rerun recommended\n"; + print "tqt20fix: total changes: $totalchanges\ntqt20fix: rerun recommended\n"; } diff --git a/bin/findtr b/bin/tqtfindtr index 7df332522..c7b82d14f 100755 --- a/bin/findtr +++ b/bin/tqtfindtr @@ -37,7 +37,7 @@ msgstr "" $scope = ""; if ( $#ARGV < 0 ) { - print STDERR "Usage: findtr sourcefile ... >project.po\n"; + print STDERR "Usage: tqtfindtr sourcefile ... >project.po\n"; exit 1; } diff --git a/bin/qtrename140 b/bin/tqtrename140 index 73c463f21..73c463f21 100755 --- a/bin/qtrename140 +++ b/bin/tqtrename140 |