summaryrefslogtreecommitdiffstats
path: root/noatun/modules/metatag/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/metatag/edit.h')
-rw-r--r--noatun/modules/metatag/edit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noatun/modules/metatag/edit.h b/noatun/modules/metatag/edit.h
index e2d53f89..f0e94778 100644
--- a/noatun/modules/metatag/edit.h
+++ b/noatun/modules/metatag/edit.h
@@ -17,6 +17,7 @@ struct MetaWidget {
class Editor:public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
Editor();
@@ -35,7 +36,7 @@ class Editor:public KDialogBase {
TQString keyGroup(const KFileMetaInfo &, TQString);
void saveControl(KFileMetaInfo& meta_info, const MetaWidget&);
- MetaWidget *createControl(KFileMetaInfo& meta_info, const TQString &label, const TQString &key, TQVariant::Type default_type, bool optional, TQWidget *parent);
+ MetaWidget *createControl(KFileMetaInfo& meta_info, const TQString &label, const TQString &key, TQVariant::Type default_type, bool optional, TQWidget *tqparent);
TQPtrList<MetaWidget> mControls;