diff options
Diffstat (limited to 'khexedit/hexeditorwidget.h')
-rw-r--r-- | khexedit/hexeditorwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/hexeditorwidget.h b/khexedit/hexeditorwidget.h index 7cd8cfa..92491e5 100644 --- a/khexedit/hexeditorwidget.h +++ b/khexedit/hexeditorwidget.h @@ -150,12 +150,12 @@ class CHexEditorWidget : public TQWidget void gotoNextBookmark( void ); void gotoPrevBookmark( void ); void gotoOffset( void ); - void tqfind( void ); + void find( void ); void findAgain( void ); void findNext( void ); void findPrevious( void ); void findData( SSearchControl &sc, uint mode, bool navigator ); - void tqreplace( void ); + void replace( void ); void insertPattern( void ); void encoding( void ); void strings( void ); |