From 123ea9fbbf9d2cdbfd7169cd3d08bfb99ddc25cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:49:34 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro (cherry picked from commit 5665df9602807d84c8de673a2b4101f2e3a9fd89) --- src/bnpview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bnpview.cpp') 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); -- cgit v1.2.3