33 #ifndef __KLEO_TQGPGMEEXPORTJOB_H__
34 #define __KLEO_TQGPGMEEXPORTJOB_H__
36 #include <kleo/exportjob.h>
38 #include "qgpgmejob.h"
40 #include <tqcstring.h>
49 class QGpgMEExportJob : public ExportJob, private QGpgMEJob {
53 QGpgMEExportJob( GpgME::Context * context );
57 GpgME::Error start( const TQStringList & patterns );
60 void slotOperationDoneEvent( GpgME::Context * context, const GpgME::Error & e ) {
65 void doOperationDoneEvent( const GpgME::Error & e );
void doSlotOperationDoneEvent(GpgME::Context *context, const GpgME::Error &e)
|