diff options
Diffstat (limited to 'kttsd/plugins/command')
-rw-r--r-- | kttsd/plugins/command/commandproc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/command/commandproc.cpp b/kttsd/plugins/command/commandproc.cpp index 062dc02..9ea996e 100644 --- a/kttsd/plugins/command/commandproc.cpp +++ b/kttsd/plugins/command/commandproc.cpp @@ -198,7 +198,7 @@ void CommandProc::synth(const TQString& inputText, const TQString& suggestedFile if (!stack.isEmpty()) isdoublequote = stack.pop(); else - qWarning("Parse error."); + tqWarning("Parse error."); if (noreplace > 0) // count nested braces when within ${...} noreplace--; |