From 089118c18533dfa3e6ce5065dbebdd4db94051f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:33:51 -0600 Subject: Rename old tq methods that no longer need a unique name --- knewsticker/common/newsengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knewsticker/common/newsengine.cpp') diff --git a/knewsticker/common/newsengine.cpp b/knewsticker/common/newsengine.cpp index 398e2f40..3ebb4f19 100644 --- a/knewsticker/common/newsengine.cpp +++ b/knewsticker/common/newsengine.cpp @@ -230,7 +230,7 @@ void ProgramNewsSource::slotProgramExited(KProcess *proc) if (!okSoFar) { TQString output = TQString(m_programOutput->buffer()); if (!output.isEmpty()) { - output = TQString::tqfromLatin1("\"") + output + TQString::tqfromLatin1("\""); + output = TQString::fromLatin1("\"") + output + TQString::fromLatin1("\""); errorMsg += i18n("

Program output:
%1
").tqarg(output); } KMessageBox::detailedError(0, i18n("An error occurred while updating the" -- cgit v1.2.1