diff options
Diffstat (limited to 'kmymoney2/reports/reportstestcommon.cpp')
-rw-r--r-- | kmymoney2/reports/reportstestcommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/reports/reportstestcommon.cpp b/kmymoney2/reports/reportstestcommon.cpp index 3175773..674e541 100644 --- a/kmymoney2/reports/reportstestcommon.cpp +++ b/kmymoney2/reports/reportstestcommon.cpp @@ -452,7 +452,7 @@ bool readRCFfromXML( TQValueList<MyMoneyReport>& list, const TQString& filename TQFile f( filename ); f.open( IO_ReadOnly ); TQDomDocument* doc = new TQDomDocument; - if(doc->setContent(&f, FALSE)) + if(doc->setContent(&f, false)) { result = readRCFfromXMLDoc(list,doc); } |