diff options
Diffstat (limited to 'khexedit/hexbuffer.h')
-rw-r--r-- | khexedit/hexbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexbuffer.h b/khexedit/hexbuffer.h index 2955af0..862935b 100644 --- a/khexedit/hexbuffer.h +++ b/khexedit/hexbuffer.h @@ -1082,7 +1082,7 @@ class CHexBuffer : public TQByteArray void setNonPrintChar( TQChar nonPrintChar ); void setShowCursor( bool showCursor ); void setDisableCursor( bool disableCursor ); - void settqCursorShapeModifier( bool alwaysBlock, bool thickInsert ); + void setCursorShapeModifier( bool alwaysBlock, bool thickInsert ); void setEditMode( EEditMode editMode ); void setEditMode( EEditMode editMode, bool alwaysBlock, bool thickInsert ); void setMaximumSize( uint size ); |