summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/noatun/engine.h')
-rw-r--r--noatun/library/noatun/engine.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noatun/library/noatun/engine.h b/noatun/library/noatun/engine.h
index b47eb087..3108ae84 100644
--- a/noatun/library/noatun/engine.h
+++ b/noatun/library/noatun/engine.h
@@ -30,12 +30,13 @@ class NoatunApp;
* Does almost everything related to multimedia.
* Most interfacing should be done with Player
**/
-class KDE_EXPORT Engine : public QObject
+class KDE_EXPORT Engine : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
friend class NoatunApp;
public:
- Engine(TQObject *parent=0);
+ Engine(TQObject *tqparent=0);
~Engine();
void setInitialized();
bool initialized() const;