summaryrefslogtreecommitdiffstats
path: root/kmouth
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:27:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:27:31 -0600
commit0965aa347859e3031faac4b2a8115c692fe0de86 (patch)
tree2cbfde5cf0dc7737f1084b7be82b6b26b8df8bed /kmouth
parent4b3b79e9a6c0df84f5a2f2b74eb6bcae6eefe408 (diff)
downloadtdeaccessibility-0965aa347859e3031faac4b2a8115c692fe0de86.tar.gz
tdeaccessibility-0965aa347859e3031faac4b2a8115c692fe0de86.zip
Rename additional global TQt functions
Diffstat (limited to 'kmouth')
-rw-r--r--kmouth/speech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/speech.cpp b/kmouth/speech.cpp
index 8c1d151..413690c 100644
--- a/kmouth/speech.cpp
+++ b/kmouth/speech.cpp
@@ -89,7 +89,7 @@ TQString Speech::prepareCommand (TQString command, const TQString &text,
if (!stack.isEmpty())
isdoublequote = stack.pop();
else
- qWarning("Parse error.");
+ tqWarning("Parse error.");
if (noreplace > 0)
// count nested braces when within ${...}
noreplace--;