diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /chalk/colorspaces | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/colorspaces')
-rw-r--r-- | chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/cmyk_u8/cmyk_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/gray_u16/gray_u16_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/gray_u8/gray_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/lms_f32/lms_f32_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/rgb_f32/rgb_f32_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/rgb_u16/rgb_u16_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/rgb_u8/rgb_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/wet/kis_wet_palette_widget.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/wet/kis_wetness_visualisation_filter.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/wet/wet_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/wetsticky/wet_sticky_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h | 2 | ||||
-rw-r--r-- | chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h | 2 |
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 e34951a5..7471d081 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 c633a026..176a7672 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 7fc9891d..c1ada498 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 7447ccd6..565931b5 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 24e11ed5..80938475 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 699ba810..98514488 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 f43251fd..145536ed 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 29095bc8..90f90b1f 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 ddfe3b74..e68401d6 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 a70cc744..3a46236a 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 e3a3cae8..efa717c8 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 dc1b3568..0d96725e 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 0bc64e71..28b69409 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 d9374365..8ba2c4bd 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 c1373ae9..3e868667 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 a94d8195..bd1fe4e5 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 &); |