diff options
Diffstat (limited to 'knotes/knotebutton.cpp')
-rw-r--r-- | knotes/knotebutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knotes/knotebutton.cpp b/knotes/knotebutton.cpp index b1f28f2f2..5dc5009e0 100644 --- a/knotes/knotebutton.cpp +++ b/knotes/knotebutton.cpp @@ -30,8 +30,8 @@ #include "knotebutton.h" -KNoteButton::KNoteButton( const TQString& icon, TQWidget *tqparent, const char *name ) - : TQPushButton( tqparent, name ) +KNoteButton::KNoteButton( const TQString& icon, TQWidget *parent, const char *name ) + : TQPushButton( parent, name ) { setFocusPolicy( TQ_NoFocus ); tqsetSizePolicy( TQSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed ) ); |