summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /tools/makeqpf
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'tools/makeqpf')
-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 8abd2162e..cfe9bc9e4 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 TQPF 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 TQPF 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)