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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/library/plugin_deps.h b/noatun/library/plugin_deps.h
index a2f3f628..330636e3 100644
--- a/noatun/library/plugin_deps.h
+++ b/noatun/library/plugin_deps.h
@@ -1,8 +1,8 @@
#ifndef PLUGIN_DEPS_H
#define PLUGIN_DEPS_H
-#include <qtimer.h>
-#include <qobject.h>
+#include <tqtimer.h>
+#include <tqobject.h>
#include <noatunarts.h>
class Visualization;
@@ -20,7 +20,7 @@ public:
void start();
public:
- virtual void timerEvent(QTimerEvent *);
+ virtual void timerEvent(TQTimerEvent *);
private:
Visualization *mVis;