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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ksvg/impl/SVGTimeScheduler.h b/ksvg/impl/SVGTimeScheduler.h
index b1e938a7..605a5173 100644
--- a/ksvg/impl/SVGTimeScheduler.h
+++ b/ksvg/impl/SVGTimeScheduler.h
@@ -66,7 +66,7 @@ typedef TQValueList<SVGTimer *> SVGTimerList;
class SVGDocumentImpl;
class SVGTimeScheduler : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
SVGTimeScheduler(SVGDocumentImpl *doc);
@@ -101,5 +101,3 @@ private:
}
#endif
-
-// vim:ts=4:noet