summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makeqpf/main.cpp')
-rw-r--r--tools/makeqpf/main.cpp22
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)