Rename additional global TQt functions

pull/1/head
Timothy Pearson 12 years ago
parent 4b3b79e9a6
commit 0965aa3478

@ -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--;

@ -171,7 +171,7 @@ void AlsaPlayer::startPlay(const TQString &file)
{
TQString pName = m_pcmName.section(" ", 0, 0);
DBG("pName = %s", pName.ascii());
pcm_name = qstrdup(pName.ascii());
pcm_name = tqstrdup(pName.ascii());
int err;
snd_pcm_info_t *info;

@ -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--;

Loading…
Cancel
Save