diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqheader.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqheader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqheader.h b/tqtinterface/qt4/src/widgets/tqheader.h index 24fcd25..cfd5491 100644 --- a/tqtinterface/qt4/src/widgets/tqheader.h +++ b/tqtinterface/qt4/src/widgets/tqheader.h @@ -69,8 +69,8 @@ class TQ_EXPORT TQHeader : public TQWidget Q_PROPERTY( bool stretching READ isStretchEnabled WRITE setStretchEnabled ) public: - TQHeader( TQWidget* tqparent=0, const char* name=0 ); - TQHeader( int, TQWidget* tqparent=0, const char* name=0 ); + TQHeader( TQWidget* parent=0, const char* name=0 ); + TQHeader( int, TQWidget* parent=0, const char* name=0 ); ~TQHeader(); int addLabel( const TQString &, int size = -1 ); |