From 83677e35509b4dafac63b76995652bdf3b49f209 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:59:34 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 808e453c56036211f57482ed847d54aca01bba68. --- knewsticker/common/newsengine.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'knewsticker/common/newsengine.cpp') diff --git a/knewsticker/common/newsengine.cpp b/knewsticker/common/newsengine.cpp index 911095d9..398e2f40 100644 --- a/knewsticker/common/newsengine.cpp +++ b/knewsticker/common/newsengine.cpp @@ -222,7 +222,7 @@ void ProgramNewsSource::slotProgramExited(KProcess *proc) } else { ErrorCode error = static_cast(proc->exitStatus()); if (error != NOERR) { - errorMsg = errorMessage(error).arg(m_data.sourceFile); + errorMsg = errorMessage(error).tqarg(m_data.sourceFile); okSoFar = false; } } @@ -230,11 +230,11 @@ void ProgramNewsSource::slotProgramExited(KProcess *proc) if (!okSoFar) { TQString output = TQString(m_programOutput->buffer()); if (!output.isEmpty()) { - output = TQString::fromLatin1("\"") + output + TQString::fromLatin1("\""); - errorMsg += i18n("

Program output:
%1
").arg(output); + output = TQString::tqfromLatin1("\"") + output + TQString::tqfromLatin1("\""); + errorMsg += i18n("

Program output:
%1
").tqarg(output); } KMessageBox::detailedError(0, i18n("An error occurred while updating the" - " news source '%1'.").arg(newsSourceName()), errorMsg, + " news source '%1'.").tqarg(newsSourceName()), errorMsg, i18n("KNewsTicker Error")); } -- cgit v1.2.1