diff options
Diffstat (limited to 'khexedit/hexdrag.h')
-rw-r--r-- | khexedit/hexdrag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexdrag.h b/khexedit/hexdrag.h index aef2e01..7d4fd26 100644 --- a/khexedit/hexdrag.h +++ b/khexedit/hexdrag.h @@ -37,7 +37,7 @@ class CHexDrag : public TQDragObject void setData( const TQByteArray &data ); const char* format ( int i ) const; - TQByteArray tqencodedData( const char *fmt ) const; + TQByteArray encodedData( const char *fmt ) const; static bool canDecode( const TQMimeSource *e ); |