diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:24:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:24:30 -0600 |
commit | a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (patch) | |
tree | 3910055c634e2ca44eacd2c892118634df9b3597 /tools/makeqpf | |
parent | b0b53cc84f215df9b9bcce77253a6b7a9d300986 (diff) | |
download | qt3-a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0.tar.gz qt3-a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0.zip |
Rename additional global TQt functions
Diffstat (limited to 'tools/makeqpf')
-rw-r--r-- | tools/makeqpf/main.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/makeqpf/main.cpp b/tools/makeqpf/main.cpp index 0dceee3..56b89e2 100644 --- a/tools/makeqpf/main.cpp +++ b/tools/makeqpf/main.cpp @@ -242,16 +242,16 @@ private slots: static void usage() { - qWarning("Usage: makeqpf [-A] [-f spec-file] [font ...]"); - qWarning(""); - qWarning(" Saves QPF font files by rendering and saving fonts."); - qWarning(""); - qWarning(" -A = Render and save all fonts in fontdir"); - qWarning(" -f = File of lines:"); - qWarning(" fontname character-ranges"); - qWarning(" eg."); - qWarning(" smoothtimes 0-ff,20a0-20af"); - qWarning(" font = Font to render and save"); + tqWarning("Usage: makeqpf [-A] [-f spec-file] [font ...]"); + tqWarning(""); + tqWarning(" Saves QPF font files by rendering and saving fonts."); + tqWarning(""); + tqWarning(" -A = Render and save all fonts in fontdir"); + tqWarning(" -f = File of lines:"); + tqWarning(" fontname character-ranges"); + tqWarning(" eg."); + tqWarning(" smoothtimes 0-ff,20a0-20af"); + tqWarning(" font = Font to render and save"); } int main(int argc, char** argv) @@ -303,7 +303,7 @@ int main(int argc, char** argv) m.save(family); } } else { - qWarning("Cannot open %s",specfile.latin1()); + tqWarning("Cannot open %s",specfile.latin1()); } } else { while (*argv) |