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