From a3f1234ece748a30d118e4b6f8333c19505bd516 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:23:49 -0600 Subject: Rename obsolete tq methods to standard names (cherry picked from commit 89856e749bf14e63fed55a8f3436ea9a6f19667a) --- khexedit/hexbuffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khexedit/hexbuffer.h') diff --git a/khexedit/hexbuffer.h b/khexedit/hexbuffer.h index 862935b..b06a40b 100644 --- a/khexedit/hexbuffer.h +++ b/khexedit/hexbuffer.h @@ -1072,7 +1072,7 @@ class CHexBuffer : public TQByteArray CHexBuffer( void ); ~CHexBuffer( void ); - int setLayout( SDisplayLayout &tqlayout ); + int setLayout( SDisplayLayout &layout ); void setColor( SDisplayColor &color ); void setInputMode( SDisplayInputMode &mode ); bool toggleEditor( void ); @@ -1156,7 +1156,7 @@ class CHexBuffer : public TQByteArray inline SCursorState &cursorState( void ); inline void valueOnCursor( TQByteArray &buf, uint size ); inline SFileState &fileState( void ); - inline const SDisplayLayout &tqlayout( void ); + inline const SDisplayLayout &layout( void ); inline const SDisplayInputMode &inputMode( void ); inline TQPtrList &bookmarkList( void ); @@ -1417,7 +1417,7 @@ inline void CHexBuffer::valueOnCursor( TQByteArray &buf, uint size ) } -inline const SDisplayLayout &CHexBuffer::tqlayout( void ) +inline const SDisplayLayout &CHexBuffer::layout( void ) { return( mLayout ); } -- cgit v1.2.3