From d296f1d337dabfeae5191955fdadb874965dbbe9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 10 Aug 2011 12:13:27 -0500 Subject: rename the following methods: tqparent parent tqmask mask --- tqtinterface/qt4/src/widgets/tqgroupbox.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tqtinterface/qt4/src/widgets/tqgroupbox.h') 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); -- cgit v1.2.1