diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqlineedit.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqlineedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqlineedit.h b/tqtinterface/qt4/src/widgets/tqlineedit.h index 0b7fd52..62232d9 100644 --- a/tqtinterface/qt4/src/widgets/tqlineedit.h +++ b/tqtinterface/qt4/src/widgets/tqlineedit.h @@ -82,9 +82,9 @@ class TQ_EXPORT TQLineEdit : public TQFrame Q_PROPERTY( bool acceptableInput READ hasAcceptableInput ) public: - TQLineEdit( TQWidget* tqparent, const char* name=0 ); - TQLineEdit( const TQString &, TQWidget* tqparent, const char* name=0 ); - TQLineEdit( const TQString &, const TQString &, TQWidget* tqparent, const char* name=0 ); + TQLineEdit( TQWidget* parent, const char* name=0 ); + TQLineEdit( const TQString &, TQWidget* parent, const char* name=0 ); + TQLineEdit( const TQString &, const TQString &, TQWidget* parent, const char* name=0 ); ~TQLineEdit(); TQString text() const; |