diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:49:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-03 22:54:03 +0900 |
commit | 123ea9fbbf9d2cdbfd7169cd3d08bfb99ddc25cf (patch) | |
tree | f2ff2e43b85f547f0693e2c11cc6dd7e72082de3 /src/bnpview.cpp | |
parent | 2fa133cf6bc4c884678bd4d829163164af8ac5b9 (diff) | |
download | basket-123ea9fbbf9d2cdbfd7169cd3d08bfb99ddc25cf.tar.gz basket-123ea9fbbf9d2cdbfd7169cd3d08bfb99ddc25cf.zip |
Replace TQ_*Focus* and TQ_Scale* definesr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 5665df9602807d84c8de673a2b4101f2e3a9fd89)
Diffstat (limited to 'src/bnpview.cpp')
-rw-r--r-- | src/bnpview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bnpview.cpp b/src/bnpview.cpp index 15b8388..af71d4b 100644 --- a/src/bnpview.cpp +++ b/src/bnpview.cpp @@ -348,7 +348,7 @@ void BNPView::initialize() m_tree->setTreeStepSize(16); m_tree->setLineWidth(1); m_tree->setMidLineWidth(0); - m_tree->setFocusPolicy(TQ_NoFocus); + m_tree->setFocusPolicy(TQWidget::NoFocus); /// Configure the List View Drag and Drop: m_tree->setDragEnabled(true); |