From 5665df9602807d84c8de673a2b4101f2e3a9fd89 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 --- src/basket_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/basket_part.cpp') diff --git a/src/basket_part.cpp b/src/basket_part.cpp index df5541c..2059ab0 100644 --- a/src/basket_part.cpp +++ b/src/basket_part.cpp @@ -51,7 +51,7 @@ BasketPart::BasketPart( TQWidget *parentWidget, const char *, m_view = new BNPView(parentWidget, "BNPViewPart", this, actionCollection(), bar); connect(m_view, TQT_SIGNAL(setWindowCaption(const TQString &)), this, TQT_SLOT(setCaption(const TQString &))); connect(m_view, TQT_SIGNAL(showPart()), this, TQT_SIGNAL(showPart())); - m_view->setFocusPolicy(TQ_ClickFocus); + m_view->setFocusPolicy(TQWidget::ClickFocus); // notify the part that this is our internal widget setWidget(m_view); -- cgit v1.2.3