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 | |
parent | 39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff) | |
download | tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'ksvg')
-rw-r--r-- | ksvg/core/KSVGCanvas.h | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGLoader.h | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGReader.h | 2 | ||||
-rw-r--r-- | ksvg/ecma/ksvg_window.h | 2 | ||||
-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 | ||||
-rw-r--r-- | ksvg/plugin/ksvg_factory.h | 4 | ||||
-rw-r--r-- | ksvg/plugin/ksvg_plugin.h | 2 | ||||
-rw-r--r-- | ksvg/plugin/ksvg_widget.h | 2 | ||||
-rw-r--r-- | ksvg/plugin/svgcreator.h | 2 | ||||
-rw-r--r-- | ksvg/test/external/SVGTestWidget.h | 2 | ||||
-rw-r--r-- | ksvg/test/external/printnodetest.h | 2 |
14 files changed, 15 insertions, 15 deletions
diff --git a/ksvg/core/KSVGCanvas.h b/ksvg/core/KSVGCanvas.h index 24f28ac6..f923e207 100644 --- a/ksvg/core/KSVGCanvas.h +++ b/ksvg/core/KSVGCanvas.h @@ -59,7 +59,7 @@ class CanvasPaintServer; class KSVGCanvas : public TQObject { Q_OBJECT - TQ_OBJECT + public: KSVGCanvas(unsigned int width, unsigned int height); virtual ~KSVGCanvas(); diff --git a/ksvg/core/KSVGLoader.h b/ksvg/core/KSVGLoader.h index 28ebda01..f93280bd 100644 --- a/ksvg/core/KSVGLoader.h +++ b/ksvg/core/KSVGLoader.h @@ -55,7 +55,7 @@ class SVGDocumentImpl; class KSVGLoader : public TQObject { Q_OBJECT - TQ_OBJECT + public: KSVGLoader(); ~KSVGLoader(); diff --git a/ksvg/core/KSVGReader.h b/ksvg/core/KSVGReader.h index 136b145f..6ca13337 100644 --- a/ksvg/core/KSVGReader.h +++ b/ksvg/core/KSVGReader.h @@ -31,7 +31,7 @@ class SVGDocumentImpl; class KSVGReader : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct ParsingArgs { diff --git a/ksvg/ecma/ksvg_window.h b/ksvg/ecma/ksvg_window.h index ea07856c..5340dc9a 100644 --- a/ksvg/ecma/ksvg_window.h +++ b/ksvg/ecma/ksvg_window.h @@ -100,7 +100,7 @@ public: class WindowQObject : public TQObject { Q_OBJECT - TQ_OBJECT + public: WindowQObject(Window *w); ~WindowQObject(); 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(); diff --git a/ksvg/plugin/ksvg_factory.h b/ksvg/plugin/ksvg_factory.h index 846bf15f..b163efee 100644 --- a/ksvg/plugin/ksvg_factory.h +++ b/ksvg/plugin/ksvg_factory.h @@ -30,7 +30,7 @@ class KInstance; class KSVGPluginFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KSVGPluginFactory(TQObject *parent = 0, const char *name = 0); virtual ~KSVGPluginFactory(); @@ -47,7 +47,7 @@ private: class KSVGPluginBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + friend class KSVGPlugin; public: diff --git a/ksvg/plugin/ksvg_plugin.h b/ksvg/plugin/ksvg_plugin.h index 675f469d..5b9f4713 100644 --- a/ksvg/plugin/ksvg_plugin.h +++ b/ksvg/plugin/ksvg_plugin.h @@ -35,7 +35,7 @@ namespace KSVG class KSVGPlugin : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: KSVGPlugin(TQWidget *parentWidget, const char *wname, TQObject *parent, const char *name, unsigned int width = 0, unsigned int height = 0); virtual ~KSVGPlugin(); diff --git a/ksvg/plugin/ksvg_widget.h b/ksvg/plugin/ksvg_widget.h index d84701c9..6d372def 100644 --- a/ksvg/plugin/ksvg_widget.h +++ b/ksvg/plugin/ksvg_widget.h @@ -31,7 +31,7 @@ class KSVGPlugin; class KSVGWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KSVGWidget(KSVGPlugin *part, TQWidget *parent, const char *name); virtual ~KSVGWidget(); diff --git a/ksvg/plugin/svgcreator.h b/ksvg/plugin/svgcreator.h index 4f4c6510..53e8e2be 100644 --- a/ksvg/plugin/svgcreator.h +++ b/ksvg/plugin/svgcreator.h @@ -27,7 +27,7 @@ class SVGCreator : public TQObject, public ThumbCreator { Q_OBJECT - TQ_OBJECT + public: SVGCreator(); virtual ~SVGCreator(); diff --git a/ksvg/test/external/SVGTestWidget.h b/ksvg/test/external/SVGTestWidget.h index d3ad6b77..0e7cb478 100644 --- a/ksvg/test/external/SVGTestWidget.h +++ b/ksvg/test/external/SVGTestWidget.h @@ -9,7 +9,7 @@ class SVGTestWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: SVGTestWidget(const KURL &url); ~SVGTestWidget(); diff --git a/ksvg/test/external/printnodetest.h b/ksvg/test/external/printnodetest.h index ac1bdbf8..6c799000 100644 --- a/ksvg/test/external/printnodetest.h +++ b/ksvg/test/external/printnodetest.h @@ -11,7 +11,7 @@ class SVGDocument; class Worker : public TQObject { Q_OBJECT - TQ_OBJECT + public: Worker(const KURL &url); ~Worker(); |