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 8b2a537..1b08f40 100644 --- a/src/app/metaedit.h +++ b/src/app/metaedit.h @@ -33,7 +33,7 @@ class Document; class MetaEdit : public TQVBox { Q_OBJECT - TQ_OBJECT + public: MetaEdit(TQWidget *parent, Document*, const char *name=""); ~MetaEdit(); |