diff options
Diffstat (limited to 'karbon/widgets/vstatebutton.h')
-rw-r--r-- | karbon/widgets/vstatebutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/widgets/vstatebutton.h b/karbon/widgets/vstatebutton.h index 08e4a1a2..a681dcc0 100644 --- a/karbon/widgets/vstatebutton.h +++ b/karbon/widgets/vstatebutton.h @@ -27,7 +27,7 @@ class VStateButton : public TQPushButton { public: - VStateButton( TQWidget* tqparent = 0L, const char* name = 0L ); + VStateButton( TQWidget* parent = 0L, const char* name = 0L ); ~VStateButton(); void addState( TQPixmap *state ) { m_pixmaps.append( state ); } |