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