From 6335dc55802871b5a43492f217b6edbb420204c4 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khexedit/hexeditorwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khexedit/hexeditorwidget.h') 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 ); -- cgit v1.2.1