From d598a49a3e1cadea0d72be28d147d219686413e7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 11:31:17 -0500 Subject: Convert to TDE R14 API --- src/scanmonitorevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scanmonitorevent.h') 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 #endif -#include +#include #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; } -- cgit v1.2.1