summaryrefslogtreecommitdiffstats
path: root/kmag
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:52:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:52:09 +0900
commitfc155d8aea8d4f4c6b9df7ca65ff93c734403958 (patch)
treecd05f3ead10cf636524cdbaec8b818953e9286a8 /kmag
parent300f2b98d8a95745009f83f14f136cfd2d22fb39 (diff)
downloadtdeaccessibility-fc155d8aea8d4f4c6b9df7ca65ff93c734403958.tar.gz
tdeaccessibility-fc155d8aea8d4f4c6b9df7ca65ff93c734403958.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmag')
-rw-r--r--kmag/kmagzoomview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/kmagzoomview.cpp b/kmag/kmagzoomview.cpp
index 644e91a..4f863ac 100644
--- a/kmag/kmagzoomview.cpp
+++ b/kmag/kmagzoomview.cpp
@@ -136,7 +136,7 @@ KMagZoomView::KMagZoomView(TQWidget *parent, const char *name)
TDEApplication::setGlobalMouseTracking(TRUE);
viewport()->setMouseTracking(TRUE);
viewport()->setBackgroundMode (NoBackground);
- viewport()->setFocusPolicy(TQ_StrongFocus);
+ viewport()->setFocusPolicy(TQWidget::StrongFocus);
m_ctrlKeyPressed = false;
m_shiftKeyPressed = false;