diff options
Diffstat (limited to 'kmymoney2/plugins/ofximport/ofximporterplugin.cpp')
-rw-r--r-- | kmymoney2/plugins/ofximport/ofximporterplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<MyMoneyStatement>& statement abort = true; }*/ - qDebug("OfxImporterPlugin::storeStatements() with %d statements called", static_cast<int>(statements.count())); + tqDebug("OfxImporterPlugin::storeStatements() with %d statements called", static_cast<int>(statements.count())); TQValueList<MyMoneyStatement>::const_iterator it_s = statements.begin(); while ( it_s != statements.end() && !abort ) { ok = ok && importStatement((*it_s)); |