From 6687cd2515bdebbd8f0c92261f3acf8777441ca6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:28:00 -0600 Subject: Rename old tq methods that no longer need a unique name --- kmouth/speech.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmouth/speech.cpp') diff --git a/kmouth/speech.cpp b/kmouth/speech.cpp index 81ed650..8c1d151 100644 --- a/kmouth/speech.cpp +++ b/kmouth/speech.cpp @@ -225,10 +225,10 @@ void Speech::speak(TQString command, bool stdIn, const TQString &text, const TQS } void Speech::receivedStdout (KProcess *, char *buffer, int buflen) { - kdDebug() << TQString::tqfromLatin1(buffer, buflen) + "\n"; + kdDebug() << TQString::fromLatin1(buffer, buflen) + "\n"; } void Speech::receivedStderr (KProcess *, char *buffer, int buflen) { - kdDebug() << TQString::tqfromLatin1(buffer, buflen) + "\n"; + kdDebug() << TQString::fromLatin1(buffer, buflen) + "\n"; } void Speech::wroteStdin(KProcess *) { -- cgit v1.2.3