diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:30:58 +0900 |
commit | 07a7866b32ceee70e88008b14e739b83185637ac (patch) | |
tree | a98aa91f45d6ba163ddec7960c97d1e4a00d62ea /khexedit/lib/khexedit.cpp | |
parent | 9aaf7457f36e13abc00c774db475bd5fdab9152e (diff) | |
download | tdeutils-07a7866b.tar.gz tdeutils-07a7866b.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/lib/khexedit.cpp')
-rw-r--r-- | khexedit/lib/khexedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/khexedit.cpp b/khexedit/lib/khexedit.cpp index dd34e1e..eaedc9d 100644 --- a/khexedit/lib/khexedit.cpp +++ b/khexedit/lib/khexedit.cpp @@ -133,7 +133,7 @@ KHexEdit::KHexEdit( KDataBuffer *Buffer, TQWidget *Parent, const char *Name, WFl // get the full control viewport()->setFocusProxy( this ); - viewport()->setFocusPolicy( TQ_WheelFocus ); + viewport()->setFocusPolicy( TQWidget::WheelFocus ); viewport()->installEventFilter( this ); installEventFilter( this ); |