diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:27:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:27:31 -0600 |
commit | 0965aa347859e3031faac4b2a8115c692fe0de86 (patch) | |
tree | 2cbfde5cf0dc7737f1084b7be82b6b26b8df8bed /kttsd/plugins | |
parent | 4b3b79e9a6c0df84f5a2f2b74eb6bcae6eefe408 (diff) | |
download | tdeaccessibility-0965aa347859e3031faac4b2a8115c692fe0de86.tar.gz tdeaccessibility-0965aa347859e3031faac4b2a8115c692fe0de86.zip |
Rename additional global TQt functions
Diffstat (limited to 'kttsd/plugins')
-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--; |