summaryrefslogtreecommitdiffstats
path: root/src/password.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/password.h')
-rw-r--r--src/password.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/password.h b/src/password.h
index 01453bf..595f778 100644
--- a/src/password.h
+++ b/src/password.h
@@ -41,7 +41,7 @@ class Password : public PasswordLayout
Q_OBJECT
TQ_OBJECT
public:
- Password(TQWidget *tqparent, const char *name = 0);
+ Password(TQWidget *parent, const char *name = 0);
~Password();
};
@@ -50,7 +50,7 @@ class PasswordDlg : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- PasswordDlg(TQWidget *tqparent, const char *name = 0);
+ PasswordDlg(TQWidget *parent, const char *name = 0);
~PasswordDlg();
TQString key() const;