summaryrefslogtreecommitdiffstats
path: root/khexedit/hexviewwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-04 10:30:58 +0900
commit07a7866b32ceee70e88008b14e739b83185637ac (patch)
treea98aa91f45d6ba163ddec7960c97d1e4a00d62ea /khexedit/hexviewwidget.cpp
parent9aaf7457f36e13abc00c774db475bd5fdab9152e (diff)
downloadtdeutils-07a7866b32ceee70e88008b14e739b83185637ac.tar.gz
tdeutils-07a7866b32ceee70e88008b14e739b83185637ac.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8)
Diffstat (limited to 'khexedit/hexviewwidget.cpp')
-rw-r--r--khexedit/hexviewwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexviewwidget.cpp b/khexedit/hexviewwidget.cpp
index 6c15ae3..28335af 100644
--- a/khexedit/hexviewwidget.cpp
+++ b/khexedit/hexviewwidget.cpp
@@ -217,7 +217,7 @@ CHexViewWidget::CHexViewWidget( TQWidget *parent, const char *name,
setFrameStyle( TQFrame::WinPanel|TQFrame::Sunken );
setWFlags( WResizeNoErase );
- setFocusPolicy( TQ_StrongFocus );
+ setFocusPolicy( TQWidget::StrongFocus );
mHexBuffer = hexBuffer;
mHexBuffer->cursorReset();