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/basketlistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/basketlistview.cpp') diff --git a/src/basketlistview.cpp b/src/basketlistview.cpp index 380b361..1cbe8c9 100644 --- a/src/basketlistview.cpp +++ b/src/basketlistview.cpp @@ -796,7 +796,7 @@ void BasketTreeListView::paintEmptyArea(TQPainter *painter, const TQRect &rect) } } -/** We should NEVER get focus (because of TQ_NoFocus focusPolicy()) +/** We should NEVER get focus (because of TQWidget::NoFocus focusPolicy()) * but TDEListView can programatically give us the focus. * So we give it to the basket. */ -- cgit v1.2.3