summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces
diff options
context:
space:
mode:
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 e34951a59..7471d081a 100644
--- a/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h
+++ b/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h
@@ -26,7 +26,7 @@
*/
class CMYKU16Plugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
CMYKU16Plugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/cmyk_u8/cmyk_plugin.h b/chalk/colorspaces/cmyk_u8/cmyk_plugin.h
index c633a026f..176a76725 100644
--- a/chalk/colorspaces/cmyk_u8/cmyk_plugin.h
+++ b/chalk/colorspaces/cmyk_u8/cmyk_plugin.h
@@ -26,7 +26,7 @@
*/
class CMYKPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
CMYKPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/gray_u16/gray_u16_plugin.h b/chalk/colorspaces/gray_u16/gray_u16_plugin.h
index 7fc9891d1..c1ada4981 100644
--- a/chalk/colorspaces/gray_u16/gray_u16_plugin.h
+++ b/chalk/colorspaces/gray_u16/gray_u16_plugin.h
@@ -26,7 +26,7 @@
*/
class GRAYU16Plugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
GRAYU16Plugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/gray_u8/gray_plugin.h b/chalk/colorspaces/gray_u8/gray_plugin.h
index 7447ccd66..565931b5c 100644
--- a/chalk/colorspaces/gray_u8/gray_plugin.h
+++ b/chalk/colorspaces/gray_u8/gray_plugin.h
@@ -26,7 +26,7 @@
*/
class GrayPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
GrayPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/lms_f32/lms_f32_plugin.h b/chalk/colorspaces/lms_f32/lms_f32_plugin.h
index 24e11ed5a..809384757 100644
--- a/chalk/colorspaces/lms_f32/lms_f32_plugin.h
+++ b/chalk/colorspaces/lms_f32/lms_f32_plugin.h
@@ -28,7 +28,7 @@
*/
class LMSF32Plugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
LMSF32Plugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h
index 699ba810e..98514488a 100644
--- a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h
+++ b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h
@@ -27,7 +27,7 @@
*/
class RGBF16HalfPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
RGBF16HalfPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h
index f43251fda..145536edb 100644
--- a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h
+++ b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h
@@ -27,7 +27,7 @@
*/
class RGBF32Plugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
RGBF32Plugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h
index 29095bc8f..90f90b1f9 100644
--- a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h
+++ b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h
@@ -26,7 +26,7 @@
*/
class RGBU16Plugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
RGBU16Plugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/rgb_u8/rgb_plugin.h b/chalk/colorspaces/rgb_u8/rgb_plugin.h
index ddfe3b740..e68401d61 100644
--- a/chalk/colorspaces/rgb_u8/rgb_plugin.h
+++ b/chalk/colorspaces/rgb_u8/rgb_plugin.h
@@ -26,7 +26,7 @@
*/
class RGBPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
RGBPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/wet/kis_wet_palette_widget.h b/chalk/colorspaces/wet/kis_wet_palette_widget.h
index a70cc7447..3a46236ac 100644
--- a/chalk/colorspaces/wet/kis_wet_palette_widget.h
+++ b/chalk/colorspaces/wet/kis_wet_palette_widget.h
@@ -40,7 +40,7 @@ class KRITAUI_EXPORT KisWetPaletteWidget
: public TQWidget,
public KisCanvasObserver
{
- Q_OBJECT
+ TQ_OBJECT
typedef TQWidget super;
diff --git a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
index e3a3cae80..efa717c8c 100644
--- a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
+++ b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
@@ -29,7 +29,7 @@ class KisView;
class WetnessVisualisationFilter : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
WetnessVisualisationFilter(KisView* view);
diff --git a/chalk/colorspaces/wet/wet_plugin.h b/chalk/colorspaces/wet/wet_plugin.h
index dc1b35688..0d96725e8 100644
--- a/chalk/colorspaces/wet/wet_plugin.h
+++ b/chalk/colorspaces/wet/wet_plugin.h
@@ -31,7 +31,7 @@ class KisWetColorSpace;
*/
class WetPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
WetPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h
index 0bc64e715..28b694095 100644
--- a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h
+++ b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h
@@ -30,7 +30,7 @@ class KisView;
*/
class WSBrushPaintOpPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
WSBrushPaintOpPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/wetsticky/wet_sticky_plugin.h b/chalk/colorspaces/wetsticky/wet_sticky_plugin.h
index d93743654..8ba2c4bde 100644
--- a/chalk/colorspaces/wetsticky/wet_sticky_plugin.h
+++ b/chalk/colorspaces/wetsticky/wet_sticky_plugin.h
@@ -31,7 +31,7 @@
*/
class WetStickyPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
WetStickyPlugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h
index c1373ae9f..3e868667a 100644
--- a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h
+++ b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h
@@ -26,7 +26,7 @@
*/
class YCbCrU16Plugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
YCbCrU16Plugin(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h
index a94d81952..bd1fe4e5e 100644
--- a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h
+++ b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h
@@ -26,7 +26,7 @@
*/
class YCbCrU8Plugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
YCbCrU8Plugin(TQObject *parent, const char *name, const TQStringList &);