diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
commit | 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch) | |
tree | df1e10cc7504665622d096f9ba80dc9e56f3afb8 /tools/makeqpf | |
parent | a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff) | |
download | qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip |
Undo prior accidental commit
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 56b89e2..0dceee3 100644 --- a/tools/makeqpf/main.cpp +++ b/tools/makeqpf/main.cpp @@ -242,16 +242,16 @@ private slots: static void usage() { - 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"); + 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"); } int main(int argc, char** argv) @@ -303,7 +303,7 @@ int main(int argc, char** argv) m.save(family); } } else { - tqWarning("Cannot open %s",specfile.latin1()); + qWarning("Cannot open %s",specfile.latin1()); } } else { while (*argv) |