summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:50:59 +0900
committerMichele Calgaro <[email protected]>2023-09-04 09:50:47 +0900
commit612b41af2bb0590663f6488c00ebb3636f73ed8b (patch)
treeb317b50b210a33eb6013ce50cb004f9d52ed017a /kbfxlib/common
parentfce56fa71d1fcad9648d2c9376cd5709a508060a (diff)
downloadkbfx-612b41af2bb0590663f6488c00ebb3636f73ed8b.tar.gz
kbfx-612b41af2bb0590663f6488c00ebb3636f73ed8b.zip
Replace TQ_*Focus* and TQ_Scale* definesr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9119aa80e2361c34c3e03919f97262a068c4d5d8)
Diffstat (limited to 'kbfxlib/common')
-rw-r--r--kbfxlib/common/kbfxpushbutton.cpp2
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()