summaryrefslogtreecommitdiffstats
path: root/libkdenetwork/gpgmepp/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdenetwork/gpgmepp/key.h')
-rw-r--r--libkdenetwork/gpgmepp/key.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdenetwork/gpgmepp/key.h b/libkdenetwork/gpgmepp/key.h
index 9760e642..e143b47e 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;