summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/mymoneyreport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/mymoney/mymoneyreport.cpp')
-rw-r--r--kmymoney2/mymoney/mymoneyreport.cpp172
1 files changed, 86 insertions, 86 deletions
diff --git a/kmymoney2/mymoney/mymoneyreport.cpp b/kmymoney2/mymoney/mymoneyreport.cpp
index 63c4ca7..4cd667b 100644
--- a/kmymoney2/mymoney/mymoneyreport.cpp
+++ b/kmymoney2/mymoney/mymoneyreport.cpp
@@ -22,8 +22,8 @@
// ----------------------------------------------------------------------------
// QT Includes
-#include <qstring.h>
-#include <qdom.h>
+#include <tqstring.h>
+#include <tqdom.h>
// ----------------------------------------------------------------------------
// KDE Includes
@@ -34,22 +34,22 @@
#include "mymoneyfile.h"
#include "mymoneyreport.h"
-const QStringList MyMoneyReport::kRowTypeText = QStringList::split ( ",", "none,assetliability,expenseincome,category,topcategory,account,payee,month,week,topaccount,topaccount-account,equitytype,accounttype,institution,budget,budgetactual,schedule,accountinfo,accountloaninfo,accountreconcile,cashflow", true );
-const QStringList MyMoneyReport::kColumnTypeText = QStringList::split ( ",", "none,months,bimonths,quarters,4,5,6,weeks,8,9,10,11,years", true );
+const TQStringList MyMoneyReport::kRowTypeText = TQStringList::split ( ",", "none,assetliability,expenseincome,category,topcategory,account,payee,month,week,topaccount,topaccount-account,equitytype,accounttype,institution,budget,budgetactual,schedule,accountinfo,accountloaninfo,accountreconcile,cashflow", true );
+const TQStringList MyMoneyReport::kColumnTypeText = TQStringList::split ( ",", "none,months,bimonths,quarters,4,5,6,weeks,8,9,10,11,years", true );
// if you add names here, don't forget to update the bitmap for EQueryColumns
-// and shift the bit for eQCend one position to the left
-const QStringList MyMoneyReport::kQueryColumnsText = QStringList::split ( ",", "none,number,payee,category,memo,account,reconcileflag,action,shares,price,performance,loan,balance", true );
+// and shift the bit for eTQCend one position to the left
+const TQStringList MyMoneyReport::kQueryColumnsText = TQStringList::split ( ",", "none,number,payee,category,memo,account,reconcileflag,action,shares,price,performance,loan,balance", true );
const MyMoneyReport::EReportType MyMoneyReport::kTypeArray[] = { eNoReport, ePivotTable, ePivotTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, eQueryTable, ePivotTable, ePivotTable, eInfoTable, eInfoTable, eInfoTable, eQueryTable, eQueryTable, eNoReport };
-const QStringList MyMoneyReport::kDetailLevelText = QStringList::split ( ",", "none,all,top,group,total,invalid", true );
-const QStringList MyMoneyReport::kChartTypeText = QStringList::split ( ",", "none,line,bar,pie,ring,stackedbar,invalid", true );
+const TQStringList MyMoneyReport::kDetailLevelText = TQStringList::split ( ",", "none,all,top,group,total,invalid", true );
+const TQStringList MyMoneyReport::kChartTypeText = TQStringList::split ( ",", "none,line,bar,pie,ring,stackedbar,invalid", true );
// This should live in mymoney/mymoneytransactionfilter.h
-static const QStringList kTypeText = QStringList::split ( ",", "all,payments,deposits,transfers,none" );
-static const QStringList kStateText = QStringList::split ( ",", "all,notreconciled,cleared,reconciled,frozen,none" );
-static const QStringList kDateLockText = QStringList::split ( ",", "alldates,untiltoday,currentmonth,currentyear,monthtodate,yeartodate,yeartomonth,lastmonth,lastyear,last7days,last30days,last3months,last6months,last12months,next7days,next30days,next3months,next6months,next12months,userdefined,last3tonext3months,last11Months,currentQuarter,lastQuarter,nextQuarter,currentFiscalYear,lastFiscalYear,today" );
-static const QStringList kAccountTypeText = QStringList::split ( ",", "unknown,checkings,savings,cash,creditcard,loan,certificatedep,investment,moneymarket,asset,liability,currency,income,expense,assetloan,stock,equity,invalid" );
+static const TQStringList kTypeText = TQStringList::split ( ",", "all,payments,deposits,transfers,none" );
+static const TQStringList kStateText = TQStringList::split ( ",", "all,notreconciled,cleared,reconciled,frozen,none" );
+static const TQStringList kDateLockText = TQStringList::split ( ",", "alldates,untiltoday,currentmonth,currentyear,monthtodate,yeartodate,yeartomonth,lastmonth,lastyear,last7days,last30days,last3months,last6months,last12months,next7days,next30days,next3months,next6months,next12months,userdefined,last3tonext3months,last11Months,currentQuarter,lastQuarter,nextQuarter,currentFiscalYear,lastFiscalYear,today" );
+static const TQStringList kAccountTypeText = TQStringList::split ( ",", "unknown,checkings,savings,cash,creditcard,loan,certificatedep,investment,moneymarket,asset,liability,currency,income,expense,assetloan,stock,equity,invalid" );
MyMoneyReport::MyMoneyReport() :
m_name ( "Unconfigured Pivot Table Report" ),
@@ -63,7 +63,7 @@ MyMoneyReport::MyMoneyReport() :
m_rowType ( eExpenseIncome ),
m_columnType ( eMonths ),
m_columnsAreDays ( false ),
- m_queryColumns ( eQCnone ),
+ m_queryColumns ( eTQCnone ),
m_dateLock ( userDefined ),
m_accountGroupFilter ( false ),
m_chartType ( eChartLine ),
@@ -83,14 +83,14 @@ MyMoneyReport::MyMoneyReport() :
{
}
-MyMoneyReport::MyMoneyReport ( const QString& id, const MyMoneyReport& right ) :
+MyMoneyReport::MyMoneyReport ( const TQString& id, const MyMoneyReport& right ) :
MyMoneyObject ( id )
{
*this = right;
setId ( id );
}
-MyMoneyReport::MyMoneyReport ( ERowType _rt, unsigned _ct, dateOptionE _dl, EDetailLevel _ss, const QString& _name, const QString& _comment ) :
+MyMoneyReport::MyMoneyReport ( ERowType _rt, unsigned _ct, dateOptionE _dl, EDetailLevel _ss, const TQString& _name, const TQString& _comment ) :
m_name ( _name ),
m_comment ( _comment ),
m_detailLevel ( _ss ),
@@ -162,7 +162,7 @@ MyMoneyReport::MyMoneyReport ( ERowType _rt, unsigned _ct, dateOptionE _dl, EDet
}
}
-MyMoneyReport::MyMoneyReport ( const QDomElement& node ) :
+MyMoneyReport::MyMoneyReport ( const TQDomElement& node ) :
MyMoneyObject ( node )
{
if ( !read ( node ) )
@@ -177,7 +177,7 @@ void MyMoneyReport::clear ( void )
MyMoneyTransactionFilter::clear();
}
-void MyMoneyReport::validDateRange ( QDate& _db, QDate& _de )
+void MyMoneyReport::validDateRange ( TQDate& _db, TQDate& _de )
{
_db = fromDate();
_de = toDate();
@@ -193,16 +193,16 @@ void MyMoneyReport::validDateRange ( QDate& _db, QDate& _de )
// year as the filter criteria.
if ( !_db.isValid() || !_de.isValid() ) {
- QValueList<MyMoneyTransaction> list = MyMoneyFile::instance()->transactionList ( *this );
- QDate tmpBegin, tmpEnd;
+ TQValueList<MyMoneyTransaction> list = MyMoneyFile::instance()->transactionList ( *this );
+ TQDate tmpBegin, tmpEnd;
if ( !list.isEmpty() ) {
qHeapSort ( list );
tmpBegin = list.front().postDate();
tmpEnd = list.back().postDate();
} else {
- tmpBegin = QDate ( QDate::currentDate().year(), 1, 1 ); // the first date in the file
- tmpEnd = QDate ( QDate::currentDate().year(), 12, 31 );// the last date in the file
+ tmpBegin = TQDate ( TQDate::tqcurrentDate().year(), 1, 1 ); // the first date in the file
+ tmpEnd = TQDate ( TQDate::tqcurrentDate().year(), 12, 31 );// the last date in the file
}
if ( !_db.isValid() )
_db = tmpBegin;
@@ -233,14 +233,14 @@ void MyMoneyReport::setRowType ( ERowType _rt )
}
}
-bool MyMoneyReport::accountGroups(QValueList<MyMoneyAccount::accountTypeE>& list) const
+bool MyMoneyReport::accountGroups(TQValueList<MyMoneyAccount::accountTypeE>& list) const
{
bool result = m_accountGroupFilter;
if ( result )
{
- QValueList<MyMoneyAccount::accountTypeE>::const_iterator it_group = m_accountGroups.begin();
+ TQValueList<MyMoneyAccount::accountTypeE>::const_iterator it_group = m_accountGroups.begin();
while ( it_group != m_accountGroups.end() )
{
list += ( *it_group );
@@ -253,7 +253,7 @@ bool MyMoneyReport::accountGroups(QValueList<MyMoneyAccount::accountTypeE>& list
void MyMoneyReport::addAccountGroup ( MyMoneyAccount::accountTypeE type )
{
if ( !m_accountGroups.isEmpty() && type != MyMoneyAccount::UnknownAccountType ) {
- if ( m_accountGroups.contains ( type ) )
+ if ( m_accountGroups.tqcontains ( type ) )
return;
}
m_accountGroupFilter = true;
@@ -265,7 +265,7 @@ bool MyMoneyReport::includesAccountGroup( MyMoneyAccount::accountTypeE type ) co
{
bool result = ( ! m_accountGroupFilter )
|| ( isIncludingTransfers() && m_rowType == MyMoneyReport::eExpenseIncome )
- || m_accountGroups.contains ( type );
+ || m_accountGroups.tqcontains ( type );
return result;
}
@@ -305,7 +305,7 @@ bool MyMoneyReport::includes( const MyMoneyAccount& acc ) const
return result;
}
-void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous ) const
+void MyMoneyReport::write ( TQDomElement& e, TQDomDocument *doc, bool anonymous ) const
{
// No matter what changes, be sure to have a 'type' attribute. Only change
// the major type if it becomes impossible to maintain compatability with
@@ -317,7 +317,7 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
if ( anonymous )
{
e.setAttribute ( "name", m_id );
- e.setAttribute ( "comment", QString ( m_comment ).fill ( 'x' ) );
+ e.setAttribute ( "comment", TQString ( m_comment ).fill ( 'x' ) );
}
else
{
@@ -363,11 +363,11 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
{
e.setAttribute ( "type", "querytable 1.14" );
- QStringList columns;
+ TQStringList columns;
unsigned qc = m_queryColumns;
- unsigned it_qc = eQCbegin;
+ unsigned it_qc = eTQCbegin;
unsigned index = 1;
- while ( it_qc != eQCend )
+ while ( it_qc != eTQCend )
{
if ( qc & it_qc )
columns += kQueryColumnsText[index];
@@ -387,10 +387,10 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
// Text Filter
//
- QRegExp textfilter;
+ TQRegExp textfilter;
if ( textFilter ( textfilter ) )
{
- QDomElement f = doc->createElement ( "TEXT" );
+ TQDomElement f = doc->createElement ( "TEXT" );
f.setAttribute ( "pattern", textfilter.pattern() );
f.setAttribute ( "casesensitive", textfilter.caseSensitive() );
f.setAttribute ( "regex", !textfilter.wildcard() );
@@ -401,14 +401,14 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
//
// Type & State Filters
//
- QValueList<int> typelist;
+ TQValueList<int> typelist;
if ( types ( typelist ) && ! typelist.empty() )
{
// iterate over payees, and add each one
- QValueList<int>::const_iterator it_type = typelist.begin();
+ TQValueList<int>::const_iterator it_type = typelist.begin();
while ( it_type != typelist.end() )
{
- QDomElement p = doc->createElement ( "TYPE" );
+ TQDomElement p = doc->createElement ( "TYPE" );
p.setAttribute ( "type", kTypeText[*it_type] );
e.appendChild ( p );
@@ -416,14 +416,14 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
}
}
- QValueList<int> statelist;
+ TQValueList<int> statelist;
if ( states ( statelist ) && ! statelist.empty() )
{
// iterate over payees, and add each one
- QValueList<int>::const_iterator it_state = statelist.begin();
+ TQValueList<int>::const_iterator it_state = statelist.begin();
while ( it_state != statelist.end() )
{
- QDomElement p = doc->createElement ( "STATE" );
+ TQDomElement p = doc->createElement ( "STATE" );
p.setAttribute ( "state", kStateText[*it_state] );
e.appendChild ( p );
@@ -434,10 +434,10 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
// Number Filter
//
- QString nrFrom, nrTo;
+ TQString nrFrom, nrTo;
if ( numberFilter ( nrFrom, nrTo ) )
{
- QDomElement f = doc->createElement ( "NUMBER" );
+ TQDomElement f = doc->createElement ( "NUMBER" );
f.setAttribute ( "from", nrFrom );
f.setAttribute ( "to", nrTo );
e.appendChild ( f );
@@ -450,7 +450,7 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
MyMoneyMoney from, to;
if ( amountFilter ( from, to ) ) // bool getAmountFilter(MyMoneyMoney&,MyMoneyMoney&);
{
- QDomElement f = doc->createElement ( "AMOUNT" );
+ TQDomElement f = doc->createElement ( "AMOUNT" );
f.setAttribute ( "from", from.toString() );
f.setAttribute ( "to", to.toString() );
e.appendChild ( f );
@@ -460,21 +460,21 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
// Payees Filter
//
- QStringList payeelist;
+ TQStringList payeelist;
if ( payees ( payeelist ) )
{
if ( payeelist.empty() )
{
- QDomElement p = doc->createElement ( "PAYEE" );
+ TQDomElement p = doc->createElement ( "PAYEE" );
e.appendChild ( p );
}
else
{
// iterate over payees, and add each one
- QStringList::const_iterator it_payee = payeelist.begin();
+ TQStringList::const_iterator it_payee = payeelist.begin();
while ( it_payee != payeelist.end() )
{
- QDomElement p = doc->createElement ( "PAYEE" );
+ TQDomElement p = doc->createElement ( "PAYEE" );
p.setAttribute ( "id", *it_payee );
e.appendChild ( p );
@@ -487,14 +487,14 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
// Account Groups Filter
//
- QValueList<MyMoneyAccount::accountTypeE> accountgrouplist;
+ TQValueList<MyMoneyAccount::accountTypeE> accountgrouplist;
if ( accountGroups ( accountgrouplist ) )
{
// iterate over accounts, and add each one
- QValueList<MyMoneyAccount::accountTypeE>::const_iterator it_group = accountgrouplist.begin();
+ TQValueList<MyMoneyAccount::accountTypeE>::const_iterator it_group = accountgrouplist.begin();
while ( it_group != accountgrouplist.end() )
{
- QDomElement p = doc->createElement ( "ACCOUNTGROUP" );
+ TQDomElement p = doc->createElement ( "ACCOUNTGROUP" );
p.setAttribute ( "group", kAccountTypeText[*it_group] );
e.appendChild ( p );
@@ -506,14 +506,14 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
// Accounts Filter
//
- QStringList accountlist;
+ TQStringList accountlist;
if ( accounts ( accountlist ) )
{
// iterate over accounts, and add each one
- QStringList::const_iterator it_account = accountlist.begin();
+ TQStringList::const_iterator it_account = accountlist.begin();
while ( it_account != accountlist.end() )
{
- QDomElement p = doc->createElement ( "ACCOUNT" );
+ TQDomElement p = doc->createElement ( "ACCOUNT" );
p.setAttribute ( "id", *it_account );
e.appendChild ( p );
@@ -529,10 +529,10 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
if ( categories ( accountlist ) )
{
// iterate over accounts, and add each one
- QStringList::const_iterator it_account = accountlist.begin();
+ TQStringList::const_iterator it_account = accountlist.begin();
while ( it_account != accountlist.end() )
{
- QDomElement p = doc->createElement ( "CATEGORY" );
+ TQDomElement p = doc->createElement ( "CATEGORY" );
p.setAttribute ( "id", *it_account );
e.appendChild ( p );
@@ -546,10 +546,10 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
if ( m_dateLock == userDefined )
{
- QDate dateFrom, dateTo;
+ TQDate dateFrom, dateTo;
if ( dateFilter ( dateFrom, dateTo ) )
{
- QDomElement f = doc->createElement ( "DATES" );
+ TQDomElement f = doc->createElement ( "DATES" );
if ( dateFrom.isValid() )
f.setAttribute ( "from", dateFrom.toString ( Qt::ISODate ) );
if ( dateTo.isValid() )
@@ -559,7 +559,7 @@ void MyMoneyReport::write ( QDomElement& e, QDomDocument *doc, bool anonymous )
}
}
-bool MyMoneyReport::read ( const QDomElement& e )
+bool MyMoneyReport::read ( const TQDomElement& e )
{
// The goal of this reading method is 100% backward AND 100% forward
// compatability. Any report ever created with any version of KMyMoney
@@ -572,11 +572,11 @@ bool MyMoneyReport::read ( const QDomElement& e )
"REPORT" == e.tagName()
&&
(
- ( e.attribute ( "type" ).find ( "pivottable 1." ) == 0 )
+ ( e.attribute ( "type" ).tqfind ( "pivottable 1." ) == 0 )
||
- ( e.attribute ( "type" ).find ( "querytable 1." ) == 0 )
+ ( e.attribute ( "type" ).tqfind ( "querytable 1." ) == 0 )
||
- ( e.attribute ( "type" ).find ( "infotable 1." ) == 0 )
+ ( e.attribute ( "type" ).tqfind ( "infotable 1." ) == 0 )
)
)
{
@@ -588,11 +588,11 @@ bool MyMoneyReport::read ( const QDomElement& e )
m_comment = e.attribute ( "comment", "Extremely old report" );
//set report type
- if(!e.attribute ( "type" ).find ( "pivottable" )) {
+ if(!e.attribute ( "type" ).tqfind ( "pivottable" )) {
m_reportType = MyMoneyReport::ePivotTable;
- } else if(!e.attribute ( "type" ).find ( "querytable" )) {
+ } else if(!e.attribute ( "type" ).tqfind ( "querytable" )) {
m_reportType = MyMoneyReport::eQueryTable;
- } else if(!e.attribute ( "type" ).find ( "infotable" )) {
+ } else if(!e.attribute ( "type" ).tqfind ( "infotable" )) {
m_reportType = MyMoneyReport::eInfoTable;
} else {
m_reportType = MyMoneyReport::eNoReport;
@@ -607,7 +607,7 @@ bool MyMoneyReport::read ( const QDomElement& e )
//check for reports with older settings which didn't have the detail attribute
if ( e.hasAttribute ( "detail" ) )
{
- i = kDetailLevelText.findIndex ( e.attribute ( "detail", "all" ) );
+ i = kDetailLevelText.tqfindIndex ( e.attribute ( "detail", "all" ) );
if ( i != -1 )
m_detailLevel = static_cast<EDetailLevel> ( i );
} else if ( e.attribute ( "showsubaccounts", "0" ).toUInt() ) {
@@ -639,7 +639,7 @@ bool MyMoneyReport::read ( const QDomElement& e )
//only load chart data if it is a pivot table
if ( m_reportType == ePivotTable ) {
- i = kChartTypeText.findIndex ( e.attribute ( "charttype" ) );
+ i = kChartTypeText.tqfindIndex ( e.attribute ( "charttype" ) );
if ( i != -1 )
m_chartType = static_cast<EChartType> ( i );
@@ -660,20 +660,20 @@ bool MyMoneyReport::read ( const QDomElement& e )
m_chartLineWidth = 1;
}
- QString datelockstr = e.attribute ( "datelock", "userdefined" );
+ TQString datelockstr = e.attribute ( "datelock", "userdefined" );
// Handle the pivot 1.2/query 1.1 case where the values were saved as
// numbers
bool ok = false;
i = datelockstr.toUInt ( &ok );
if ( !ok )
{
- i = kDateLockText.findIndex ( datelockstr );
+ i = kDateLockText.tqfindIndex ( datelockstr );
if ( i == -1 )
i = userDefined;
}
setDateFilter ( static_cast<dateOptionE> ( i ) );
- i = kRowTypeText.findIndex ( e.attribute ( "rowtype", "expenseincome" ) );
+ i = kRowTypeText.tqfindIndex ( e.attribute ( "rowtype", "expenseincome" ) );
if ( i != -1 )
{
setRowType ( static_cast<ERowType> ( i ) );
@@ -687,16 +687,16 @@ bool MyMoneyReport::read ( const QDomElement& e )
if ( e.hasAttribute ( "showrowtotals" ) )
m_showRowTotals = e.attribute ( "showrowtotals" ).toUInt();
- i = kColumnTypeText.findIndex ( e.attribute ( "columntype", "months" ) );
+ i = kColumnTypeText.tqfindIndex ( e.attribute ( "columntype", "months" ) );
if ( i != -1 )
setColumnType ( static_cast<EColumnType> ( i ) );
unsigned qc = 0;
- QStringList columns = QStringList::split ( ",", e.attribute ( "querycolumns", "none" ) );
- QStringList::const_iterator it_column = columns.begin();
+ TQStringList columns = TQStringList::split ( ",", e.attribute ( "querycolumns", "none" ) );
+ TQStringList::const_iterator it_column = columns.begin();
while ( it_column != columns.end() )
{
- i = kQueryColumnsText.findIndex ( *it_column );
+ i = kQueryColumnsText.tqfindIndex ( *it_column );
if ( i > 0 )
qc |= ( 1 << ( i - 1 ) );
@@ -704,23 +704,23 @@ bool MyMoneyReport::read ( const QDomElement& e )
}
setQueryColumns ( static_cast<EQueryColumns> ( qc ) );
- QDomNode child = e.firstChild();
+ TQDomNode child = e.firstChild();
while ( !child.isNull() && child.isElement() )
{
- QDomElement c = child.toElement();
+ TQDomElement c = child.toElement();
if ( "TEXT" == c.tagName() && c.hasAttribute ( "pattern" ) )
{
- setTextFilter ( QRegExp ( c.attribute ( "pattern" ), c.attribute ( "casesensitive", "1" ).toUInt(), !c.attribute ( "regex", "1" ).toUInt() ), c.attribute ( "inverttext", "0" ).toUInt() );
+ setTextFilter ( TQRegExp ( c.attribute ( "pattern" ), c.attribute ( "casesensitive", "1" ).toUInt(), !c.attribute ( "regex", "1" ).toUInt() ), c.attribute ( "inverttext", "0" ).toUInt() );
}
if ( "TYPE" == c.tagName() && c.hasAttribute ( "type" ) )
{
- i = kTypeText.findIndex ( c.attribute ( "type" ) );
+ i = kTypeText.tqfindIndex ( c.attribute ( "type" ) );
if ( i != -1 )
addType ( i );
}
if ( "STATE" == c.tagName() && c.hasAttribute ( "state" ) )
{
- i = kStateText.findIndex ( c.attribute ( "state" ) );
+ i = kStateText.tqfindIndex ( c.attribute ( "state" ) );
if ( i != -1 )
addState ( i );
}
@@ -734,11 +734,11 @@ bool MyMoneyReport::read ( const QDomElement& e )
}
if ( "DATES" == c.tagName() )
{
- QDate from, to;
+ TQDate from, to;
if ( c.hasAttribute ( "from" ) )
- from = QDate::fromString ( c.attribute ( "from" ), Qt::ISODate );
+ from = TQDate::fromString ( c.attribute ( "from" ), Qt::ISODate );
if ( c.hasAttribute ( "to" ) )
- to = QDate::fromString ( c.attribute ( "to" ), Qt::ISODate );
+ to = TQDate::fromString ( c.attribute ( "to" ), Qt::ISODate );
MyMoneyTransactionFilter::setDateFilter ( from, to );
}
if ( "PAYEE" == c.tagName() )
@@ -755,7 +755,7 @@ bool MyMoneyReport::read ( const QDomElement& e )
}
if ( "ACCOUNTGROUP" == c.tagName() && c.hasAttribute ( "group" ) )
{
- i = kAccountTypeText.findIndex ( c.attribute ( "group" ) );
+ i = kAccountTypeText.tqfindIndex ( c.attribute ( "group" ) );
if ( i != -1 )
addAccountGroup ( static_cast<MyMoneyAccount::accountTypeE> ( i ) );
}
@@ -765,23 +765,23 @@ bool MyMoneyReport::read ( const QDomElement& e )
return result;
}
-void MyMoneyReport::writeXML ( QDomDocument& document, QDomElement& parent ) const
+void MyMoneyReport::writeXML ( TQDomDocument& document, TQDomElement& tqparent ) const
{
- QDomElement el = document.createElement ( "REPORT" );
+ TQDomElement el = document.createElement ( "REPORT" );
write ( el, &document, false );
- parent.appendChild ( el );
+ tqparent.appendChild ( el );
}
-bool MyMoneyReport::hasReferenceTo ( const QString& id ) const
+bool MyMoneyReport::hasReferenceTo ( const TQString& id ) const
{
- QStringList list;
+ TQStringList list;
// collect all ids
accounts ( list );
categories ( list );
payees ( list );
- return ( list.contains ( id ) > 0 );
+ return ( list.tqcontains ( id ) > 0 );
}
// vim:cin:si:ai:et:ts=2:sw=2: