From c70e40bd3f54a2c4d9ef57a36f19c996f4e00ed6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:37:08 -0600 Subject: Remove additional unneeded tq method conversions --- kmymoney2/widgets/kmymoneycurrencyselector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/widgets/kmymoneycurrencyselector.cpp') diff --git a/kmymoney2/widgets/kmymoneycurrencyselector.cpp b/kmymoney2/widgets/kmymoneycurrencyselector.cpp index b2637a2..f99dd93 100644 --- a/kmymoney2/widgets/kmymoneycurrencyselector.cpp +++ b/kmymoney2/widgets/kmymoneycurrencyselector.cpp @@ -96,9 +96,9 @@ void KMyMoneySecuritySelector::update(const TQString& id) default: case FullName: if((*it).isCurrency()) { - display = TQString("%2 (%1)").tqarg((*it).id()).tqarg((*it).name()); + display = TQString("%2 (%1)").arg((*it).id()).arg((*it).name()); } else - display = TQString("%2 (%1)").tqarg((*it).tradingSymbol()).tqarg((*it).name()); + display = TQString("%2 (%1)").arg((*it).tradingSymbol()).arg((*it).name()); break; break; -- cgit v1.2.3