From 8c5a639e214aa9c24ee2cbaec83f428ed46ffa64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:52 -0600 Subject: Remove spurious TQ_OBJECT instances --- .../wizards/newaccountwizard/knewaccountwizard_p.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h') diff --git a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h index 9838cff..2e0a711 100644 --- a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h +++ b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h @@ -62,7 +62,7 @@ namespace NewAccountWizard { class InstitutionPage : public KInstitutionPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: InstitutionPage(Wizard* parent, const char* name = 0); ~InstitutionPage(); @@ -92,7 +92,7 @@ private: class AccountTypePage : public KAccountTypePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: AccountTypePage(Wizard* parent, const char* name = 0); virtual bool isComplete(void) const; @@ -126,7 +126,7 @@ private: class BrokeragePage : public KBrokeragePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: BrokeragePage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -141,7 +141,7 @@ private slots: class CreditCardSchedulePage : public KSchedulePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: CreditCardSchedulePage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -157,7 +157,7 @@ private slots: class GeneralLoanInfoPage : public KGeneralLoanInfoPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: GeneralLoanInfoPage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -182,7 +182,7 @@ private: class LoanDetailsPage : public KLoanDetailsPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanDetailsPage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -216,7 +216,7 @@ private slots: class LoanPaymentPage : public KLoanPaymentPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanPaymentPage(Wizard* parent, const char* name = 0); ~LoanPaymentPage(); @@ -258,7 +258,7 @@ private: class LoanSchedulePage : public KLoanSchedulePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanSchedulePage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -281,7 +281,7 @@ private slots: class LoanPayoutPage : public KLoanPayoutPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanPayoutPage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -302,7 +302,7 @@ private slots: class HierarchyPage : public KHierarchyPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: HierarchyPage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -326,7 +326,7 @@ private: class AccountSummaryPage : public KAccountSummaryPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: AccountSummaryPage(Wizard* parent, const char* name = 0); void enterPage(void); -- cgit v1.2.1