summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kbufferdrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/kbufferdrag.h')
-rw-r--r--khexedit/lib/kbufferdrag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/kbufferdrag.h b/khexedit/lib/kbufferdrag.h
index effd9a2..3af0ebd 100644
--- a/khexedit/lib/kbufferdrag.h
+++ b/khexedit/lib/kbufferdrag.h
@@ -52,7 +52,7 @@ class KBufferDrag : public TQDragObject
public: // TQDragObject API
virtual const char *format( int i ) const;
- virtual TQByteArray tqencodedData( const char* ) const;
+ virtual TQByteArray encodedData( const char* ) const;
public:
virtual void setData( const TQByteArray &);