diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tqtfindtr | 4 | ||||
-rwxr-xr-x | bin/tqtrename140 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/tqtfindtr b/bin/tqtfindtr index c7b82d14f..11ded12f5 100755 --- a/bin/tqtfindtr +++ b/bin/tqtfindtr @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # vi:wrap: -# See Qt I18N documentation for usage information. +# See TQt I18N documentation for usage information. use POSIX qw(strftime); @@ -17,7 +17,7 @@ $scoped_mark = "qApp->translate"; $noop_scoped_mark = "QT_TRANSLATE_NOOP"; $header= -'# This is a Qt message file in .po format. Each msgid starts with +'# This is a TQt message file in .po format. Each msgid starts with # a scope. This scope should *NOT* be translated - eg. translating # from French to English, "Foo::Bar" would be translated to "Pub", # not "Foo::Pub". diff --git a/bin/tqtrename140 b/bin/tqtrename140 index 73c463f21..4fc16b95e 100755 --- a/bin/tqtrename140 +++ b/bin/tqtrename140 @@ -1,9 +1,9 @@ #!/usr/bin/perl -pi.oldnames # # Perl script to change programs to use the longer header-file names -# introduced in Qt version 1.40. Note that Qt is distributed with +# introduced in TQt version 1.40. Note that TQt is distributed with # compatilibity headers making this program unnecessary at present, -# but which may be discontinued in Qt 2.0. +# but which may be discontinued in TQt 2.0. # # This is version 1.0 of the conversion script. # |