summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqtoolbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqtoolbutton.h')
-rw-r--r--tqtinterface/qt4/src/widgets/tqtoolbutton.h6
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;