summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde
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/gui/kde
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/gui/kde')
-rw-r--r--arts/gui/kde/kpoti.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kpoti.cpp b/arts/gui/kde/kpoti.cpp
index 538eb4ac..aefa80c1 100644
--- a/arts/gui/kde/kpoti.cpp
+++ b/arts/gui/kde/kpoti.cpp
@@ -223,7 +223,7 @@ void KPoti::init(int value)
m_bLabel = true;
tickInt = 0;
- setFocusPolicy( TQ_TabFocus );
+ setFocusPolicy( TQWidget::TabFocus );
initTicks();
}