summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:39 -0600
commit2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch)
treeb2a50806758f457480546bccb342017d9c971bd8 /chalk/colorspaces
parent3464ad940b78776e534eded37c3ae842cae52ad8 (diff)
downloadkoffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz
koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'chalk/colorspaces')
-rw-r--r--chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h2
-rw-r--r--chalk/colorspaces/cmyk_u8/cmyk_plugin.h2
-rw-r--r--chalk/colorspaces/gray_u16/gray_u16_plugin.h2
-rw-r--r--chalk/colorspaces/gray_u8/gray_plugin.h2
-rw-r--r--chalk/colorspaces/lms_f32/lms_f32_plugin.h2
-rw-r--r--chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h2
-rw-r--r--chalk/colorspaces/rgb_f32/rgb_f32_plugin.h2
-rw-r--r--chalk/colorspaces/rgb_u16/rgb_u16_plugin.h2
-rw-r--r--chalk/colorspaces/rgb_u8/rgb_plugin.h2
-rw-r--r--chalk/colorspaces/wet/kis_wet_palette_widget.h2
-rw-r--r--chalk/colorspaces/wet/kis_wetness_visualisation_filter.h2
-rw-r--r--chalk/colorspaces/wet/wet_plugin.h2
-rw-r--r--chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h2
-rw-r--r--chalk/colorspaces/wetsticky/wet_sticky_plugin.h2
-rw-r--r--chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h2
-rw-r--r--chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h b/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h
index 0a38b98e..c64daf46 100644
--- a/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h
+++ b/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h
@@ -27,7 +27,7 @@
class CMYKU16Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
CMYKU16Plugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~CMYKU16Plugin();
diff --git a/chalk/colorspaces/cmyk_u8/cmyk_plugin.h b/chalk/colorspaces/cmyk_u8/cmyk_plugin.h
index a43b04bb..7fa5e0ec 100644
--- a/chalk/colorspaces/cmyk_u8/cmyk_plugin.h
+++ b/chalk/colorspaces/cmyk_u8/cmyk_plugin.h
@@ -27,7 +27,7 @@
class CMYKPlugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
CMYKPlugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~CMYKPlugin();
diff --git a/chalk/colorspaces/gray_u16/gray_u16_plugin.h b/chalk/colorspaces/gray_u16/gray_u16_plugin.h
index 3d16c1ac..d1b2c938 100644
--- a/chalk/colorspaces/gray_u16/gray_u16_plugin.h
+++ b/chalk/colorspaces/gray_u16/gray_u16_plugin.h
@@ -27,7 +27,7 @@
class GRAYU16Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
GRAYU16Plugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~GRAYU16Plugin();
diff --git a/chalk/colorspaces/gray_u8/gray_plugin.h b/chalk/colorspaces/gray_u8/gray_plugin.h
index b3260971..d33778f0 100644
--- a/chalk/colorspaces/gray_u8/gray_plugin.h
+++ b/chalk/colorspaces/gray_u8/gray_plugin.h
@@ -27,7 +27,7 @@
class GrayPlugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
GrayPlugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~GrayPlugin();
diff --git a/chalk/colorspaces/lms_f32/lms_f32_plugin.h b/chalk/colorspaces/lms_f32/lms_f32_plugin.h
index 6a289882..fe54f4ea 100644
--- a/chalk/colorspaces/lms_f32/lms_f32_plugin.h
+++ b/chalk/colorspaces/lms_f32/lms_f32_plugin.h
@@ -29,7 +29,7 @@
class LMSF32Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
LMSF32Plugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~LMSF32Plugin();
diff --git a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h
index d188f7ba..1c7818f0 100644
--- a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h
+++ b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h
@@ -28,7 +28,7 @@
class RGBF16HalfPlugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
RGBF16HalfPlugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~RGBF16HalfPlugin();
diff --git a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h
index 75ae708a..28e3e5a5 100644
--- a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h
+++ b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h
@@ -28,7 +28,7 @@
class RGBF32Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
RGBF32Plugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~RGBF32Plugin();
diff --git a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h
index 4373a205..fd9f3ee8 100644
--- a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h
+++ b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h
@@ -27,7 +27,7 @@
class RGBU16Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
RGBU16Plugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~RGBU16Plugin();
diff --git a/chalk/colorspaces/rgb_u8/rgb_plugin.h b/chalk/colorspaces/rgb_u8/rgb_plugin.h
index a3408c78..00b34ede 100644
--- a/chalk/colorspaces/rgb_u8/rgb_plugin.h
+++ b/chalk/colorspaces/rgb_u8/rgb_plugin.h
@@ -27,7 +27,7 @@
class RGBPlugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
RGBPlugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~RGBPlugin();
diff --git a/chalk/colorspaces/wet/kis_wet_palette_widget.h b/chalk/colorspaces/wet/kis_wet_palette_widget.h
index 60fd28e0..a70cc744 100644
--- a/chalk/colorspaces/wet/kis_wet_palette_widget.h
+++ b/chalk/colorspaces/wet/kis_wet_palette_widget.h
@@ -41,7 +41,7 @@ class KRITAUI_EXPORT KisWetPaletteWidget
public KisCanvasObserver
{
Q_OBJECT
- TQ_OBJECT
+
typedef TQWidget super;
public:
diff --git a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
index 979d580c..eb54a90c 100644
--- a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
+++ b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
@@ -30,7 +30,7 @@ class KisView;
class WetnessVisualisationFilter : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
WetnessVisualisationFilter(KisView* view);
virtual ~WetnessVisualisationFilter() {}
diff --git a/chalk/colorspaces/wet/wet_plugin.h b/chalk/colorspaces/wet/wet_plugin.h
index fa3bed06..615981b9 100644
--- a/chalk/colorspaces/wet/wet_plugin.h
+++ b/chalk/colorspaces/wet/wet_plugin.h
@@ -32,7 +32,7 @@ class KisWetColorSpace;
class WetPlugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
WetPlugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~WetPlugin();
diff --git a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h
index 59d4ef15..68b379eb 100644
--- a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h
+++ b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h
@@ -31,7 +31,7 @@ class KisView;
class WSBrushPaintOpPlugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
WSBrushPaintOpPlugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~WSBrushPaintOpPlugin();
diff --git a/chalk/colorspaces/wetsticky/wet_sticky_plugin.h b/chalk/colorspaces/wetsticky/wet_sticky_plugin.h
index e6749e7f..9dfab1ce 100644
--- a/chalk/colorspaces/wetsticky/wet_sticky_plugin.h
+++ b/chalk/colorspaces/wetsticky/wet_sticky_plugin.h
@@ -32,7 +32,7 @@
class WetStickyPlugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
WetStickyPlugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~WetStickyPlugin();
diff --git a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h
index 1e3b5812..55c2b8ee 100644
--- a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h
+++ b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h
@@ -27,7 +27,7 @@
class YCbCrU16Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
YCbCrU16Plugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~YCbCrU16Plugin();
diff --git a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h
index 85127380..461b5fdb 100644
--- a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h
+++ b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h
@@ -27,7 +27,7 @@
class YCbCrU8Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
YCbCrU8Plugin(TQObject *parent, const char *name, const TQStringList &);
virtual ~YCbCrU8Plugin();