33 #ifndef __KPIM_COLLECTINGPROCESS_H__
34 #define __KPIM_COLLECTINGPROCESS_H__
37 #include <tdemacros.h>
59 bool start( RunMode runmode, Communication comm );
62 TQByteArray collectedStdout();
64 TQByteArray collectedStderr();
67 void slotReceivedStdout( TDEProcess *,
char *,
int );
68 void slotReceivedStderr( TDEProcess *,
char *,
int );
74 void virtual_hook(
int id,
void * data );
79 #endif // __KPIM_COLLECTINGPROCESS_H__
TDEPIM classes for drag and drop of mails.
An output collecting TDEProcess class.