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/tqtoolbutton.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tqtinterface/qt4/src/widgets/tqtoolbutton.h') diff --git a/tqtinterface/qt4/src/widgets/tqtoolbutton.h b/tqtinterface/qt4/src/widgets/tqtoolbutton.h index 3cdb9c0..0d8c015 100644 --- a/tqtinterface/qt4/src/widgets/tqtoolbutton.h +++ b/tqtinterface/qt4/src/widgets/tqtoolbutton.h @@ -82,14 +82,14 @@ public: Right = BesideIcon, // obsolete Under = BelowIcon // obsolete }; - TQToolButton( TQWidget * tqparent, const char* name=0 ); + TQToolButton( TQWidget * parent, const char* name=0 ); #ifndef TQT_NO_TOOLBAR TQToolButton( const TQIconSet& s, const TQString &textLabel, const TQString& grouptext, TQT_BASE_OBJECT_NAME * receiver, const char* slot, - TQToolBar * tqparent, const char* name=0 ); + TQToolBar * parent, const char* name=0 ); #endif - TQToolButton( TQt::ArrowType type, TQWidget *tqparent, const char* name=0 ); + TQToolButton( TQt::ArrowType type, TQWidget *parent, const char* name=0 ); ~TQToolButton(); TQSize tqsizeHint() const; -- cgit v1.2.1