diff options
Diffstat (limited to 'kppp/pwentry.h')
-rw-r--r-- | kppp/pwentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/pwentry.h b/kppp/pwentry.h index 258c079e..aa7779cd 100644 --- a/kppp/pwentry.h +++ b/kppp/pwentry.h @@ -39,7 +39,7 @@ class PWEntry : public TQWidget { public: - PWEntry( TQWidget *tqparent=0, const char *name=0 ); + PWEntry( TQWidget *parent=0, const char *name=0 ); bool Consumed(); void setConsumed(); TQString text(); |