33#ifndef __KLEO_SPECIALJOB_H__
34#define __KLEO_SPECIALJOB_H__
65 class SpecialJob : public Job {
69 SpecialJob( TQObject * parent, const char * name );
77 virtual GpgME::Error start() = 0;
79 virtual GpgME::Error exec() = 0;
82 void result( const GpgME::Error & result, const TQVariant & data );
virtual GpgME::Error start()=0 Starts the special operation.
|