diff options
Diffstat (limited to 'libkdenetwork/gpgmepp/key.h')
-rw-r--r-- | libkdenetwork/gpgmepp/key.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdenetwork/gpgmepp/key.h b/libkdenetwork/gpgmepp/key.h index 9760e6429..e143b47e0 100644 --- a/libkdenetwork/gpgmepp/key.h +++ b/libkdenetwork/gpgmepp/key.h @@ -123,7 +123,7 @@ namespace GpgME { bool isNull() const; - Key tqparent() const; + Key parent() const; const char * keyID() const; const char * fingerprint() const; @@ -171,7 +171,7 @@ namespace GpgME { bool isNull() const; - Key tqparent() const; + Key parent() const; unsigned int numSignatures() const; Signature signature( unsigned int index ) const; @@ -213,7 +213,7 @@ namespace GpgME { bool isNull() const; - UserID tqparent() const; + UserID parent() const; const char * signerKeyID() const; @@ -270,7 +270,7 @@ namespace GpgME { bool isNull() const; - Signature tqparent() const; + Signature parent() const; const char * name() const; const char * value() const; |