diff options
Diffstat (limited to 'kmymoney2/widgets/kaccounttemplateselector.cpp')
-rw-r--r-- | kmymoney2/widgets/kaccounttemplateselector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kaccounttemplateselector.cpp b/kmymoney2/widgets/kaccounttemplateselector.cpp index 9b26503..430c2dc 100644 --- a/kmymoney2/widgets/kaccounttemplateselector.cpp +++ b/kmymoney2/widgets/kaccounttemplateselector.cpp @@ -184,7 +184,7 @@ void KAccountTemplateSelector::slotLoadTemplateList(void) TQStringList::iterator it; for(it = d->dirlist.begin(); it != d->dirlist.end(); ++it) { TQDir dir(*it); - // qDebug("Reading dir '%s' with %d entries", (*it).data(), dir.count()); + // tqDebug("Reading dir '%s' with %d entries", (*it).data(), dir.count()); dirs = dir.entryList("*", TQDir::Dirs); TQStringList::iterator it_d; for(it_d= dirs.begin(); it_d != dirs.end(); ++it_d) { @@ -214,7 +214,7 @@ void KAccountTemplateSelector::slotLoadTemplateList(void) TQString country = KGlobal::locale()->twoAlphaToCountryName((*it_d).upper()); d->countries[country] = *it_d; } else { - qDebug("'%s/%s' not scanned", (*it).data(), (*it_d).data()); + tqDebug("'%s/%s' not scanned", (*it).data(), (*it_d).data()); } } } |