summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/interfaces/editorinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/interfaces/editorinterface.h')
-rw-r--r--kdevdesigner/interfaces/editorinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/interfaces/editorinterface.h b/kdevdesigner/interfaces/editorinterface.h
index 21a76fb1..29055324 100644
--- a/kdevdesigner/interfaces/editorinterface.h
+++ b/kdevdesigner/interfaces/editorinterface.h
@@ -62,7 +62,7 @@ struct EditorInterface : public TQUnknownInterface
};
virtual TQWidget *editor( bool readOnly,
- TQWidget *tqparent,
+ TQWidget *parent,
TQUnknownInterface *designerIface ) = 0;
virtual void setText( const TQString &txt ) = 0;