diff options
Diffstat (limited to 'src/gui/application/LircClient.h')
-rw-r--r-- | src/gui/application/LircClient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/application/LircClient.h b/src/gui/application/LircClient.h index 3f69ce1..2f8cc82 100644 --- a/src/gui/application/LircClient.h +++ b/src/gui/application/LircClient.h @@ -42,9 +42,10 @@ namespace Rosegarden -class LircClient : public QObject +class LircClient : public TQObject { Q_OBJECT + TQ_OBJECT public: LircClient(void); ~LircClient(); |