33 #ifndef __KLEO_DELETEJOB_H__
34 #define __KLEO_DELETEJOB_H__
62 DeleteJob( TQObject * parent, const char * name );
71 virtual GpgME::Error start( const GpgME::Key & key, bool allowSecretKeyDeletion= false ) = 0;
74 void result( const GpgME::Error & result );
79 #endif // __KLEO_DELETEJOB_H__
|