From aa85254cd16cb870b8d1649ef1dbad09bd8491e8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:19:48 -0600 Subject: Rename additional global TQt functions --- kmymoney2/plugins/ofximport/ofximporterplugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/plugins/ofximport/ofximporterplugin.cpp') diff --git a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp index d4d6244..b9c4f5e 100644 --- a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp +++ b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp @@ -560,7 +560,7 @@ int OfxImporterPlugin::ofxStatusCallback(struct OfxStatusData data, void * pv) bool OfxImporterPlugin::importStatement(const MyMoneyStatement& s) { - qDebug("OfxImporterPlugin::importStatement start"); + tqDebug("OfxImporterPlugin::importStatement start"); return statementInterface()->import(s); } @@ -670,7 +670,7 @@ bool OfxImporterPlugin::storeStatements(TQValueList& statement abort = true; }*/ - qDebug("OfxImporterPlugin::storeStatements() with %d statements called", static_cast(statements.count())); + tqDebug("OfxImporterPlugin::storeStatements() with %d statements called", static_cast(statements.count())); TQValueList::const_iterator it_s = statements.begin(); while ( it_s != statements.end() && !abort ) { ok = ok && importStatement((*it_s)); -- cgit v1.2.1