33 #ifndef __KLEO_TQGPGMEIMPORTJOB_H__
34 #define __KLEO_TQGPGMEIMPORTJOB_H__
36 #include <kleo/importjob.h>
38 #include "qgpgmejob.h"
40 #include <tqcstring.h>
49 class QGpgMEImportJob : public ImportJob, private QGpgMEJob {
53 QGpgMEImportJob( GpgME::Context * context );
57 GpgME::Error start( const TQByteArray & keyData );
60 GpgME::ImportResult exec( const TQByteArray & keyData );
63 void slotOperationDoneEvent( GpgME::Context * context, const GpgME::Error & e ) {
68 void doOperationDoneEvent( const GpgME::Error & e );
69 void setup( const TQByteArray & );
void doSlotOperationDoneEvent(GpgME::Context *context, const GpgME::Error &e)
|