summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqbuttongroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqbuttongroup.h')
-rw-r--r--tqtinterface/qt4/src/widgets/tqbuttongroup.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqbuttongroup.h b/tqtinterface/qt4/src/widgets/tqbuttongroup.h
index cdef0a8..052f1ac 100644
--- a/tqtinterface/qt4/src/widgets/tqbuttongroup.h
+++ b/tqtinterface/qt4/src/widgets/tqbuttongroup.h
@@ -61,13 +61,13 @@ class TQ_EXPORT TQButtonGroup : public TQGroupBox
Q_PROPERTY( int selectedId READ selectedId WRITE setButton )
public:
- TQButtonGroup( TQWidget* tqparent=0, const char* name=0 );
+ TQButtonGroup( TQWidget* parent=0, const char* name=0 );
TQButtonGroup( const TQString &title,
- TQWidget* tqparent=0, const char* name=0 );
+ TQWidget* parent=0, const char* name=0 );
TQButtonGroup( int columns, Qt::Orientation o,
- TQWidget* tqparent=0, const char* name=0 );
+ TQWidget* parent=0, const char* name=0 );
TQButtonGroup( int columns, Qt::Orientation o, const TQString &title,
- TQWidget* tqparent=0, const char* name=0 );
+ TQWidget* parent=0, const char* name=0 );
~TQButtonGroup();
bool isExclusive() const;