diff options
Diffstat (limited to 'kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h')
-rw-r--r-- | kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h index 2d2e612..9838cff 100644 --- a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h +++ b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h @@ -64,7 +64,7 @@ class InstitutionPage : public KInstitutionPageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - InstitutionPage(Wizard* tqparent, const char* name = 0); + InstitutionPage(Wizard* parent, const char* name = 0); ~InstitutionPage(); KMyMoneyWizardPage* nextPage(void) const; @@ -94,7 +94,7 @@ class AccountTypePage : public KAccountTypePageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - AccountTypePage(Wizard* tqparent, const char* name = 0); + AccountTypePage(Wizard* parent, const char* name = 0); virtual bool isComplete(void) const; KMyMoneyWizardPage* nextPage(void) const; @@ -128,7 +128,7 @@ class BrokeragePage : public KBrokeragePageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - BrokeragePage(Wizard* tqparent, const char* name = 0); + BrokeragePage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; void enterPage(void); @@ -143,7 +143,7 @@ class CreditCardSchedulePage : public KSchedulePageDecl, public WizardPage<Wizar Q_OBJECT TQ_OBJECT public: - CreditCardSchedulePage(Wizard* tqparent, const char* name = 0); + CreditCardSchedulePage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; virtual bool isComplete(void) const; void enterPage(void); @@ -159,7 +159,7 @@ class GeneralLoanInfoPage : public KGeneralLoanInfoPageDecl, public WizardPage<W Q_OBJECT TQ_OBJECT public: - GeneralLoanInfoPage(Wizard* tqparent, const char* name = 0); + GeneralLoanInfoPage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; virtual bool isComplete(void) const; void enterPage(void); @@ -184,7 +184,7 @@ class LoanDetailsPage : public KLoanDetailsPageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - LoanDetailsPage(Wizard* tqparent, const char* name = 0); + LoanDetailsPage(Wizard* parent, const char* name = 0); void enterPage(void); KMyMoneyWizardPage* nextPage(void) const; virtual bool isComplete(void) const; @@ -218,7 +218,7 @@ class LoanPaymentPage : public KLoanPaymentPageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - LoanPaymentPage(Wizard* tqparent, const char* name = 0); + LoanPaymentPage(Wizard* parent, const char* name = 0); ~LoanPaymentPage(); KMyMoneyWizardPage* nextPage(void) const; @@ -260,7 +260,7 @@ class LoanSchedulePage : public KLoanSchedulePageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - LoanSchedulePage(Wizard* tqparent, const char* name = 0); + LoanSchedulePage(Wizard* parent, const char* name = 0); void enterPage(void); KMyMoneyWizardPage* nextPage(void) const; @@ -283,7 +283,7 @@ class LoanPayoutPage : public KLoanPayoutPageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - LoanPayoutPage(Wizard* tqparent, const char* name = 0); + LoanPayoutPage(Wizard* parent, const char* name = 0); void enterPage(void); virtual bool isComplete(void) const; @@ -304,7 +304,7 @@ class HierarchyPage : public KHierarchyPageDecl, public WizardPage<Wizard> Q_OBJECT TQ_OBJECT public: - HierarchyPage(Wizard* tqparent, const char* name = 0); + HierarchyPage(Wizard* parent, const char* name = 0); void enterPage(void); KMyMoneyWizardPage* nextPage(void) const; TQWidget* initialFocusWidget(void) const { return m_qlistviewParentAccounts; } @@ -312,11 +312,11 @@ public: private: KMyMoneyAccountTreeItem* buildAccountTree - ( KMyMoneyAccountTreeBase* tqparent + ( KMyMoneyAccountTreeBase* parent , const MyMoneyAccount& account , bool open = false ) const; KMyMoneyAccountTreeItem* buildAccountTree - ( KMyMoneyAccountTreeItem* tqparent + ( KMyMoneyAccountTreeItem* parent , const MyMoneyAccount& account , bool open = false ) const; MyMoneyAccount m_topAccount; // Last populated top account @@ -328,7 +328,7 @@ class AccountSummaryPage : public KAccountSummaryPageDecl, public WizardPage<Wiz Q_OBJECT TQ_OBJECT public: - AccountSummaryPage(Wizard* tqparent, const char* name = 0); + AccountSummaryPage(Wizard* parent, const char* name = 0); void enterPage(void); TQWidget* initialFocusWidget(void) const { return m_dataList; } }; |