diff options
Diffstat (limited to 'noatun/modules/infrared/lirc.h')
-rw-r--r-- | noatun/modules/infrared/lirc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/noatun/modules/infrared/lirc.h b/noatun/modules/infrared/lirc.h index 8519bb8a..5f30d751 100644 --- a/noatun/modules/infrared/lirc.h +++ b/noatun/modules/infrared/lirc.h @@ -10,14 +10,15 @@ class TQSocket; typedef TQMap<TQString, TQStringList> Remotes; -class Lirc : public QObject +class Lirc : public TQObject { Q_OBJECT + TQ_OBJECT public: /** * Constructor */ - Lirc(TQObject *parent); + Lirc(TQObject *tqparent); /** * Destructor */ |