summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqhgroupbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqhgroupbox.h')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqhgroupbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqhgroupbox.h b/experimental/tqtinterface/qt4/src/widgets/tqhgroupbox.h
index 4b52836d7..bff396c1d 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqhgroupbox.h
+++ b/experimental/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=