diff options
Diffstat (limited to 'src/scanmonitor.h')
-rw-r--r-- | src/scanmonitor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scanmonitor.h b/src/scanmonitor.h index 8112f9a..19dec64 100644 --- a/src/scanmonitor.h +++ b/src/scanmonitor.h @@ -27,8 +27,8 @@ # include <config.h> #endif -#include <qptrlist.h> -#include <qthread.h> +#include <ntqptrlist.h> +#include <ntqthread.h> #include "global.h" @@ -41,10 +41,10 @@ class ScanWidget; // ScanMonitor class definition // ============================ -class ScanMonitor : public QThread +class ScanMonitor : public TQThread { public: enum ScanMonitorEventType - { StderrType = QEvent::User, + { StderrType = TQEvent::User, StdoutType }; @@ -62,7 +62,7 @@ class ScanMonitor : public QThread int m_pipeStderrFD; int m_pipeStdoutFD; - QPtrList<NmapOutputBuffer> m_buffers; + TQPtrList<NmapOutputBuffer> m_buffers; }; #endif // _SCANMONITOR_H_ |