diff options
Diffstat (limited to 'kuser/pwddlg.h')
-rw-r--r-- | kuser/pwddlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuser/pwddlg.h b/kuser/pwddlg.h index 2f1b924..6944252 100644 --- a/kuser/pwddlg.h +++ b/kuser/pwddlg.h @@ -30,7 +30,7 @@ class pwddlg : public KDialogBase { TQ_OBJECT public: - pwddlg( TQWidget* tqparent = NULL, const char* name = NULL ); + pwddlg( TQWidget* parent = NULL, const char* name = NULL ); ~pwddlg(); TQString getPassword() const; |