34 #ifndef __KLEO_OBTAINKEYSJOB_H__
35 #define __KLEO_OBTAINKEYSJOB_H__
37 #include "kleo/specialjob.h"
39 #include <tqstringlist.h>
41 #include <gpgmepp/context.h>
68 TQ_PROPERTY( TQStringList result READ result )
82 TQStringList result() const { return mResult; }
89 void slotPerform( bool async );
93 TQStringList mKeyPaths;
SpecialJob for listing Chiasmus key files.
void showErrorDialog(TQWidget *, const TQString &) const
An abstract base class for protocol-specific jobs.
|