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