33 #ifndef __KLEO_TQGPGMEREFRESHKEYSJOB_H__
34 #define __KLEO_TQGPGMEREFRESHKEYSJOB_H__
36 #include <kleo/refreshkeysjob.h>
38 #include <tqstringlist.h>
41 class GnuPGProcessBase;
52 class QGpgMERefreshKeysJob : public RefreshKeysJob {
56 QGpgMERefreshKeysJob();
57 ~QGpgMERefreshKeysJob();
60 GpgME::Error start( const TQStringList & patterns );
67 void slotStderr( TDEProcess *, char *, int );
68 void slotProcessExited( TDEProcess * );
71 GpgME::Error startAProcess();
74 GnuPGProcessBase * mProcess;
76 TQStringList mPatternsToDo;
a base class for GPG and GPGSM processes.
|