diff options
Diffstat (limited to 'kregexpeditor/drag.h')
-rw-r--r-- | kregexpeditor/drag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/drag.h b/kregexpeditor/drag.h index e32b02e..699d1e8 100644 --- a/kregexpeditor/drag.h +++ b/kregexpeditor/drag.h @@ -34,7 +34,7 @@ public: RegExpWidgetDrag( RegExp* regexp , TQWidget* dragSource); ~RegExpWidgetDrag(); virtual const char * format ( int i = 0 ) const; - virtual TQByteArray encodedData ( const char * ) const; + virtual TQByteArray tqencodedData ( const char * ) const; static bool canDecode(TQDragMoveEvent* event); static RegExpWidget* decode(TQDropEvent* event, RegExpEditorWindow* window, TQWidget* parent); |