diff options
Diffstat (limited to 'kaboodle/engine.h')
-rw-r--r-- | kaboodle/engine.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kaboodle/engine.h b/kaboodle/engine.h index c8001e56..5a1b51b3 100644 --- a/kaboodle/engine.h +++ b/kaboodle/engine.h @@ -42,12 +42,13 @@ namespace Kaboodle * Does almost everything related to multimedia. * Most interfacing should be done with Player **/ -class Engine : public QObject +class Engine : public TQObject { Q_OBJECT + TQ_OBJECT public: - Engine(TQObject *parent=0); + Engine(TQObject *tqparent=0); ~Engine(); Arts::PlayObject playObject() const; |