diff options
Diffstat (limited to 'libkdenetwork/gpgmepp/verificationresult.h')
-rw-r--r-- | libkdenetwork/gpgmepp/verificationresult.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdenetwork/gpgmepp/verificationresult.h b/libkdenetwork/gpgmepp/verificationresult.h index edcd02787..c5c14aab9 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 ); |