summaryrefslogtreecommitdiffstats
path: root/noatun/library/plugin_deps.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/plugin_deps.h')
-rw-r--r--noatun/library/plugin_deps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noatun/library/plugin_deps.h b/noatun/library/plugin_deps.h
index 330636e3..e52e73c1 100644
--- a/noatun/library/plugin_deps.h
+++ b/noatun/library/plugin_deps.h
@@ -9,9 +9,10 @@ class Visualization;
class NoatunListener;
-class TimerThingy : public QObject
+class TimerThingy : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
TimerThingy(Visualization*);