diff options
Diffstat (limited to 'src/kport.h')
-rwxr-xr-x | src/kport.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kport.h b/src/kport.h index 6038826..16fcb7f 100755 --- a/src/kport.h +++ b/src/kport.h @@ -20,12 +20,13 @@ #ifndef KPORT_H #define KPORT_H -#include <qobject.h> +#include <tqobject.h> #include "cpicoblaze.h" -class KPort : public QObject, public CIOPort +class KPort : public TQObject, public CIOPort { Q_OBJECT + TQ_OBJECT public: KPort( unsigned char portID ) : CIOPort( portID ) {} virtual ~KPort() {} ; |