diff options
Diffstat (limited to 'kwallet/client/kwallet.h')
-rw-r--r-- | kwallet/client/kwallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwallet/client/kwallet.h b/kwallet/client/kwallet.h index b7b3bce31..4a2bc69ea 100644 --- a/kwallet/client/kwallet.h +++ b/kwallet/client/kwallet.h @@ -384,7 +384,7 @@ class KIO_EXPORT Wallet : public TQObject, public DCOPObject { /** * Determine if the current folder has they entry @p key. * @param key The key to search for. - * @return Returns true if the folder contains @p key. + * @return Returns true if the folder tqcontains @p key. */ virtual bool hasEntry(const TQString& key); |