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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/metatag/edit.h b/noatun/modules/metatag/edit.h
index f0e94778..a3aa0947 100644
--- a/noatun/modules/metatag/edit.h
+++ b/noatun/modules/metatag/edit.h
@@ -36,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 *tqparent);
+ MetaWidget *createControl(KFileMetaInfo& meta_info, const TQString &label, const TQString &key, TQVariant::Type default_type, bool optional, TQWidget *parent);
TQPtrList<MetaWidget> mControls;