diff options
Diffstat (limited to 'kmymoney2/converter/mymoneytemplate.h')
-rw-r--r-- | kmymoney2/converter/mymoneytemplate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/converter/mymoneytemplate.h b/kmymoney2/converter/mymoneytemplate.h index 352fd4e..ed96150 100644 --- a/kmymoney2/converter/mymoneytemplate.h +++ b/kmymoney2/converter/mymoneytemplate.h @@ -66,11 +66,11 @@ public: protected: bool loadDescription(void); - bool createAccounts(MyMoneyAccount& tqparent, TQDomNode account); + bool createAccounts(MyMoneyAccount& parent, TQDomNode account); bool setFlags(MyMoneyAccount& acc, TQDomNode flags); bool saveToLocalFile(TQFile* qfile); - bool addAccountStructure(TQDomElement& tqparent, const MyMoneyAccount& acc); - bool hierarchy(TQMap<TQString, TQListViewItem*>& list, const TQString& tqparent, TQDomNode account); + bool addAccountStructure(TQDomElement& parent, const MyMoneyAccount& acc); + bool hierarchy(TQMap<TQString, TQListViewItem*>& list, const TQString& parent, TQDomNode account); /** * This method is used to update the progress information. It |