summaryrefslogtreecommitdiffstats
path: root/tools/linguist
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:42:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:42:05 -0600
commit36753ac659fe85fd02a8dffa84143812e011cd71 (patch)
tree2581a958653985ed91ff63ff702ad47a253553b3 /tools/linguist
parent40e50e6f20276afb557992a51d47618b014e388d (diff)
downloadtqt3-36753ac659fe85fd02a8dffa84143812e011cd71.tar.gz
tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
This reverts commit 40e50e6f20276afb557992a51d47618b014e388d.
Diffstat (limited to 'tools/linguist')
-rw-r--r--tools/linguist/book/linguist-manager.leaf2
-rw-r--r--tools/linguist/linguist.pro2
-rw-r--r--tools/linguist/tqm2ts/main.cpp12
-rw-r--r--tools/linguist/tqm2ts/tqm2ts.114
-rw-r--r--tools/linguist/tqm2ts/tqm2ts.pro2
5 files changed, 16 insertions, 16 deletions
diff --git a/tools/linguist/book/linguist-manager.leaf b/tools/linguist/book/linguist-manager.leaf
index b0b23b1f..c35aa1af 100644
--- a/tools/linguist/book/linguist-manager.leaf
+++ b/tools/linguist/book/linguist-manager.leaf
@@ -6,7 +6,7 @@ Two tools are provided for the release manager, \l lupdate and \l
lrelease. These tools depend on \e qmake project files. You don't
have to use \e qmake, though.
-A third tool, \c ttqm2ts, can be used for converting Qt 2.x message
+A third tool, \c tqm2ts, can be used for converting Qt 2.x message
files to \c .ts files.
\section1 Qt Project Files
diff --git a/tools/linguist/linguist.pro b/tools/linguist/linguist.pro
index a72b2159..d34c3860 100644
--- a/tools/linguist/linguist.pro
+++ b/tools/linguist/linguist.pro
@@ -5,7 +5,7 @@ SUBDIRS = linguist \
tutorial/tt3 \
lrelease \
lupdate \
- ttqm2ts
+ tqm2ts
CONFIG += ordered
REQUIRES=full-config nocrosscompiler
diff --git a/tools/linguist/tqm2ts/main.cpp b/tools/linguist/tqm2ts/main.cpp
index 3dcd6bc2..6e71a3cb 100644
--- a/tools/linguist/tqm2ts/main.cpp
+++ b/tools/linguist/tqm2ts/main.cpp
@@ -42,13 +42,13 @@ typedef TQValueList<TQTranslatorMessage> TML;
static void printUsage()
{
fprintf( stderr, "Usage:\n"
- " ttqm2ts [ options ] qm-files\n"
+ " tqm2ts [ options ] qm-files\n"
"Options:\n"
" -help Display this information and exit\n"
" -verbose\n"
" Explain what is being done\n"
" -version\n"
- " Display the version of ttqm2ts and exit\n" );
+ " Display the version of tqm2ts and exit\n" );
}
int main( int argc, char **argv )
@@ -64,7 +64,7 @@ int main( int argc, char **argv )
verbose = TRUE;
continue;
} else if ( qstrcmp(argv[i], "-version") == 0 ) {
- fprintf( stderr, "ttqm2ts version %s\n", TQT_VERSION_STR );
+ fprintf( stderr, "tqm2ts version %s\n", TQT_VERSION_STR );
return 0;
}
@@ -99,7 +99,7 @@ int main( int argc, char **argv )
if ( !metator.save(g) ) {
fprintf( stderr,
- "ttqm2ts warning: For some reason, I cannot save '%s'\n",
+ "tqm2ts warning: For some reason, I cannot save '%s'\n",
g.latin1() );
} else {
if ( verbose ) {
@@ -109,13 +109,13 @@ int main( int argc, char **argv )
}
if ( ignored > 0 )
fprintf( stderr,
- "ttqm2ts warning: File '%s' is not a TQt 2.x .qm"
+ "tqm2ts warning: File '%s' is not a TQt 2.x .qm"
" file (some information is lost)\n",
argv[i] );
}
} else {
fprintf( stderr,
- "ttqm2ts warning: For some reason, I cannot load '%s'\n",
+ "tqm2ts warning: For some reason, I cannot load '%s'\n",
argv[i] );
}
}
diff --git a/tools/linguist/tqm2ts/tqm2ts.1 b/tools/linguist/tqm2ts/tqm2ts.1
index daf2a428..bf49ca8e 100644
--- a/tools/linguist/tqm2ts/tqm2ts.1
+++ b/tools/linguist/tqm2ts/tqm2ts.1
@@ -1,4 +1,4 @@
-.TH ttqm2ts 1 "18 October 2001" "Trolltech AS" \" -*- nroff -*-
+.TH tqm2ts 1 "18 October 2001" "Trolltech AS" \" -*- nroff -*-
.\"
.\" Copyright (C) 2001-2008 Trolltech ASA. All rights reserved.
.\"
@@ -6,9 +6,9 @@
.\" the terms and conditions described in the LICENSE file.
.\"
.SH NAME
-ttqm2ts \- generate Qt Linguist translation files from Qt 2.x message files
+tqm2ts \- generate Qt Linguist translation files from Qt 2.x message files
.SH SYNOPSIS
-.B ttqm2ts
+.B tqm2ts
.RI "[ " options " ] " qm-files
.SH DESCRIPTION
This page documents the
@@ -25,11 +25,11 @@ used with version control systems if required. It is understood by
and
.B Qt Linguist.
.PP
-.B ttqm2ts
+.B tqm2ts
is provided to ease porting from the old internationalization
tools
-.B (tqttqtfindtr,
-.B tqttqtmergetr
+.B (tqtfindtr,
+.B tqtmergetr
and
.B msg2tqm)
to the new ones. It will not accept Qt message files generated by
@@ -47,7 +47,7 @@ Explain what is being done.
.TP
.I "-version"
Display the version of
-.B ttqm2ts
+.B tqm2ts
and exit.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/i18n.html
diff --git a/tools/linguist/tqm2ts/tqm2ts.pro b/tools/linguist/tqm2ts/tqm2ts.pro
index a68a8b82..4d1ee8e1 100644
--- a/tools/linguist/tqm2ts/tqm2ts.pro
+++ b/tools/linguist/tqm2ts/tqm2ts.pro
@@ -7,7 +7,7 @@ SOURCES = main.cpp \
DEFINES += QT_INTERNAL_XML
include( ../../../src/qt_professional.pri )
-TARGET = ttqm2ts
+TARGET = tqm2ts
INCLUDEPATH += ../shared
DESTDIR = ../../../bin