summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/command
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:52:23 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-20 19:43:55 +0200
commit35ef45e0e2bd97bea881ba3c53e0ab35ce84d82e (patch)
treeca400a824dfa32a8660091d10e8a904ad9099bae /kttsd/plugins/command
parentb33c04530149523d99425f92e428231b79b7991d (diff)
downloadtdeaccessibility-35ef45e0e2bd97bea881ba3c53e0ab35ce84d82e.tar.gz
tdeaccessibility-35ef45e0e2bd97bea881ba3c53e0ab35ce84d82e.zip
Remove additional unneeded tq method conversions
(cherry picked from commit 92994ee2036ac7c4c68747f67dbc0ecbaf4c250c)
Diffstat (limited to 'kttsd/plugins/command')
-rw-r--r--kttsd/plugins/command/commandconf.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kttsd/plugins/command/commandconf.cpp b/kttsd/plugins/command/commandconf.cpp
index d10b051..9e04749 100644
--- a/kttsd/plugins/command/commandconf.cpp
+++ b/kttsd/plugins/command/commandconf.cpp
@@ -127,12 +127,12 @@ TQString CommandConf::getTalkerCode()
"<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />"
"<prosody volume=\"%4\" rate=\"%5\" />"
"<kttsd synthesizer=\"%6\" />")
- .tqarg(m_languageCode)
- .tqarg("fixed")
- .tqarg("neutral")
- .tqarg("medium")
- .tqarg("medium")
- .tqarg("Command");
+ .arg(m_languageCode)
+ .arg("fixed")
+ .arg("neutral")
+ .arg("medium")
+ .arg("medium")
+ .arg("Command");
}
}
return TQString();