summaryrefslogtreecommitdiffstats
path: root/src/bnpview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:49:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:49:34 +0900
commit5665df9602807d84c8de673a2b4101f2e3a9fd89 (patch)
treefedb01e31dc81d28355b82a5f1182f55b05bcbf3 /src/bnpview.cpp
parent809cae7dcd9211781f6671f121c552dc3d5061b3 (diff)
downloadbasket-5665df9602807d84c8de673a2b4101f2e3a9fd89.tar.gz
basket-5665df9602807d84c8de673a2b4101f2e3a9fd89.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/bnpview.cpp')
-rw-r--r--src/bnpview.cpp2
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);