SVN commit 1202091 by mutz: QGpgMEBackend: --deprecated M +1 -1 qgpgmebackend.cpp --- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmebackend.cpp #1202090:1202091 @@ -264,7 +264,7 @@ } Kleo::ChangePasswdJob * changePasswdJob() const { - if ( !GpgME::hasFeature( GpgME::PasswdFeature ) ) + if ( !GpgME::hasFeature( GpgME::PasswdFeature, 0 ) ) return 0; GpgME::Context * context = GpgME::Context::createForProtocol( mProtocol ); if ( !context )