summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/altnwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/altnwidget.h')
-rw-r--r--kregexpeditor/altnwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/altnwidget.h b/kregexpeditor/altnwidget.h
index 519eba5..8404712 100644
--- a/kregexpeditor/altnwidget.h
+++ b/kregexpeditor/altnwidget.h
@@ -34,7 +34,7 @@ public:
AltnWidget( AltnRegExp* regexp, RegExpEditorWindow* editorWindow,
TQWidget* parent, const char* name = 0);
virtual void addNewChild(DragAccepter *accepter, RegExpWidget *child);
- virtual TQSize tqsizeHint() const;
+ virtual TQSize sizeHint() const;
virtual RegExp* regExp() const;
virtual void applyRegExpToSelection( RegExpType type );
virtual RegExpType type() const { return ALTN; }