summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/dragaccepter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/dragaccepter.h')
-rw-r--r--kregexpeditor/dragaccepter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/dragaccepter.h b/kregexpeditor/dragaccepter.h
index c9c6fd8..a3737d9 100644
--- a/kregexpeditor/dragaccepter.h
+++ b/kregexpeditor/dragaccepter.h
@@ -32,7 +32,7 @@ class DragAccepter :public RegExpWidget
public:
DragAccepter(RegExpEditorWindow* editorWindow, RegExpWidget *parent,
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; }