summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqpushbutton.h')
-rw-r--r--tqtinterface/qt4/src/widgets/tqpushbutton.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqpushbutton.h b/tqtinterface/qt4/src/widgets/tqpushbutton.h
index 92a375d..3af2d76 100644
--- a/tqtinterface/qt4/src/widgets/tqpushbutton.h
+++ b/tqtinterface/qt4/src/widgets/tqpushbutton.h
@@ -65,10 +65,10 @@ class TQ_EXPORT TQPushButton : public TQButton
TQ_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true )
public:
- TQPushButton( TQWidget *tqparent, const char* name=0 );
- TQPushButton( const TQString &text, TQWidget *tqparent, const char* name=0 );
+ TQPushButton( TQWidget *parent, const char* name=0 );
+ TQPushButton( const TQString &text, TQWidget *parent, const char* name=0 );
#ifndef TQT_NO_ICONSET
- TQPushButton( const TQIconSet& icon, const TQString &text, TQWidget *tqparent, const char* name=0 );
+ TQPushButton( const TQIconSet& icon, const TQString &text, TQWidget *parent, const char* name=0 );
#endif
~TQPushButton();