diff options
Diffstat (limited to 'kregexpeditor/widgetfactory.h')
-rw-r--r-- | kregexpeditor/widgetfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/widgetfactory.h b/kregexpeditor/widgetfactory.h index 2ef7233..836ee12 100644 --- a/kregexpeditor/widgetfactory.h +++ b/kregexpeditor/widgetfactory.h @@ -47,10 +47,10 @@ enum RegExpType { class WidgetFactory { public: - static RegExpWidget* createWidget( RegExpEditorWindow* editorWindow, TQWidget* parent, + static RegExpWidget* createWidget( RegExpEditorWindow* editorWindow, TQWidget* tqparent, RegExpType type ); static RegExpWidget* createWidget( RegExp* regexp, RegExpEditorWindow* editorWindow, - TQWidget* parent ); + TQWidget* tqparent ); static RegExp* createRegExp( TQDomElement node, const TQString& version ); static RegExp* createRegExp( TQString str ); static bool isContainer( RegExpType ); |