diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqvbox.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqvbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqvbox.h b/tqtinterface/qt4/src/widgets/tqvbox.h index cccad24..8d0ab7d 100644 --- a/tqtinterface/qt4/src/widgets/tqvbox.h +++ b/tqtinterface/qt4/src/widgets/tqvbox.h @@ -52,7 +52,7 @@ class TQ_EXPORT TQVBox : public TQHBox Q_OBJECT TQ_OBJECT public: - TQVBox( TQWidget* tqparent=0, const char* name=0, WFlags f=0 ); + TQVBox( TQWidget* parent=0, const char* name=0, WFlags f=0 ); private: // Disabled copy constructor and operator= #if defined(TQ_DISABLE_COPY) |