diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /libkmime/kmime_codecs.h | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkmime/kmime_codecs.h')
-rw-r--r-- | libkmime/kmime_codecs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkmime/kmime_codecs.h b/libkmime/kmime_codecs.h index 3ff0c4a42..211867bca 100644 --- a/libkmime/kmime_codecs.h +++ b/libkmime/kmime_codecs.h @@ -87,7 +87,7 @@ public: * This function doesn't support chaining of blocks. The returned * block cannot be added to, but you don't need to finalize it, too. * - * Example usage (@p in contains the input data): + * Example usage (@p in tqcontains the input data): * <pre> * KMime::Codec * codec = KMime::Codec::codecForName( "base64" ); * kdFatal( !codec ) << "no base64 codec found!?" << endl; @@ -123,7 +123,7 @@ public: * This function doesn't support chaining of blocks. The returned * block cannot be added to, but you don't need to finalize it, too. * - * Example usage (@p in contains the input data): + * Example usage (@p in tqcontains the input data): * <pre> * KMime::Codec * codec = KMime::Codec::codecForName( "base64" ); * kdFatal( !codec ) << "no base64 codec found!?" << endl; @@ -230,7 +230,7 @@ public: * the output and then delete the decoder instance. If you want to * process another input block sequence, you create a new instance. * - * Typical usage (@p in contains the (base64-encoded) input data), + * Typical usage (@p in tqcontains the (base64-encoded) input data), * taking into account all the conventions detailed above: * * <pre> |