diff options
Diffstat (limited to 'kmilo/kmilo_kvaio/kvaiodriverinterface.h')
-rw-r--r-- | kmilo/kmilo_kvaio/kvaiodriverinterface.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kmilo/kmilo_kvaio/kvaiodriverinterface.h b/kmilo/kmilo_kvaio/kvaiodriverinterface.h index 3371786..3e41ac6 100644 --- a/kmilo/kmilo_kvaio/kvaiodriverinterface.h +++ b/kmilo/kmilo_kvaio/kvaiodriverinterface.h @@ -1,5 +1,4 @@ -/* -*- C++ -*- - +/* This file declares the KVaioDrierInterface class. It provides an event-oriented wrapper for the kernel sonypi driver. @@ -34,7 +33,7 @@ class TQSocketNotifier; class KVaioDriverInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: KVaioDriverInterface(TQObject *parent=0); |