summaryrefslogtreecommitdiffstats
path: root/src/kport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kport.h')
-rw-r--r--src/kport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kport.h b/src/kport.h
index 5109fff..a42b8a6 100644
--- a/src/kport.h
+++ b/src/kport.h
@@ -25,7 +25,7 @@
class KPort : public TQObject, public CIOPort
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPort( unsigned char portID ) : CIOPort( portID ) {}