summaryrefslogtreecommitdiffstats
path: root/tdehtml/tdehtmlview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:53:29 +0900
committerMichele Calgaro <[email protected]>2023-09-04 10:33:54 +0900
commit7f3bcfe1003504498f27b8930e723e0f7562c40a (patch)
treedfa3e8b34b54c062ed919439fd7170a8e96e5d75 /tdehtml/tdehtmlview.cpp
parent08a957a2e9e2c3449007f2118da08af79505044f (diff)
downloadtdelibs-7f3bcfe1003504498f27b8930e723e0f7562c40a.tar.gz
tdelibs-7f3bcfe1003504498f27b8930e723e0f7562c40a.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1e5d5c92c374c8c950f01fa5aa916b3f722f98c1)
Diffstat (limited to 'tdehtml/tdehtmlview.cpp')
-rw-r--r--tdehtml/tdehtmlview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/tdehtmlview.cpp b/tdehtml/tdehtmlview.cpp
index f68df55c9..28a81a91f 100644
--- a/tdehtml/tdehtmlview.cpp
+++ b/tdehtml/tdehtmlview.cpp
@@ -546,7 +546,7 @@ void TDEHTMLView::init()
d->vertPaintBuffer = new TQPixmap(10, PAINT_BUFFER_HEIGHT);
if(!d->tp) d->tp = new TQPainter();
- setFocusPolicy(TQ_StrongFocus);
+ setFocusPolicy(TQWidget::StrongFocus);
viewport()->setFocusProxy(this);
_marginWidth = -1; // undefined