summaryrefslogtreecommitdiffstats
path: root/khexedit/hexviewwidget.cpp
diff options
context:
space:
mode:
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();