summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/flac/kfile_flac.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/flac/kfile_flac.h')
-rw-r--r--kfile-plugins/flac/kfile_flac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/flac/kfile_flac.h b/kfile-plugins/flac/kfile_flac.h
index 8d60169c..d8019195 100644
--- a/kfile-plugins/flac/kfile_flac.h
+++ b/kfile-plugins/flac/kfile_flac.h
@@ -35,14 +35,14 @@ class KFlacPlugin: public KFilePlugin
TQ_OBJECT
public:
- KFlacPlugin( TQObject *tqparent, const char *name, const TQStringList& args );
+ KFlacPlugin( TQObject *parent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);
virtual bool writeInfo( const KFileMetaInfo& info ) const;
virtual TQValidator* createValidator( const TQString& mimetype,
const TQString &group,
const TQString &key,
- TQObject* tqparent, const char* name) const;
+ TQObject* parent, const char* name) const;
protected:
virtual void makeMimeTypeInfo(const TQString& mimeType);
};