summaryrefslogtreecommitdiffstats
path: root/noatun/modules/infrared/irprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/infrared/irprefs.h')
-rw-r--r--noatun/modules/infrared/irprefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noatun/modules/infrared/irprefs.h b/noatun/modules/infrared/irprefs.h
index 925acaa0..69d7f41f 100644
--- a/noatun/modules/infrared/irprefs.h
+++ b/noatun/modules/infrared/irprefs.h
@@ -15,6 +15,7 @@ class Lirc;
class IRPrefs : public CModule
{
Q_OBJECT
+ TQ_OBJECT
public:
enum Action
{
@@ -24,7 +25,7 @@ public:
NextSection, PreviousSection
};
- IRPrefs(TQObject *parent);
+ IRPrefs(TQObject *tqparent);
virtual void save();