summaryrefslogtreecommitdiffstats
path: root/kmail/keyresolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/keyresolver.h')
-rw-r--r--kmail/keyresolver.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/keyresolver.h b/kmail/keyresolver.h
index f39a0f96..0765459f 100644
--- a/kmail/keyresolver.h
+++ b/kmail/keyresolver.h
@@ -24,11 +24,11 @@
In addition, as a special exception, the copyright holders give
permission to link the code of this program 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.
@@ -101,14 +101,14 @@ namespace Kleo {
\section Step 4: Get signing keys.
If, after key resolving, signing is still requested and
- apparently possible, you can get the result of all this by
+ aptqparently possible, you can get the result of all this by
iterating over the available message formats and retrieving the
set of signing keys to use with a call to \c signingKeys().
\section Step 5: Get encrytion key sets.
If after key resolving, encryption is still requested and
- apparently possible, you can get the result of all this by
+ aptqparently possible, you can get the result of all this by
calling \c encryptionItems() with the current message format at
hand as its argument.