diff options
Diffstat (limited to 'libkdenetwork/gpgmepp/importresult.h')
-rw-r--r-- | libkdenetwork/gpgmepp/importresult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdenetwork/gpgmepp/importresult.h b/libkdenetwork/gpgmepp/importresult.h index eae58a5dc..9a79b7b30 100644 --- a/libkdenetwork/gpgmepp/importresult.h +++ b/libkdenetwork/gpgmepp/importresult.h @@ -70,7 +70,7 @@ namespace GpgME { class KDE_EXPORT Import { friend class ImportResult; - Import( ImportResult::Private * tqparent, unsigned int idx ); + Import( ImportResult::Private * parent, unsigned int idx ); public: Import(); Import( const Import & other ); |