summaryrefslogtreecommitdiffstats
path: root/ksvg/plugin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:32 -0600
commite8f365173e37780bc769530f21a4c23818cd6379 (patch)
tree21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /ksvg/plugin
parent39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff)
downloadtdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz
tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'ksvg/plugin')
-rw-r--r--ksvg/plugin/ksvg_factory.h4
-rw-r--r--ksvg/plugin/ksvg_plugin.h2
-rw-r--r--ksvg/plugin/ksvg_widget.h2
-rw-r--r--ksvg/plugin/svgcreator.h2
4 files changed, 5 insertions, 5 deletions
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();