diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqgroupbox.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqgroupbox.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqgroupbox.h b/tqtinterface/qt4/src/widgets/tqgroupbox.h index d73403e..ce77add 100644 --- a/tqtinterface/qt4/src/widgets/tqgroupbox.h +++ b/tqtinterface/qt4/src/widgets/tqgroupbox.h @@ -68,13 +68,13 @@ class TQ_EXPORT TQGroupBox : public TQFrame Q_PROPERTY( bool checked READ isChecked WRITE setChecked ) #endif public: - TQGroupBox( TQWidget* tqparent=0, const char* name=0 ); + TQGroupBox( TQWidget* parent=0, const char* name=0 ); TQGroupBox( const TQString &title, - TQWidget* tqparent=0, const char* name=0 ); + TQWidget* parent=0, const char* name=0 ); TQGroupBox( int strips, Qt::Orientation o, - TQWidget* tqparent=0, const char* name=0 ); + TQWidget* parent=0, const char* name=0 ); TQGroupBox( int strips, Qt::Orientation o, const TQString &title, - TQWidget* tqparent=0, const char* name=0 ); + TQWidget* parent=0, const char* name=0 ); ~TQGroupBox(); virtual void setColumnLayout(int strips, Qt::Orientation o); |