summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kmouth/speech.cpp2
-rw-r--r--kttsd/players/alsaplayer/alsaplayer.cpp2
-rw-r--r--kttsd/plugins/command/commandproc.cpp2
3 files changed, 3 insertions, 3 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--;
diff --git a/kttsd/players/alsaplayer/alsaplayer.cpp b/kttsd/players/alsaplayer/alsaplayer.cpp
index 23edec2..83ebc9b 100644
--- a/kttsd/players/alsaplayer/alsaplayer.cpp
+++ b/kttsd/players/alsaplayer/alsaplayer.cpp
@@ -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;
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--;