33 #ifndef __KLEO_TQGPGMEDOWNLOADJOB_H__ 34 #define __KLEO_TQGPGMEDOWNLOADJOB_H__ 36 #include <kleo/downloadjob.h> 38 #include "qgpgmejob.h" 47 class QGpgMEDownloadJob : public DownloadJob, private QGpgMEJob { 51 QGpgMEDownloadJob( GpgME::Context * context ); 55 GpgME::Error start( const TQStringList & fingerprints ); 58 void doOperationDoneEvent( const GpgME::Error & e ); 61 void slotOperationDoneEvent( GpgME::Context * context, const GpgME::Error & e ) { 62 QGpgMEJob::doSlotOperationDoneEvent( context, e ); 68 #endif // __KLEO_TQGPGMEDOWNLOADJOB_H__
|