From 07a7866b32ceee70e88008b14e739b83185637ac Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:54:29 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro (cherry picked from commit 46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8) --- charselectapplet/charselectapplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charselectapplet') diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index 9730560..cd2e0f5 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -157,7 +157,7 @@ CharTable::CharTable(TQWidget* parent, const char* name) _cWidth(cell_width), _cHeight(cell_height) { setFrameStyle(TQFrame::StyledPanel | TQFrame::Sunken); - setFocusPolicy(TQ_NoFocus); + setFocusPolicy(TQWidget::NoFocus); setBackgroundMode(TQWidget::NoBackground); } -- cgit v1.2.1