From a553069ad068dcab541282df24dbe12591153af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 17 Mar 2022 09:54:21 +0100 Subject: Replace the use of the old API TQString::data(). The definition of -UTQT_NO_COMPAT is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit eeae53f59df4d79d0399c2217a165ff2fab754db) --- kmymoney2/widgets/kaccounttemplateselector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/widgets/kaccounttemplateselector.cpp') diff --git a/kmymoney2/widgets/kaccounttemplateselector.cpp b/kmymoney2/widgets/kaccounttemplateselector.cpp index 257494e..710cb62 100644 --- a/kmymoney2/widgets/kaccounttemplateselector.cpp +++ b/kmymoney2/widgets/kaccounttemplateselector.cpp @@ -188,7 +188,7 @@ void KAccountTemplateSelector::slotLoadTemplateList(void) TQStringList::iterator it; for(it = d->dirlist.begin(); it != d->dirlist.end(); ++it) { TQDir dir(*it); - // tqDebug("Reading dir '%s' with %d entries", (*it).data(), dir.count()); + // tqDebug(TQSttring("Reading dir '%1' with %2 entries").arg(*it).arg(dir.count())); dirs = dir.entryList("*", TQDir::Dirs); TQStringList::iterator it_d; for(it_d= dirs.begin(); it_d != dirs.end(); ++it_d) { @@ -218,7 +218,7 @@ void KAccountTemplateSelector::slotLoadTemplateList(void) TQString country = TDEGlobal::locale()->twoAlphaToCountryName((*it_d).upper()); d->countries[country] = *it_d; } else { - tqDebug("'%s/%s' not scanned", (*it).data(), (*it_d).data()); + tqDebug(TQString("'%1/%2' not scanned").arg(*it).arg(*it_d)); } } } -- cgit v1.2.1