diff options
Diffstat (limited to 'tdefile-plugins/mhtml/tdefile_mhtml.h')
| -rw-r--r-- | tdefile-plugins/mhtml/tdefile_mhtml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/mhtml/tdefile_mhtml.h b/tdefile-plugins/mhtml/tdefile_mhtml.h index 2ec562b..5be30da 100644 --- a/tdefile-plugins/mhtml/tdefile_mhtml.h +++ b/tdefile-plugins/mhtml/tdefile_mhtml.h @@ -38,7 +38,7 @@ public: 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); + TQString decodeRFC2047Phrase(const TQString &msg, bool removeLessGreater=true); TQString decodeRFC2047String(const TQString &msg); }; |
