summaryrefslogtreecommitdiffstats
path: root/khexedit/parts/kpart/khepart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/parts/kpart/khepart.cpp')
-rw-r--r--khexedit/parts/kpart/khepart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/parts/kpart/khepart.cpp b/khexedit/parts/kpart/khepart.cpp
index 3d17dd5..5ccafbf 100644
--- a/khexedit/parts/kpart/khepart.cpp
+++ b/khexedit/parts/kpart/khepart.cpp
@@ -141,7 +141,7 @@ void KHexEditPart::fitActionSettings()
ShowUnprintableAction->setChecked( HexEdit->showUnprintable() );
CodingAction->setCurrentItem( (int)HexEdit->coding() );
- EncodingAction->setCurrentItem( KCharCodec::codecNames().tqfindIndex(HexEdit->encodingName()) );
+ EncodingAction->setCurrentItem( KCharCodec::codecNames().findIndex(HexEdit->encodingName()) );
ResizeStyleAction->setCurrentItem( (int)HexEdit->resizeStyle() );