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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/khexedit/lib/kbufferdrag.h b/khexedit/lib/kbufferdrag.h
index d04bca6..effd9a2 100644
--- a/khexedit/lib/kbufferdrag.h
+++ b/khexedit/lib/kbufferdrag.h
@@ -37,9 +37,10 @@ typedef KColTextExport* KColTextExportPtr;
/**
*@author Friedrich W. H. Kossebau
*/
-class KBufferDrag : public QDragObject
+class KBufferDrag : public TQDragObject
{
Q_OBJECT
+ TQ_OBJECT
public:
// TODO: make this call somewhat more generic
@@ -51,7 +52,7 @@ class KBufferDrag : public QDragObject
public: // TQDragObject API
virtual const char *format( int i ) const;
- virtual TQByteArray encodedData( const char* ) const;
+ virtual TQByteArray tqencodedData( const char* ) const;
public:
virtual void setData( const TQByteArray &);