summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/txt/kfile_txt.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/txt/kfile_txt.h')
-rw-r--r--kfile-plugins/txt/kfile_txt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/txt/kfile_txt.h b/kfile-plugins/txt/kfile_txt.h
index 9b0196d..ad926b1 100644
--- a/kfile-plugins/txt/kfile_txt.h
+++ b/kfile-plugins/txt/kfile_txt.h
@@ -29,11 +29,11 @@ class KTxtPlugin: public KFilePlugin
Q_OBJECT
public:
- KTxtPlugin(QObject *parent, const char *name, const QStringList& args);
+ KTxtPlugin(TQObject *parent, const char *name, const TQStringList& args);
virtual bool readInfo(KFileMetaInfo& info, uint what);
private:
- void makeMimeTypeInfo(const QString& mimeType);
+ void makeMimeTypeInfo(const TQString& mimeType);
};
#endif