summaryrefslogtreecommitdiffstats
path: root/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h')
-rw-r--r--kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h
index 930562a..f7b58dc 100644
--- a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h
+++ b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h
@@ -61,7 +61,7 @@ namespace NewAccountWizard {
class InstitutionPage : public KInstitutionPageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
InstitutionPage(Wizard* parent, const char* name = 0);
@@ -91,7 +91,7 @@ private:
class AccountTypePage : public KAccountTypePageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
AccountTypePage(Wizard* parent, const char* name = 0);
@@ -125,7 +125,7 @@ private:
class BrokeragePage : public KBrokeragePageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
BrokeragePage(Wizard* parent, const char* name = 0);
@@ -140,7 +140,7 @@ private slots:
class CreditCardSchedulePage : public KSchedulePageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
CreditCardSchedulePage(Wizard* parent, const char* name = 0);
@@ -156,7 +156,7 @@ private slots:
class GeneralLoanInfoPage : public KGeneralLoanInfoPageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
GeneralLoanInfoPage(Wizard* parent, const char* name = 0);
@@ -181,7 +181,7 @@ private:
class LoanDetailsPage : public KLoanDetailsPageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
LoanDetailsPage(Wizard* parent, const char* name = 0);
@@ -215,7 +215,7 @@ private slots:
class LoanPaymentPage : public KLoanPaymentPageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
LoanPaymentPage(Wizard* parent, const char* name = 0);
@@ -257,7 +257,7 @@ private:
class LoanSchedulePage : public KLoanSchedulePageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
LoanSchedulePage(Wizard* parent, const char* name = 0);
@@ -280,7 +280,7 @@ private slots:
class LoanPayoutPage : public KLoanPayoutPageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
LoanPayoutPage(Wizard* parent, const char* name = 0);
@@ -301,7 +301,7 @@ private slots:
class HierarchyPage : public KHierarchyPageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
HierarchyPage(Wizard* parent, const char* name = 0);
@@ -325,7 +325,7 @@ private:
class AccountSummaryPage : public KAccountSummaryPageDecl, public WizardPage<Wizard>
{
- Q_OBJECT
+ TQ_OBJECT
public:
AccountSummaryPage(Wizard* parent, const char* name = 0);