diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:32 -0600 |
commit | e8f365173e37780bc769530f21a4c23818cd6379 (patch) | |
tree | 21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /ksvg/impl | |
parent | 39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff) | |
download | tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip |
Remove spurious TQ_OBJECT instances
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(); |