diff options
Diffstat (limited to 'src/app/metaedit.h')
-rw-r--r-- | src/app/metaedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/metaedit.h b/src/app/metaedit.h index 57b1054..8b2a537 100644 --- a/src/app/metaedit.h +++ b/src/app/metaedit.h @@ -35,7 +35,7 @@ class MetaEdit : public TQVBox { Q_OBJECT TQ_OBJECT public: - MetaEdit(TQWidget *tqparent, Document*, const char *name=""); + MetaEdit(TQWidget *parent, Document*, const char *name=""); ~MetaEdit(); protected: bool eventFilter(TQObject *, TQEvent *); |