diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqhgroupbox.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqhgroupbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqhgroupbox.h b/tqtinterface/qt4/src/widgets/tqhgroupbox.h index 4b52836..bff396c 100644 --- a/tqtinterface/qt4/src/widgets/tqhgroupbox.h +++ b/tqtinterface/qt4/src/widgets/tqhgroupbox.h @@ -52,8 +52,8 @@ class TQ_EXPORT TQHGroupBox : public TQGroupBox Q_OBJECT TQ_OBJECT public: - TQHGroupBox( TQWidget* tqparent=0, const char* name=0 ); - TQHGroupBox( const TQString &title, TQWidget* tqparent=0, const char* name=0 ); + TQHGroupBox( TQWidget* parent=0, const char* name=0 ); + TQHGroupBox( const TQString &title, TQWidget* parent=0, const char* name=0 ); ~TQHGroupBox(); private: // Disabled copy constructor and operator= |