diff options
Diffstat (limited to 'k9vamps/k9requant.h')
-rw-r--r-- | k9vamps/k9requant.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/k9vamps/k9requant.h b/k9vamps/k9requant.h index 2832c06..7cdc711 100644 --- a/k9vamps/k9requant.h +++ b/k9vamps/k9requant.h @@ -9,14 +9,14 @@ // Copyright: See COPYING file that comes with this distribution // // -#ifndef K9REQUANT_H -#define K9REQUANT_H +#ifndef K9RETQUANT_H +#define K9RETQUANT_H #include "k9common.h" -#include <qthread.h> -#include <qmutex.h> -#include <qwaitcondition.h> +#include <tqthread.h> +#include <tqmutex.h> +#include <tqwaitcondition.h> // user defined types @@ -86,7 +86,7 @@ RunLevel; /** @author Jean-Michel PETIT <[email protected]> */ -class k9requant : public QThread { +class k9requant : public TQThread { private: int inbitcnt, outbitcnt; @@ -260,10 +260,10 @@ public: uint64_t rqt_visize; uchar *rqt_rptr; uchar *rqt_wptr; - QWaitCondition condr; - QWaitCondition condw; - QMutex mutr; - QMutex mutw; + TQWaitCondition condr; + TQWaitCondition condw; + TQMutex mutr; + TQMutex mutw; bool rqt_stop; bool rqt_run; |