diff options
Diffstat (limited to 'src/scanmonitorevent.h')
-rw-r--r-- | src/scanmonitorevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanmonitorevent.h b/src/scanmonitorevent.h index 1b86b6a..aecea5a 100644 --- a/src/scanmonitorevent.h +++ b/src/scanmonitorevent.h @@ -27,10 +27,10 @@ # include <config.h> #endif -#include <qevent.h> +#include <ntqevent.h> #include "global.h" -class ScanMonitorEvent : public QCustomEvent +class ScanMonitorEvent : public TQCustomEvent { public: ScanMonitorEvent( const int type, const nobPtr buffer ); nobPtr buffer( ) const { return m_buffer; } |