summaryrefslogtreecommitdiffstats
path: root/kuser/pwddlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/pwddlg.h')
-rw-r--r--kuser/pwddlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kuser/pwddlg.h b/kuser/pwddlg.h
index 4f90392..2f1b924 100644
--- a/kuser/pwddlg.h
+++ b/kuser/pwddlg.h
@@ -27,9 +27,10 @@
class pwddlg : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- pwddlg( TQWidget* parent = NULL, const char* name = NULL );
+ pwddlg( TQWidget* tqparent = NULL, const char* name = NULL );
~pwddlg();
TQString getPassword() const;