summaryrefslogtreecommitdiffstats
path: root/libkdenetwork/gpgmepp/verificationresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdenetwork/gpgmepp/verificationresult.h')
-rw-r--r--libkdenetwork/gpgmepp/verificationresult.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdenetwork/gpgmepp/verificationresult.h b/libkdenetwork/gpgmepp/verificationresult.h
index edcd0278..c5c14aab 100644
--- a/libkdenetwork/gpgmepp/verificationresult.h
+++ b/libkdenetwork/gpgmepp/verificationresult.h
@@ -59,7 +59,7 @@ namespace GpgME {
class KDE_EXPORT Signature {
friend class VerificationResult;
- Signature( VerificationResult::Private * parent, unsigned int index );
+ Signature( VerificationResult::Private * tqparent, unsigned int index );
public:
class Notation;
@@ -118,7 +118,7 @@ namespace GpgME {
class KDE_EXPORT Signature::Notation {
friend class Signature;
- Notation( VerificationResult::Private * parent, unsigned int sindex, unsigned int nindex );
+ Notation( VerificationResult::Private * tqparent, unsigned int sindex, unsigned int nindex );
public:
Notation();
Notation( const Notation & other );