diff options
Diffstat (limited to 'kbfxlib/common')
-rw-r--r-- | kbfxlib/common/kbfxpushbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/common/kbfxpushbutton.cpp b/kbfxlib/common/kbfxpushbutton.cpp index 29033da..35acf17 100644 --- a/kbfxlib/common/kbfxpushbutton.cpp +++ b/kbfxlib/common/kbfxpushbutton.cpp @@ -26,7 +26,7 @@ KbfxPushButton::KbfxPushButton ( TQWidget *parent, const char *name ) { setText ( "P R E V I E W" ); setToggleButton ( TRUE ); - setFocusPolicy ( TQ_NoFocus ); + setFocusPolicy ( TQWidget::NoFocus ); } KbfxPushButton::~KbfxPushButton() |