summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGTimeScheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGTimeScheduler.h')
-rw-r--r--ksvg/impl/SVGTimeScheduler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksvg/impl/SVGTimeScheduler.h b/ksvg/impl/SVGTimeScheduler.h
index 52f9c9b9..5b184a52 100644
--- a/ksvg/impl/SVGTimeScheduler.h
+++ b/ksvg/impl/SVGTimeScheduler.h
@@ -64,9 +64,10 @@ private:
typedef TQValueList<SVGTimer *> SVGTimerList;
class SVGDocumentImpl;
-class SVGTimeScheduler : public QObject
+class SVGTimeScheduler : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
SVGTimeScheduler(SVGDocumentImpl *doc);
~SVGTimeScheduler();