summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/mhtml/kfile_mhtml.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/mhtml/kfile_mhtml.h')
-rw-r--r--kfile-plugins/mhtml/kfile_mhtml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/mhtml/kfile_mhtml.h b/kfile-plugins/mhtml/kfile_mhtml.h
index 217ddf1..199dcfb 100644
--- a/kfile-plugins/mhtml/kfile_mhtml.h
+++ b/kfile-plugins/mhtml/kfile_mhtml.h
@@ -35,7 +35,7 @@ class mhtmlPlugin: public KFilePlugin
TQ_OBJECT
public:
- mhtmlPlugin( TQObject *tqparent, const char *name, const TQStringList& args );
+ mhtmlPlugin( TQObject *parent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);
private:
TQString decodeRFC2047Phrase(const TQString &msg, bool removeLessGreater=TRUE);