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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kfile-plugins/flac/kfile_flac.h b/kfile-plugins/flac/kfile_flac.h
index f8dffa0e..03ad51bb 100644
--- a/kfile-plugins/flac/kfile_flac.h
+++ b/kfile-plugins/flac/kfile_flac.h
@@ -34,16 +34,16 @@ class KFlacPlugin: public KFilePlugin
Q_OBJECT
public:
- KFlacPlugin( QObject *parent, const char *name, const QStringList& 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 QValidator* createValidator( const QString& mimetype,
- const QString &group,
- const QString &key,
- QObject* parent, const char* name) const;
+ virtual TQValidator* createValidator( const TQString& mimetype,
+ const TQString &group,
+ const TQString &key,
+ TQObject* parent, const char* name) const;
protected:
- virtual void makeMimeTypeInfo(const QString& mimeType);
+ virtual void makeMimeTypeInfo(const TQString& mimeType);
};