Oops, I forgot to attach the patch.
Jirka
--- qgo-1.5.3.orig/src/qgtp.cpp 2007-04-18 11:25:04.000000000 +0200 +++ qgo-1.5.3/src/qgtp.cpp 2007-04-18 11:23:44.000000000 +0200 @@ -16,7 +16,7 @@ ***************************************************************************/ -//#include <unistd.h> +#include <unistd.h> #include <stdlib.h> #include <qprocess.h> #include "qgtp.h" @@ -187,7 +187,9 @@ /*#ifdef Q_WS_WIN Sleep(100000); #else +*/ usleep(100000); +/* #endif */ } while (_response.length() == 0 || _response == buff);

