diff options
Diffstat (limited to 'kmouth/speech.cpp')
-rw-r--r-- | kmouth/speech.cpp | 2 |
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--; |