summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/dragaccepter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/dragaccepter.h')
-rw-r--r--kregexpeditor/dragaccepter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/dragaccepter.h b/kregexpeditor/dragaccepter.h
index c9c6fd8..cead17f 100644
--- a/kregexpeditor/dragaccepter.h
+++ b/kregexpeditor/dragaccepter.h
@@ -30,9 +30,9 @@ class DragAccepter :public RegExpWidget
friend class MultiContainerWidget;
public:
- DragAccepter(RegExpEditorWindow* editorWindow, RegExpWidget *parent,
+ DragAccepter(RegExpEditorWindow* editorWindow, RegExpWidget *tqparent,
const char *name = 0);
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
virtual RegExp* regExp() const;
virtual RegExpType type() const { return DRAGACCEPTER; }
void setDrawLine( bool drawLine ) { _drawLine = drawLine; }