diff options
Diffstat (limited to 'ksvg/impl')
-rw-r--r-- | ksvg/impl/SVGDocumentImpl.h | 2 | ||||
-rw-r--r-- | ksvg/impl/SVGImageElementImpl.h | 2 | ||||
-rw-r--r-- | ksvg/impl/SVGScriptElementImpl.h | 2 | ||||
-rw-r--r-- | ksvg/impl/SVGTimeScheduler.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ksvg/impl/SVGDocumentImpl.h b/ksvg/impl/SVGDocumentImpl.h index 479cb7f7..6280bd51 100644 --- a/ksvg/impl/SVGDocumentImpl.h +++ b/ksvg/impl/SVGDocumentImpl.h @@ -72,7 +72,7 @@ class SVGDocumentImpl : public TQObject, public SVGDOMNodeBridge { Q_OBJECT - TQ_OBJECT + public: SVGDocumentImpl(bool anim = true, bool bFit = false, SVGImageElementImpl *parentImage = 0); virtual ~SVGDocumentImpl(); diff --git a/ksvg/impl/SVGImageElementImpl.h b/ksvg/impl/SVGImageElementImpl.h index fc9be8cc..42d7516d 100644 --- a/ksvg/impl/SVGImageElementImpl.h +++ b/ksvg/impl/SVGImageElementImpl.h @@ -52,7 +52,7 @@ class SVGImageElementImpl : public TQObject, public SVGTransformableImpl { Q_OBJECT - TQ_OBJECT + public: SVGImageElementImpl(DOM::ElementImpl *); virtual ~SVGImageElementImpl(); diff --git a/ksvg/impl/SVGScriptElementImpl.h b/ksvg/impl/SVGScriptElementImpl.h index 50ff92b2..560873e7 100644 --- a/ksvg/impl/SVGScriptElementImpl.h +++ b/ksvg/impl/SVGScriptElementImpl.h @@ -42,7 +42,7 @@ class SVGScriptElementImpl : public TQObject, public SVGExternalResourcesRequiredImpl { Q_OBJECT - TQ_OBJECT + public: SVGScriptElementImpl(DOM::ElementImpl *); virtual ~SVGScriptElementImpl(); diff --git a/ksvg/impl/SVGTimeScheduler.h b/ksvg/impl/SVGTimeScheduler.h index 5b184a52..b1e938a7 100644 --- a/ksvg/impl/SVGTimeScheduler.h +++ b/ksvg/impl/SVGTimeScheduler.h @@ -67,7 +67,7 @@ class SVGDocumentImpl; class SVGTimeScheduler : public TQObject { Q_OBJECT - TQ_OBJECT + public: SVGTimeScheduler(SVGDocumentImpl *doc); ~SVGTimeScheduler(); |