diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqvbox.cpp')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqvbox.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqvbox.cpp b/tqtinterface/qt4/src/widgets/tqvbox.cpp index fbfba79..11e273f 100644 --- a/tqtinterface/qt4/src/widgets/tqvbox.cpp +++ b/tqtinterface/qt4/src/widgets/tqvbox.cpp @@ -61,11 +61,11 @@ /*! - Constructs a vbox widget called \a name with tqparent \a tqparent and + Constructs a vbox widget called \a name with parent \a parent and widget flags \a f. */ -TQVBox::TQVBox( TQWidget *tqparent, const char *name, WFlags f ) - :TQHBox( FALSE, tqparent, name, f ) +TQVBox::TQVBox( TQWidget *parent, const char *name, WFlags f ) + :TQHBox( FALSE, parent, name, f ) { } #endif |