summaryrefslogtreecommitdiffstats
path: root/knotes/knotebutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/knotebutton.cpp')
-rw-r--r--knotes/knotebutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knotes/knotebutton.cpp b/knotes/knotebutton.cpp
index 230ba4d44..d9a6205e9 100644
--- a/knotes/knotebutton.cpp
+++ b/knotes/knotebutton.cpp
@@ -30,8 +30,8 @@
#include "knotebutton.h"
-KNoteButton::KNoteButton( const TQString& icon, TQWidget *parent, const char *name )
- : TQPushButton( parent, name )
+KNoteButton::KNoteButton( const TQString& icon, TQWidget *tqparent, const char *name )
+ : TQPushButton( tqparent, name )
{
setFocusPolicy( NoFocus );
tqsetSizePolicy( TQSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed ) );