diff options
Diffstat (limited to 'kmymoney2/wizards/wizardpages/userinfo.h')
-rw-r--r-- | kmymoney2/wizards/wizardpages/userinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kmymoney2/wizards/wizardpages/userinfo.h b/kmymoney2/wizards/wizardpages/userinfo.h index 9242868..9168bf9 100644 --- a/kmymoney2/wizards/wizardpages/userinfo.h +++ b/kmymoney2/wizards/wizardpages/userinfo.h @@ -33,8 +33,9 @@ class MyMoneyPayee; class UserInfo : public UserInfoDecl { Q_OBJECT + TQ_OBJECT public: - UserInfo(QWidget* parent = 0, const char* name = 0); + UserInfo(TQWidget* tqparent = 0, const char* name = 0); MyMoneyPayee user(void) const; private: |