summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqtoolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqtoolbox.h')
-rw-r--r--tqtinterface/qt4/src/widgets/tqtoolbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqtoolbox.h b/tqtinterface/qt4/src/widgets/tqtoolbox.h
index 0ca8c38..973f81c 100644
--- a/tqtinterface/qt4/src/widgets/tqtoolbox.h
+++ b/tqtinterface/qt4/src/widgets/tqtoolbox.h
@@ -60,7 +60,7 @@ class TQ_EXPORT TQToolBox : public TQFrame
Q_PROPERTY( int count READ count )
public:
- TQToolBox( TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0 );
+ TQToolBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
~TQToolBox();
int addItem( TQWidget *item, const TQString &label );
@@ -131,8 +131,8 @@ class TQToolBoxButton : public TQButton
Q_OBJECT
TQ_OBJECT
public:
- TQToolBoxButton( TQWidget *tqparent, const char *name )
- : TQButton( tqparent, name ), selected( FALSE )
+ TQToolBoxButton( TQWidget *parent, const char *name )
+ : TQButton( parent, name ), selected( FALSE )
{
setBackgroundMode(TQt::PaletteBackground);
tqsetSizePolicy(TQSizePolicy::Preferred, TQSizePolicy::Minimum);