6#include <tqtextcodec.h>
8#include <tqstringlist.h>
10#include <tdeprocess.h>
36 TQMap<TQString,TQString> sensorMap;
37#if defined __FreeBSD__ || defined(Q_OS_NETBSD)
38 TQMap<TQString,TQString> sensorMapBSD;
40 TQString sensorResult;
43 void receivedStdout(TDEProcess *,
char *buffer,
int);
44 void processExited(TDEProcess *);