diff options
Diffstat (limited to 'libkdenetwork/gpgmepp/key.h')
-rw-r--r-- | libkdenetwork/gpgmepp/key.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libkdenetwork/gpgmepp/key.h b/libkdenetwork/gpgmepp/key.h index c25e3a6f3..9760e6429 100644 --- a/libkdenetwork/gpgmepp/key.h +++ b/libkdenetwork/gpgmepp/key.h @@ -123,7 +123,7 @@ namespace GpgME { bool isNull() const; - Key parent() const; + Key tqparent() const; const char * keyID() const; const char * fingerprint() const; @@ -171,7 +171,7 @@ namespace GpgME { bool isNull() const; - Key parent() const; + Key tqparent() const; unsigned int numSignatures() const; Signature signature( unsigned int index ) const; @@ -213,7 +213,7 @@ namespace GpgME { bool isNull() const; - UserID parent() const; + UserID tqparent() const; const char * signerKeyID() const; @@ -235,9 +235,9 @@ namespace GpgME { unsigned int certClass() const; - enum Status { NoError = 0, SigExpired, KeyExpired, + enum tqStatus { NoError = 0, SigExpired, KeyExpired, BadSignature, NoPublicKey, GeneralError }; - Status status() const; + tqStatus status() const; const char * statusAsString() const; const char * policyURL() const; @@ -270,7 +270,7 @@ namespace GpgME { bool isNull() const; - Signature parent() const; + Signature tqparent() const; const char * name() const; const char * value() const; |