From 1de96857f5b0ed5d4a36e9486ffc8c7f8c802f98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:58:08 -0600 Subject: Remove additional unneeded tq method conversions --- knewsticker/knewsticker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knewsticker/knewsticker.cpp') diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp index ff525e3e..535485bf 100644 --- a/knewsticker/knewsticker.cpp +++ b/knewsticker/knewsticker.cpp @@ -288,14 +288,14 @@ void KNewsTicker::slotNotifyOfFailures() if (m_failedNewsUpdates.count() == 1) notification = i18n("Could not update news site '%1'.
" "The supplied resource file is probably invalid or" - " broken.
").tqarg(m_failedNewsUpdates.first()); + " broken.").arg(m_failedNewsUpdates.first()); else if (m_failedNewsUpdates.count() > 1 && m_failedNewsUpdates.count() < 8) { notification = i18n("The following news sites had problems. Their" " resource files are probably invalid or broken."); } else notification = i18n("Failed to update several news" -- cgit v1.2.1