summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common/kbfxpushbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbfxlib/common/kbfxpushbutton.cpp')
-rw-r--r--kbfxlib/common/kbfxpushbutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/common/kbfxpushbutton.cpp b/kbfxlib/common/kbfxpushbutton.cpp
index bc62903..098ea11 100644
--- a/kbfxlib/common/kbfxpushbutton.cpp
+++ b/kbfxlib/common/kbfxpushbutton.cpp
@@ -21,8 +21,8 @@
#include "kbfxpushbutton.h"
-KbfxPushButton::KbfxPushButton ( TQWidget *tqparent, const char *name )
- : KPushButton ( tqparent, name )
+KbfxPushButton::KbfxPushButton ( TQWidget *parent, const char *name )
+ : KPushButton ( parent, name )
{
setText ( "P R E V I E W" );
setToggleButton ( TRUE );