diff options
Diffstat (limited to 'kregexpeditor/textwidget.h')
-rw-r--r-- | kregexpeditor/textwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/textwidget.h b/kregexpeditor/textwidget.h index 1520808..71ccf9b 100644 --- a/kregexpeditor/textwidget.h +++ b/kregexpeditor/textwidget.h @@ -33,10 +33,10 @@ class TextWidget : public RegExpWidget TQ_OBJECT public: - TextWidget(RegExpEditorWindow* editorWindow, TQWidget *tqparent, + TextWidget(RegExpEditorWindow* editorWindow, TQWidget *parent, const char *name = 0); TextWidget( TextRegExp* regexp, RegExpEditorWindow* editorWindow, - TQWidget* tqparent, const char* name = 0); + TQWidget* parent, const char* name = 0); virtual TQSize tqsizeHint() const; virtual RegExp* regExp() const; virtual RegExpType type() const { return TEXT; } |