diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 | 
| commit | d296f1d337dabfeae5191955fdadb874965dbbe9 (patch) | |
| tree | 1a4b3b4cca01f2ea77eee2497297219d60e9bbd4 /tqtinterface/qt4/src/widgets/tqtoolbutton.h | |
| parent | eaa7ee2e0bbca40ba3173c4304f81957e8964291 (diff) | |
| download | experimental-d296f1d337dabfeae5191955fdadb874965dbbe9.tar.gz experimental-d296f1d337dabfeae5191955fdadb874965dbbe9.zip | |
rename the following methods:
tqparent parent
tqmask mask
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqtoolbutton.h')
| -rw-r--r-- | tqtinterface/qt4/src/widgets/tqtoolbutton.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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; | 
