summaryrefslogtreecommitdiffstats
path: root/noatun/modules/infrared/infrared.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/infrared/infrared.h')
-rw-r--r--noatun/modules/infrared/infrared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/infrared/infrared.h b/noatun/modules/infrared/infrared.h
index 37e97735..870efbd5 100644
--- a/noatun/modules/infrared/infrared.h
+++ b/noatun/modules/infrared/infrared.h
@@ -8,7 +8,7 @@
class NoatunPreferences;
class Lirc;
-class InfraRed : public QObject, public Plugin
+class InfraRed : public TQObject, public Plugin
{
Q_OBJECT
NOATUNPLUGIND
@@ -17,7 +17,7 @@ public:
~InfraRed();
private slots:
- void slotCommand(const QString &, const QString &, int);
+ void slotCommand(const TQString &, const TQString &, int);
void start();