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 --- kopete/libkopete/knotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/libkopete/knotification.cpp') diff --git a/kopete/libkopete/knotification.cpp b/kopete/libkopete/knotification.cpp index f818d101..f072254f 100644 --- a/kopete/libkopete/knotification.cpp +++ b/kopete/libkopete/knotification.cpp @@ -209,7 +209,7 @@ void KNotification::notifyByPassivePopup(const TQPixmap &pix ) for ( TQStringList::ConstIterator it = d->actions.begin() ; it != d->actions.end(); ++it ) { i++; - linkCode+=TQString::fromLatin1(" %2 ").tqarg( TQString::number(i) , TQStyleSheet::escape(*it) ); + linkCode+=TQString::fromLatin1(" %2 ").arg( TQString::number(i) , TQStyleSheet::escape(*it) ); } linkCode+=TQString::fromLatin1("

"); KActiveLabel *link = new KActiveLabel(linkCode , vb ); -- cgit v1.2.1