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 7173444..699d1e8 100644 --- a/kregexpeditor/drag.h +++ b/kregexpeditor/drag.h @@ -37,7 +37,7 @@ public: virtual TQByteArray tqencodedData ( const char * ) const; static bool canDecode(TQDragMoveEvent* event); static RegExpWidget* decode(TQDropEvent* event, RegExpEditorWindow* window, - TQWidget* tqparent); + TQWidget* parent); private: RegExp* _regexp; }; |