summaryrefslogtreecommitdiffstats
path: root/arts/builder/mwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:53:40 +0900
committerMichele Calgaro <[email protected]>2023-09-02 15:53:40 +0900
commitb8cb47c3d328d373abefcff6ac2bd7b75020f8be (patch)
treeb664337a9597898a6c525a3e23b08041c6db927a /arts/builder/mwidget.cpp
parentbb002a39883ab44b11ef0d83536eccf36e9b1c71 (diff)
downloadtdemultimedia-b8cb47c3d328d373abefcff6ac2bd7b75020f8be.tar.gz
tdemultimedia-b8cb47c3d328d373abefcff6ac2bd7b75020f8be.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'arts/builder/mwidget.cpp')
-rw-r--r--arts/builder/mwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/mwidget.cpp b/arts/builder/mwidget.cpp
index 38a362e7..4b96a2ca 100644
--- a/arts/builder/mwidget.cpp
+++ b/arts/builder/mwidget.cpp
@@ -627,7 +627,7 @@ ModuleWidget::ModuleWidget(Structure *structure, TQWidget *parent, const char *n
setTableFlags(Tbl_autoScrollBars);
setZoom(100);
- setFocusPolicy( TQ_NoFocus );
+ setFocusPolicy( TQWidget::NoFocus );
arts_debug("PORT: mw; bgmode");
setBackgroundMode(NoBackground);