summaryrefslogtreecommitdiffstats
path: root/noatun/modules/keyz/keyz.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/keyz/keyz.h')
-rw-r--r--noatun/modules/keyz/keyz.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noatun/modules/keyz/keyz.h b/noatun/modules/keyz/keyz.h
index e6682531..b21e44f8 100644
--- a/noatun/modules/keyz/keyz.h
+++ b/noatun/modules/keyz/keyz.h
@@ -7,6 +7,7 @@
class Keyz : public TQObject, public Plugin
{
Q_OBJECT
+ TQ_OBJECT
NOATUNPLUGIND
public:
@@ -35,9 +36,10 @@ private:
class KeyzPrefs : public CModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- KeyzPrefs( TQObject *parent );
+ KeyzPrefs( TQObject *tqparent );
virtual void save();
private: