33 #ifndef __KLEO_EXPORTJOB_H__
34 #define __KLEO_EXPORTJOB_H__
38 #include <tqcstring.h>
65 ExportJob( TQObject * parent, const char * name );
75 virtual GpgME::Error start( const TQStringList & patterns ) = 0;
78 void result( const GpgME::Error & result, const TQByteArray & keyData );
83 #endif // __KLEO_EXPORTJOB_H__
|