diff options
author | Timothy Pearson <[email protected]> | 2013-07-24 11:31:17 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-07-24 11:31:17 -0500 |
commit | d598a49a3e1cadea0d72be28d147d219686413e7 (patch) | |
tree | 3111c0383d0b514f59aaeef0a2f656acc595fd8a /src/scanmonitor.h | |
parent | 56ffa61b35fc088a0e7e2aa885b9ffed82c8d8be (diff) | |
download | knmap-d598a49a3e1cadea0d72be28d147d219686413e7.tar.gz knmap-d598a49a3e1cadea0d72be28d147d219686413e7.zip |
Convert to TDE R14 API
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_ |