33 #ifndef __KLEO_KPGPKEYLISTJOB_H__ 34 #define __KLEO_KPGPKEYLISTJOB_H__ 36 #include <kleo/keylistjob.h> 38 #include <tqstringlist.h> 52 class KpgpKeyListJob : public KeyListJob { 56 KpgpKeyListJob( Kpgp::Base * pgpBase ); 60 GpgME::Error start( const TQStringList & patterns, bool secretOnly ); 63 GpgME::KeyListResult exec( const TQStringList & patterns, bool secretOnly, 64 std::vector<GpgME::Key> & keys ); 73 Kpgp::Base * mPgpBase; 74 TQStringList mPatterns; 80 #endif // __KLEO_KPGPKEYLISTJOB_H__
|