From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkmime/kmime_codec_qp.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libkmime/kmime_codec_qp.h') diff --git a/libkmime/kmime_codec_qp.h b/libkmime/kmime_codec_qp.h index c067fcffe..a80226f56 100644 --- a/libkmime/kmime_codec_qp.h +++ b/libkmime/kmime_codec_qp.h @@ -19,18 +19,18 @@ In addition, as a special exception, the copyright holders give permission to link the code of this library with any edition of - the Qt library by Trolltech AS, Norway (or with modified versions - of Qt that use the same license as Qt), and distribute linked + the TQt library by Trolltech AS, Norway (or with modified versions + of TQt that use the same license as TQt), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than - Qt. If you modify this file, you may extend this exception to + TQt. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ -#ifndef __KMIME_CODEC_QP__ -#define __KMIME_CODEC_QP__ +#ifndef __KMIME_CODEC_TQP__ +#define __KMIME_CODEC_TQP__ #include "kmime_codecs.h" @@ -65,13 +65,13 @@ public: }; -class Rfc2047QEncodingCodec : public Codec { +class Rfc2047TQEncodingCodec : public Codec { protected: friend class Codec; - Rfc2047QEncodingCodec() : Codec() {} + Rfc2047TQEncodingCodec() : Codec() {} public: - virtual ~Rfc2047QEncodingCodec() {} + virtual ~Rfc2047TQEncodingCodec() {} const char * name() const { return "q"; @@ -118,4 +118,4 @@ public: } // namespace KMime -#endif // __KMIME_CODEC_QP__ +#endif // __KMIME_CODEC_TQP__ -- cgit v1.2.1