diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-22 10:29:56 +0900 |
commit | ef14fba42c78a96d905c42632a62dc11f353b1c3 (patch) | |
tree | ad32afdaaa32b215fe8b9be49fbf578d30a556d3 | |
parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
download | koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.tar.gz koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
1060 files changed, 1339 insertions, 1339 deletions
diff --git a/chalk/chalkcolor/kis_colorspace_factory_registry.h b/chalk/chalkcolor/kis_colorspace_factory_registry.h index 3c018e69..320b6e75 100644 --- a/chalk/chalkcolor/kis_colorspace_factory_registry.h +++ b/chalk/chalkcolor/kis_colorspace_factory_registry.h @@ -35,7 +35,7 @@ class KisPaintDeviceAction; class KisColorSpaceFactoryRegistry : public TQObject, public KisGenericRegistry<KisColorSpaceFactory *> { - Q_OBJECT + TQ_OBJECT public: 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 &); diff --git a/chalk/core/createdcop.py b/chalk/core/createdcop.py index cefe3fd8..00269818 100755 --- a/chalk/core/createdcop.py +++ b/chalk/core/createdcop.py @@ -96,7 +96,7 @@ def parseHeader(headerfile, classname): line.startswith("*") or line.startswith(classname) or line.startswith("class") or - line.startswith("Q_OBJECT") or + line.startswith("TQ_OBJECT") or line.startswith("#") or line.startswith("}") or line.startswith("public Q_SLOTS:") or diff --git a/chalk/core/kis_adjustment_layer.h b/chalk/core/kis_adjustment_layer.h index adc3f067..7bf3a7f8 100644 --- a/chalk/core/kis_adjustment_layer.h +++ b/chalk/core/kis_adjustment_layer.h @@ -37,7 +37,7 @@ class KisFilterConfiguration; **/ class KRITACORE_EXPORT KisAdjustmentLayer : public KisLayer, public KisLayerSupportsIndirectPainting { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_brush.h b/chalk/core/kis_brush.h index 9e29c232..df549ef5 100644 --- a/chalk/core/kis_brush.h +++ b/chalk/core/kis_brush.h @@ -53,7 +53,7 @@ enum enumBrushType { class KRITACORE_EXPORT KisBrush : public KisResource { typedef KisResource super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_filter.h b/chalk/core/kis_filter.h index 599581bd..78bda885 100644 --- a/chalk/core/kis_filter.h +++ b/chalk/core/kis_filter.h @@ -44,7 +44,7 @@ class TQWidget; * Basic interface of a Chalk filter. */ class KRITACORE_EXPORT KisFilter : public KisProgressSubject, public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_filter_config_widget.h b/chalk/core/kis_filter_config_widget.h index 4cafcbf1..30795ed3 100644 --- a/chalk/core/kis_filter_config_widget.h +++ b/chalk/core/kis_filter_config_widget.h @@ -28,7 +28,7 @@ */ class KisFilterConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_filter_registry.h b/chalk/core/kis_filter_registry.h index 604e84c4..b83cd832 100644 --- a/chalk/core/kis_filter_registry.h +++ b/chalk/core/kis_filter_registry.h @@ -33,7 +33,7 @@ class TQStringList; class KRITACORE_EXPORT KisFilterRegistry : public TQObject, public KisGenericRegistry<KisFilterSP> { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_gradient.h b/chalk/core/kis_gradient.h index 1fff95da..fca6d397 100644 --- a/chalk/core/kis_gradient.h +++ b/chalk/core/kis_gradient.h @@ -231,7 +231,7 @@ class KisGradientSegment { class KisGradient : public KisResource { typedef KisResource super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_group_layer.h b/chalk/core/kis_group_layer.h index bec98296..efbf9003 100644 --- a/chalk/core/kis_group_layer.h +++ b/chalk/core/kis_group_layer.h @@ -36,7 +36,7 @@ class KisMergeVisitor; class KisGroupLayer : public KisLayer { typedef KisLayer super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_image.h b/chalk/core/kis_image.h index 553806ae..307416ba 100644 --- a/chalk/core/kis_image.h +++ b/chalk/core/kis_image.h @@ -59,7 +59,7 @@ class KisPaintLayer; class KisPerspectiveGrid; class KRITACORE_EXPORT KisImage : public TQObject, public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_imagepipe_brush.h b/chalk/core/kis_imagepipe_brush.h index 075071b9..2e926213 100644 --- a/chalk/core/kis_imagepipe_brush.h +++ b/chalk/core/kis_imagepipe_brush.h @@ -100,7 +100,7 @@ public: class KisImagePipeBrush : public KisBrush { typedef KisBrush super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_layer.h b/chalk/core/kis_layer.h index 6f99ae68..7db26b6e 100644 --- a/chalk/core/kis_layer.h +++ b/chalk/core/kis_layer.h @@ -40,7 +40,7 @@ class KisGroupLayer; **/ class KRITACORE_EXPORT KisLayer : public TQObject, public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_math_toolbox.h b/chalk/core/kis_math_toolbox.h index f79b7b94..a228accd 100644 --- a/chalk/core/kis_math_toolbox.h +++ b/chalk/core/kis_math_toolbox.h @@ -32,7 +32,7 @@ #include <new> class KisMathToolbox : public TQObject { - Q_OBJECT + TQ_OBJECT public: struct KisFloatRepresentation { diff --git a/chalk/core/kis_paint_device.h b/chalk/core/kis_paint_device.h index 23ce651f..e36abaf7 100644 --- a/chalk/core/kis_paint_device.h +++ b/chalk/core/kis_paint_device.h @@ -75,7 +75,7 @@ class KRITACORE_EXPORT KisPaintDevice , public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_paint_layer.h b/chalk/core/kis_paint_layer.h index 5f2ba06d..2fe49e36 100644 --- a/chalk/core/kis_paint_layer.h +++ b/chalk/core/kis_paint_layer.h @@ -28,7 +28,7 @@ class KisPaintLayer : public KisLayer, public KisLayerSupportsIndirectPainting { typedef KisLayer super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_paintop_registry.h b/chalk/core/kis_paintop_registry.h index ee54988f..2066bc8f 100644 --- a/chalk/core/kis_paintop_registry.h +++ b/chalk/core/kis_paintop_registry.h @@ -37,7 +37,7 @@ class KisInputDevice; class KRITACORE_EXPORT KisPaintOpRegistry : public TQObject, public KisGenericRegistry<KisPaintOpFactorySP> { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_palette.h b/chalk/core/kis_palette.h index 2e842b52..18ffd6b1 100644 --- a/chalk/core/kis_palette.h +++ b/chalk/core/kis_palette.h @@ -50,7 +50,7 @@ struct KisPaletteEntry { class KisPalette : public KisResource { typedef KisResource super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_pattern.h b/chalk/core/kis_pattern.h index 5c76d6c6..dc5b2a12 100644 --- a/chalk/core/kis_pattern.h +++ b/chalk/core/kis_pattern.h @@ -34,7 +34,7 @@ class KisPaintDevice; class KisPattern : public KisResource { typedef KisResource super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/core/kis_resource.h b/chalk/core/kis_resource.h index 3c089f1c..f06675a0 100644 --- a/chalk/core/kis_resource.h +++ b/chalk/core/kis_resource.h @@ -31,7 +31,7 @@ */ class KisResource : public TQObject { typedef TQObject super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/filters/blur/kis_wdg_blur.h b/chalk/plugins/filters/blur/kis_wdg_blur.h index 0c30fd29..be2c034a 100644 --- a/chalk/plugins/filters/blur/kis_wdg_blur.h +++ b/chalk/plugins/filters/blur/kis_wdg_blur.h @@ -32,7 +32,7 @@ class WdgBlur; class KisWdgBlur : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgBlur( KisFilter* nfilter, TQWidget * parent, const char * name); diff --git a/chalk/plugins/filters/bumpmap/bumpmap.h b/chalk/plugins/filters/bumpmap/bumpmap.h index 4896bb05..2d70e756 100644 --- a/chalk/plugins/filters/bumpmap/bumpmap.h +++ b/chalk/plugins/filters/bumpmap/bumpmap.h @@ -112,7 +112,7 @@ public: class KisBumpmapConfigWidget : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h b/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h index c9cbc245..d1927bda 100644 --- a/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h +++ b/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h @@ -29,7 +29,7 @@ class KisCImgconfigWidget : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/filters/colorify/KisWdgColorify.h b/chalk/plugins/filters/colorify/KisWdgColorify.h index bb2c1a8a..e28e866c 100644 --- a/chalk/plugins/filters/colorify/KisWdgColorify.h +++ b/chalk/plugins/filters/colorify/KisWdgColorify.h @@ -32,7 +32,7 @@ class WdgColorifyBase; class KisWdgColorify : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgColorify( KisFilter* nfilter, TQWidget * parent, const char * name); diff --git a/chalk/plugins/filters/colors/kis_wdg_color_to_alpha.h b/chalk/plugins/filters/colors/kis_wdg_color_to_alpha.h index e38ac832..dd6c6ca4 100644 --- a/chalk/plugins/filters/colors/kis_wdg_color_to_alpha.h +++ b/chalk/plugins/filters/colors/kis_wdg_color_to_alpha.h @@ -32,7 +32,7 @@ class WdgColorToAlphaBase; class KisWdgColorToAlpha : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgColorToAlpha( KisFilter* nfilter, TQWidget * parent, const char * name); diff --git a/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h b/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h index beebbb98..feb0db82 100644 --- a/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h +++ b/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h @@ -76,7 +76,7 @@ private: class KisPerChannelConfigWidget : public KisFilterConfigWidget { typedef KisFilterConfigWidget super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h b/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h index 3bd314c8..0bf3231f 100644 --- a/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h +++ b/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h @@ -52,7 +52,7 @@ private: class KisConvolutionFilter : public KisFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/filters/convolutionfilters/kis_custom_convolution_filter_configuration_widget.h b/chalk/plugins/filters/convolutionfilters/kis_custom_convolution_filter_configuration_widget.h index 5f942c8e..6045f51a 100644 --- a/chalk/plugins/filters/convolutionfilters/kis_custom_convolution_filter_configuration_widget.h +++ b/chalk/plugins/filters/convolutionfilters/kis_custom_convolution_filter_configuration_widget.h @@ -29,7 +29,7 @@ class KisFilter; class KisCustomConvolutionFilterConfigurationWidget : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/filters/lenscorrectionfilter/kis_wdg_lens_correction.h b/chalk/plugins/filters/lenscorrectionfilter/kis_wdg_lens_correction.h index be5a36d1..cad3cec3 100644 --- a/chalk/plugins/filters/lenscorrectionfilter/kis_wdg_lens_correction.h +++ b/chalk/plugins/filters/lenscorrectionfilter/kis_wdg_lens_correction.h @@ -28,7 +28,7 @@ class KisFilter; class KisWdgLensCorrection : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgLensCorrection(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); diff --git a/chalk/plugins/filters/levelfilter/kgradientslider.h b/chalk/plugins/filters/levelfilter/kgradientslider.h index 70b82173..331d56b4 100644 --- a/chalk/plugins/filters/levelfilter/kgradientslider.h +++ b/chalk/plugins/filters/levelfilter/kgradientslider.h @@ -30,7 +30,7 @@ class KGradientSlider : public TQWidget { -Q_OBJECT +TQ_OBJECT typedef enum { diff --git a/chalk/plugins/filters/levelfilter/kis_level_filter.h b/chalk/plugins/filters/levelfilter/kis_level_filter.h index 45c0d93d..c566212b 100644 --- a/chalk/plugins/filters/levelfilter/kis_level_filter.h +++ b/chalk/plugins/filters/levelfilter/kis_level_filter.h @@ -73,7 +73,7 @@ public: class KisLevelConfigWidget : public KisFilterConfigWidget { -Q_OBJECT +TQ_OBJECT public: KisLevelConfigWidget(TQWidget * parent, KisPaintDeviceSP dev, const char * name = 0, WFlags f = 0 ); diff --git a/chalk/plugins/filters/noisefilter/kis_wdg_noise.h b/chalk/plugins/filters/noisefilter/kis_wdg_noise.h index 2502113a..ecc6fa8b 100644 --- a/chalk/plugins/filters/noisefilter/kis_wdg_noise.h +++ b/chalk/plugins/filters/noisefilter/kis_wdg_noise.h @@ -28,7 +28,7 @@ class KisFilter; class KisWdgNoise : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgNoise(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); diff --git a/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h b/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h index c48e00ba..09b1dc57 100644 --- a/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h +++ b/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h @@ -28,7 +28,7 @@ class KisFilter; class KisWdgRandomPick : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgRandomPick(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); diff --git a/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h b/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h index f9f5c98a..0548d40d 100644 --- a/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h +++ b/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h @@ -32,7 +32,7 @@ class WdgUnsharp; class KisWdgUnsharp : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgUnsharp( KisFilter* nfilter, TQWidget * parent, const char * name); diff --git a/chalk/plugins/filters/wavefilter/kis_wdg_wave.h b/chalk/plugins/filters/wavefilter/kis_wdg_wave.h index 8ce8f579..c81fda2b 100644 --- a/chalk/plugins/filters/wavefilter/kis_wdg_wave.h +++ b/chalk/plugins/filters/wavefilter/kis_wdg_wave.h @@ -28,7 +28,7 @@ class KisFilter; class KisWdgWave : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisWdgWave(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); diff --git a/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h b/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h index a4f58423..e6b87173 100644 --- a/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h +++ b/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h @@ -26,7 +26,7 @@ */ class DefaultPaintOpsPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: DefaultPaintOpsPlugin(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/paintops/defaultpaintops/kis_brushop.h b/chalk/plugins/paintops/defaultpaintops/kis_brushop.h index d32db024..0e7eebba 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_brushop.h +++ b/chalk/plugins/paintops/defaultpaintops/kis_brushop.h @@ -46,7 +46,7 @@ public: }; class KisBrushOpSettings : public TQObject, public KisPaintOpSettings { - Q_OBJECT + TQ_OBJECT typedef KisPaintOpSettings super; public: diff --git a/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h b/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h index cf39abba..c18a628c 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h +++ b/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h @@ -44,7 +44,7 @@ public: }; class KisSmudgeOpSettings : public TQObject, public KisPaintOpSettings { - Q_OBJECT + TQ_OBJECT typedef KisPaintOpSettings super; public: diff --git a/chalk/plugins/tools/defaulttools/default_tools.h b/chalk/plugins/tools/defaulttools/default_tools.h index dbf60d93..78ed1c31 100644 --- a/chalk/plugins/tools/defaulttools/default_tools.h +++ b/chalk/plugins/tools/defaulttools/default_tools.h @@ -33,7 +33,7 @@ */ class DefaultTools : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: DefaultTools(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_brush.h b/chalk/plugins/tools/defaulttools/kis_tool_brush.h index bd932ae5..de0d4b8c 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_brush.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_brush.h @@ -34,7 +34,7 @@ class TQCheckBox; class TQGridLayout; class KRITACORE_EXPORT KisToolBrush : public KisToolFreehand { - Q_OBJECT + TQ_OBJECT typedef KisToolFreehand super; diff --git a/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h b/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h index e7960fd3..0ca3f848 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h @@ -30,7 +30,7 @@ class KisPalette; class KisToolColorPicker : public KisToolNonPaint { - Q_OBJECT + TQ_OBJECT typedef KisToolNonPaint super; diff --git a/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h b/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h index a7fd92df..2c1c40df 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h @@ -33,7 +33,7 @@ class KIntNumInput; class KisToolDuplicate : public KisToolFreehand { typedef KisToolFreehand super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h b/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h index 09311a30..a080a783 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h @@ -32,7 +32,7 @@ class KisRect; class KisToolEllipse : public KisToolShape { typedef KisToolShape super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_fill.h b/chalk/plugins/tools/defaulttools/kis_tool_fill.h index 09df0851..e6fbd5f0 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_fill.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_fill.h @@ -36,7 +36,7 @@ class TDEActionCollection; class KisToolFill : public KisToolPaint { typedef KisToolPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_gradient.h b/chalk/plugins/tools/defaulttools/kis_tool_gradient.h index f5b6130f..36803177 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_gradient.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_gradient.h @@ -46,7 +46,7 @@ class TQCheckBox; class KisToolGradient : public KisToolPaint { - Q_OBJECT + TQ_OBJECT typedef KisToolPaint super; diff --git a/chalk/plugins/tools/defaulttools/kis_tool_line.h b/chalk/plugins/tools/defaulttools/kis_tool_line.h index d401a797..50dc254d 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_line.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_line.h @@ -38,7 +38,7 @@ class TQWidget; class KisToolLine : public KisToolPaint { - Q_OBJECT + TQ_OBJECT typedef KisToolPaint super; diff --git a/chalk/plugins/tools/defaulttools/kis_tool_move.h b/chalk/plugins/tools/defaulttools/kis_tool_move.h index 59cf735d..c79d47c1 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_move.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_move.h @@ -32,7 +32,7 @@ class TQTimer; class KisToolMove : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_pan.h b/chalk/plugins/tools/defaulttools/kis_tool_pan.h index e6bbc91e..7329b629 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_pan.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_pan.h @@ -31,7 +31,7 @@ class KRITATOOL_EXPORT KisToolPan : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h b/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h index dc56f9e2..42f31705 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h @@ -37,7 +37,7 @@ class KisPainter; class KisToolRectangle : public KisToolShape { typedef KisToolShape super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_text.h b/chalk/plugins/tools/defaulttools/kis_tool_text.h index 9acd2465..26981107 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_text.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_text.h @@ -33,7 +33,7 @@ class KSqueezedTextLabel; class KisToolText : public KisToolPaint { typedef KisToolPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_zoom.h b/chalk/plugins/tools/defaulttools/kis_tool_zoom.h index ca084ca3..9e65f574 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_zoom.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_zoom.h @@ -32,7 +32,7 @@ class KisCanvasSubject; class KisToolZoom : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h index 2809cb85..69d2eb66 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h @@ -26,7 +26,7 @@ class KisToolMoveSelection : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h index 99cc98da..2cff85cb 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h @@ -36,7 +36,7 @@ class KisSelectionOptions; * Depends a bit on how we're going to visualize selections. */ class KisToolSelectBrush : public KisToolFreehand { - Q_OBJECT + TQ_OBJECT typedef KisToolFreehand super; diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h index 9dca4955..8d5e5d18 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h @@ -40,7 +40,7 @@ class KisSelectionOptions; class KisToolSelectContiguous : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h index 230de5b1..1be666cc 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h @@ -35,7 +35,7 @@ class KisSelectionOptions; class KisToolSelectElliptical : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h index 762f24a8..2043e0ee 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h @@ -34,7 +34,7 @@ class KisSelectionOptions; * this... Depends a bit on how we're going to visualize selections. */ class KisToolSelectEraser : public KisToolFreehand { - Q_OBJECT + TQ_OBJECT typedef KisToolFreehand super; diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h index c58a32c6..00e4a005 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h @@ -36,7 +36,7 @@ class KisSelectionOptions; class KisToolSelectOutline : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: KisToolSelectOutline(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h index 66ff36e0..2729db5b 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h @@ -33,7 +33,7 @@ class KisSelectionOptions; class KisToolSelectPolygonal : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: KisToolSelectPolygonal(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h index 0289e430..5b9b254e 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h @@ -32,7 +32,7 @@ class KisSelectionOptions; class KisToolSelectRectangular : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/selectiontools/selection_tools.h b/chalk/plugins/tools/selectiontools/selection_tools.h index 825e06ab..efe0cc72 100644 --- a/chalk/plugins/tools/selectiontools/selection_tools.h +++ b/chalk/plugins/tools/selectiontools/selection_tools.h @@ -33,7 +33,7 @@ */ class SelectionTools : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: SelectionTools(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_crop/kis_tool_crop.h b/chalk/plugins/tools/tool_crop/kis_tool_crop.h index 3bca3442..2df26c14 100644 --- a/chalk/plugins/tools/tool_crop/kis_tool_crop.h +++ b/chalk/plugins/tools/tool_crop/kis_tool_crop.h @@ -40,7 +40,7 @@ class WdgToolCrop; class KisToolCrop : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_crop/tool_crop.h b/chalk/plugins/tools/tool_crop/tool_crop.h index 0db28073..f569b715 100644 --- a/chalk/plugins/tools/tool_crop/tool_crop.h +++ b/chalk/plugins/tools/tool_crop/tool_crop.h @@ -28,7 +28,7 @@ class KisView; */ class ToolCrop : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolCrop(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h index 2120448b..87a25309 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h @@ -76,7 +76,7 @@ public: class KisToolBezier : public KisToolCurve { typedef KisToolCurve super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h index 01922249..9fc9bf7b 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h @@ -28,7 +28,7 @@ class KisToolBezierPaint : public KisToolBezier { typedef KisToolBezier super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h index 7ce1c382..c4cff974 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h @@ -28,7 +28,7 @@ class KisToolBezierSelect : public KisToolBezier { typedef KisToolBezier super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_curves/kis_tool_curve.h b/chalk/plugins/tools/tool_curves/kis_tool_curve.h index 88cc756c..d9d5f3fe 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_curve.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_curve.h @@ -43,7 +43,7 @@ double pointToSegmentDistance(const KisPoint& p, const KisPoint& l0, const KisPo class KisToolCurve : public KisToolPaint { typedef KisToolPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_curves/kis_tool_example.h b/chalk/plugins/tools/tool_curves/kis_tool_example.h index 5c01b6e3..c5b63fc7 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_example.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_example.h @@ -36,7 +36,7 @@ class WdgToolExample; class KisToolExample : public KisToolCurve { typedef KisToolCurve super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h index b9b4830f..918d9535 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h @@ -65,7 +65,7 @@ public: class KisToolMagnetic : public KisToolCurve { typedef KisToolCurve super; - Q_OBJECT + TQ_OBJECT friend class KisCurveMagnetic; diff --git a/chalk/plugins/tools/tool_curves/tool_curves.h b/chalk/plugins/tools/tool_curves/tool_curves.h index 854a8165..6d82a9fe 100644 --- a/chalk/plugins/tools/tool_curves/tool_curves.h +++ b/chalk/plugins/tools/tool_curves/tool_curves.h @@ -25,7 +25,7 @@ class ToolCurves : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolCurves(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_filter/kis_tool_filter.h b/chalk/plugins/tools/tool_filter/kis_tool_filter.h index e1ce4ba1..ee819504 100644 --- a/chalk/plugins/tools/tool_filter/kis_tool_filter.h +++ b/chalk/plugins/tools/tool_filter/kis_tool_filter.h @@ -35,7 +35,7 @@ class KisCmbIDList; class KisToolFilter : public KisToolFreehand { - Q_OBJECT + TQ_OBJECT typedef KisToolFreehand super; diff --git a/chalk/plugins/tools/tool_filter/tool_filter.h b/chalk/plugins/tools/tool_filter/tool_filter.h index 6255b907..08df9e37 100644 --- a/chalk/plugins/tools/tool_filter/tool_filter.h +++ b/chalk/plugins/tools/tool_filter/tool_filter.h @@ -28,7 +28,7 @@ class KisView; */ class ToolFilter : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolFilter(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h b/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h index bd250637..d9226f76 100644 --- a/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h +++ b/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h @@ -27,7 +27,7 @@ #include <kis_tool_factory.h> class KisToolPerspectiveGrid : public KisToolNonPaint { - Q_OBJECT + TQ_OBJECT enum PerspectiveGridEditionMode { MODE_CREATION, // This is the mode when there is not yet a perspective grid diff --git a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h index 47fd0f40..6dcd0364 100644 --- a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h +++ b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h @@ -28,7 +28,7 @@ class KisView; */ class ToolPerspectiveGrid : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolPerspectiveGrid(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h index 0f0d3e7d..4b9f9497 100644 --- a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h +++ b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h @@ -45,7 +45,7 @@ class KisFilterStrategy; class KisToolPerspectiveTransform : public KisToolNonPaint, KisCommandHistoryListener { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT enum InterractionMode { DRAWRECTINTERRACTION, EDITRECTINTERRACTION }; enum HandleSelected { NOHANDLE, TOPHANDLE, BOTTOMHANDLE, RIGHTHANDLE, LEFTHANDLE, MIDDLEHANDLE }; diff --git a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h index e43174e4..2646abbe 100644 --- a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h +++ b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h @@ -28,7 +28,7 @@ class KisView; */ class ToolPerspectiveTransform : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolPerspectiveTransform(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h index dcbf5c37..ccc2d822 100644 --- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h +++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h @@ -34,7 +34,7 @@ class KisRect; class KisToolPolygon : public KisToolShape { typedef KisToolShape super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_polygon/tool_polygon.h b/chalk/plugins/tools/tool_polygon/tool_polygon.h index 3f9f22ae..f56a7feb 100644 --- a/chalk/plugins/tools/tool_polygon/tool_polygon.h +++ b/chalk/plugins/tools/tool_polygon/tool_polygon.h @@ -26,7 +26,7 @@ */ class ToolPolygon : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h index f8522167..5d1bd81c 100644 --- a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h +++ b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h @@ -37,7 +37,7 @@ class KisRect; class KisToolPolyline : public KisToolPaint { typedef KisToolPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_polyline/tool_polyline.h b/chalk/plugins/tools/tool_polyline/tool_polyline.h index c8b95ed9..e1e55457 100644 --- a/chalk/plugins/tools/tool_polyline/tool_polyline.h +++ b/chalk/plugins/tools/tool_polyline/tool_polyline.h @@ -28,7 +28,7 @@ class KisView; */ class ToolPolyline : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolPolyline(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h index ad61b7da..0a338797 100644 --- a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h +++ b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h @@ -39,7 +39,7 @@ class KisSelectionOptions; class KisToolSelectSimilar : public KisToolNonPaint { - Q_OBJECT + TQ_OBJECT typedef KisToolNonPaint super; diff --git a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h index 124c126b..b228a0df 100644 --- a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h +++ b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h @@ -23,7 +23,7 @@ class SelectSimilar : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: SelectSimilar(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_star/kis_tool_star.h b/chalk/plugins/tools/tool_star/kis_tool_star.h index 203785c9..49bd259c 100644 --- a/chalk/plugins/tools/tool_star/kis_tool_star.h +++ b/chalk/plugins/tools/tool_star/kis_tool_star.h @@ -33,7 +33,7 @@ class WdgToolStar; class KisToolStar : public KisToolShape { typedef KisToolShape super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_star/tool_star.h b/chalk/plugins/tools/tool_star/tool_star.h index 648b5cc6..e9bf68b9 100644 --- a/chalk/plugins/tools/tool_star/tool_star.h +++ b/chalk/plugins/tools/tool_star/tool_star.h @@ -28,7 +28,7 @@ class KisView; */ class ToolStar : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolStar(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/tools/tool_transform/kis_tool_transform.h b/chalk/plugins/tools/tool_transform/kis_tool_transform.h index e7a053ae..991db394 100644 --- a/chalk/plugins/tools/tool_transform/kis_tool_transform.h +++ b/chalk/plugins/tools/tool_transform/kis_tool_transform.h @@ -41,7 +41,7 @@ class KisFilterStrategy; class KisToolTransform : public KisToolNonPaint, KisCommandHistoryListener { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/tools/tool_transform/tool_transform.h b/chalk/plugins/tools/tool_transform/tool_transform.h index 0bcff2dd..b9786f9a 100644 --- a/chalk/plugins/tools/tool_transform/tool_transform.h +++ b/chalk/plugins/tools/tool_transform/tool_transform.h @@ -28,7 +28,7 @@ class KisView; */ class ToolTransform : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolTransform(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/colorrange/colorrange.h b/chalk/plugins/viewplugins/colorrange/colorrange.h index 7ee2bc41..a0e96774 100644 --- a/chalk/plugins/viewplugins/colorrange/colorrange.h +++ b/chalk/plugins/viewplugins/colorrange/colorrange.h @@ -27,7 +27,7 @@ class KisView; class ColorRange : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ColorRange(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h b/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h index d83cf097..a560fddc 100644 --- a/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h +++ b/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h @@ -56,7 +56,7 @@ enum enumAction { */ class DlgColorRange: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT diff --git a/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.h b/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.h index 1cdc0fd5..7c9c1f0a 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.h +++ b/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.h @@ -30,7 +30,7 @@ class KisView; */ class ColorSpaceConversion : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ColorSpaceConversion(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h b/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h index 64bf630f..10668b8f 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h +++ b/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h @@ -31,7 +31,7 @@ class WdgConvertColorSpace; */ class DlgColorSpaceConversion: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.h b/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.h index d3f1614c..3d8007a4 100644 --- a/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.h +++ b/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.h @@ -32,7 +32,7 @@ class TQColor; */ class DlgDropshadow: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow.h b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow.h index cce14cfb..1c316067 100644 --- a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow.h +++ b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow.h @@ -37,7 +37,7 @@ class KisProgressDisplayInterface; class KisDropshadow : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.h b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.h index 0ee970a2..1381ae31 100644 --- a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.h +++ b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.h @@ -28,7 +28,7 @@ class KisView; class KisDropshadowPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: KisDropshadowPlugin(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h b/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h index 7f9b312e..8c893c26 100644 --- a/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h +++ b/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h @@ -31,7 +31,7 @@ namespace Plugins { namespace FiltersGallery { class ChalkFiltersGallery : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ChalkFiltersGallery(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h b/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h index a12fef12..e0ed5a29 100644 --- a/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h +++ b/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h @@ -42,7 +42,7 @@ namespace FiltersGallery { */ class KisDlgFiltersGallery : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KisDlgFiltersGallery(KisView* view, TQWidget* parent,const char *name = ""); diff --git a/chalk/plugins/viewplugins/histogram/dlg_histogram.h b/chalk/plugins/viewplugins/histogram/dlg_histogram.h index 415e065f..256b81d3 100644 --- a/chalk/plugins/viewplugins/histogram/dlg_histogram.h +++ b/chalk/plugins/viewplugins/histogram/dlg_histogram.h @@ -34,7 +34,7 @@ class KisHistogramWidget; */ class DlgHistogram: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/histogram/histogram.h b/chalk/plugins/viewplugins/histogram/histogram.h index 1399d185..7a4034ea 100644 --- a/chalk/plugins/viewplugins/histogram/histogram.h +++ b/chalk/plugins/viewplugins/histogram/histogram.h @@ -29,7 +29,7 @@ class KisImage; class Histogram : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Histogram(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h b/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h index e308e540..23e5d765 100644 --- a/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h +++ b/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h @@ -29,7 +29,7 @@ class KisColorSpace; */ class KisHistogramWidget : public WdgHistogram { typedef WdgHistogram super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h b/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h index 6e2e325b..4e310ca5 100644 --- a/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h +++ b/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h @@ -38,7 +38,7 @@ class KisColorSpace; class ChalkHistogramDocker : public KParts::Plugin { -Q_OBJECT +TQ_OBJECT public: ChalkHistogramDocker(TQObject *parent, const char *name, const TQStringList &); @@ -63,7 +63,7 @@ private: class KisGenericRGBHistogramProducerFactory; class HistogramDockerUpdater : public TQObject { -Q_OBJECT +TQ_OBJECT public: HistogramDockerUpdater(TQObject* parent, KisHistogramSP h, KisHistogramView* v, diff --git a/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h b/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h index e78c6f22..80423ebc 100644 --- a/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h +++ b/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h @@ -35,7 +35,7 @@ * already violated with the asynchronousity of it that is not really an issue anymore, I think) **/ class KisAccumulatingHistogramProducer : public TQObject, public KisBasicHistogramProducer { -Q_OBJECT +TQ_OBJECT public: KisAccumulatingHistogramProducer(KisCachedHistogramObserver::Producers* source); diff --git a/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h b/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h index 3c3bb12a..5ad7b13e 100644 --- a/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h +++ b/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h @@ -31,7 +31,7 @@ class KisView; class KisImageRasteredCache : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h b/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h index a38a1df5..efac6a56 100644 --- a/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h +++ b/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h @@ -31,7 +31,7 @@ class WdgImageSize; */ class DlgImageSize: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/imagesize/dlg_layersize.h b/chalk/plugins/viewplugins/imagesize/dlg_layersize.h index 1729c227..66134c29 100644 --- a/chalk/plugins/viewplugins/imagesize/dlg_layersize.h +++ b/chalk/plugins/viewplugins/imagesize/dlg_layersize.h @@ -28,7 +28,7 @@ class KisFilterStrategy; class DlgLayerSize: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/imagesize/imagesize.h b/chalk/plugins/viewplugins/imagesize/imagesize.h index c91c7905..09a37f0e 100644 --- a/chalk/plugins/viewplugins/imagesize/imagesize.h +++ b/chalk/plugins/viewplugins/imagesize/imagesize.h @@ -27,7 +27,7 @@ class KisPainter; class ImageSize : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ImageSize(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h b/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h index 10be5f54..0494bba3 100644 --- a/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h @@ -26,7 +26,7 @@ class WdgBorderSelection; class DlgBorderSelection: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/modify_selection/dlg_grow_selection.h b/chalk/plugins/viewplugins/modify_selection/dlg_grow_selection.h index caf1101e..072d4388 100644 --- a/chalk/plugins/viewplugins/modify_selection/dlg_grow_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/dlg_grow_selection.h @@ -26,7 +26,7 @@ class WdgGrowSelection; class DlgGrowSelection: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/modify_selection/dlg_shrink_selection.h b/chalk/plugins/viewplugins/modify_selection/dlg_shrink_selection.h index f7b93c0c..f62d019f 100644 --- a/chalk/plugins/viewplugins/modify_selection/dlg_shrink_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/dlg_shrink_selection.h @@ -26,7 +26,7 @@ class WdgShrinkSelection; class DlgShrinkSelection: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/modify_selection/modify_selection.h b/chalk/plugins/viewplugins/modify_selection/modify_selection.h index aa0eb749..7a516dde 100644 --- a/chalk/plugins/viewplugins/modify_selection/modify_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/modify_selection.h @@ -26,7 +26,7 @@ class KisView; class ModifySelection : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ModifySelection(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/performancetest/dlg_perftest.h b/chalk/plugins/viewplugins/performancetest/dlg_perftest.h index bf22ec46..22e7a9ab 100644 --- a/chalk/plugins/viewplugins/performancetest/dlg_perftest.h +++ b/chalk/plugins/viewplugins/performancetest/dlg_perftest.h @@ -26,7 +26,7 @@ class WdgPerfTest; class DlgPerfTest: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/performancetest/perftest.h b/chalk/plugins/viewplugins/performancetest/perftest.h index 4401dd33..455a95ee 100644 --- a/chalk/plugins/viewplugins/performancetest/perftest.h +++ b/chalk/plugins/viewplugins/performancetest/perftest.h @@ -30,7 +30,7 @@ class KisID; class PerfTest : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: PerfTest(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h b/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h index a6c87bb8..f037eded 100644 --- a/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h +++ b/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h @@ -34,7 +34,7 @@ enum enumRotationDirection { class DlgRotateImage: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/rotateimage/rotateimage.h b/chalk/plugins/viewplugins/rotateimage/rotateimage.h index c566ad91..4505ee8d 100644 --- a/chalk/plugins/viewplugins/rotateimage/rotateimage.h +++ b/chalk/plugins/viewplugins/rotateimage/rotateimage.h @@ -26,7 +26,7 @@ class KisView; class RotateImage : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: RotateImage(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/screenshot/ksnapshot.h b/chalk/plugins/viewplugins/screenshot/ksnapshot.h index 13c4cb91..5edb5273 100644 --- a/chalk/plugins/viewplugins/screenshot/ksnapshot.h +++ b/chalk/plugins/viewplugins/screenshot/ksnapshot.h @@ -36,7 +36,7 @@ class KSnapshotWidget; class KSnapshotThumb : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -77,7 +77,7 @@ protected: class KSnapshot : public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/screenshot/regiongrabber.h b/chalk/plugins/viewplugins/screenshot/regiongrabber.h index 87415e79..1d1fb253 100644 --- a/chalk/plugins/viewplugins/screenshot/regiongrabber.h +++ b/chalk/plugins/viewplugins/screenshot/regiongrabber.h @@ -38,7 +38,7 @@ public: class RegionGrabber : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/screenshot/screenshot.h b/chalk/plugins/viewplugins/screenshot/screenshot.h index 8a00a8fb..a6b9366d 100644 --- a/chalk/plugins/viewplugins/screenshot/screenshot.h +++ b/chalk/plugins/viewplugins/screenshot/screenshot.h @@ -26,7 +26,7 @@ class KSnapshot; class Screenshot : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Screenshot(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h b/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h index 777a8aac..0a8426cb 100644 --- a/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h +++ b/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h @@ -43,7 +43,7 @@ class IteratorMemoryManaged { }; class IteratorMemoryManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: IteratorMemoryManager(IteratorMemoryManaged* it) : m_it(it) diff --git a/chalk/plugins/viewplugins/scripting/chalkscripting/kis_script_monitor.h b/chalk/plugins/viewplugins/scripting/chalkscripting/kis_script_monitor.h index b2495d8b..8e0d2094 100644 --- a/chalk/plugins/viewplugins/scripting/chalkscripting/kis_script_monitor.h +++ b/chalk/plugins/viewplugins/scripting/chalkscripting/kis_script_monitor.h @@ -32,7 +32,7 @@ namespace Kross { @author Cyrille Berger <[email protected]> */ class KisScriptMonitor : public TQObject { - Q_OBJECT + TQ_OBJECT private: KisScriptMonitor(); diff --git a/chalk/plugins/viewplugins/scripting/scripting.h b/chalk/plugins/viewplugins/scripting/scripting.h index a2353d7a..01f2b0e8 100644 --- a/chalk/plugins/viewplugins/scripting/scripting.h +++ b/chalk/plugins/viewplugins/scripting/scripting.h @@ -36,7 +36,7 @@ namespace Kross { class Scripting : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Scripting(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/selectopaque/selectopaque.h b/chalk/plugins/viewplugins/selectopaque/selectopaque.h index ac85e8c8..d5b26136 100644 --- a/chalk/plugins/viewplugins/selectopaque/selectopaque.h +++ b/chalk/plugins/viewplugins/selectopaque/selectopaque.h @@ -27,7 +27,7 @@ class KisView; class SelectOpaque : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: SelectOpaque(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/separate_channels/dlg_separate.h b/chalk/plugins/viewplugins/separate_channels/dlg_separate.h index a614858e..372adb2c 100644 --- a/chalk/plugins/viewplugins/separate_channels/dlg_separate.h +++ b/chalk/plugins/viewplugins/separate_channels/dlg_separate.h @@ -31,7 +31,7 @@ class WdgSeparations; */ class DlgSeparate: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.h b/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.h index c188cb3c..b4d94448 100644 --- a/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.h +++ b/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.h @@ -47,7 +47,7 @@ enum enumSepOutput { class KisChannelSeparator : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/separate_channels/kis_separate_channels_plugin.h b/chalk/plugins/viewplugins/separate_channels/kis_separate_channels_plugin.h index 2190957d..0a6d81fa 100644 --- a/chalk/plugins/viewplugins/separate_channels/kis_separate_channels_plugin.h +++ b/chalk/plugins/viewplugins/separate_channels/kis_separate_channels_plugin.h @@ -28,7 +28,7 @@ class KisView; class KisSeparateChannelsPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: KisSeparateChannelsPlugin(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h b/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h index e10ff667..63117dc4 100644 --- a/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h +++ b/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h @@ -26,7 +26,7 @@ class WdgShearImage; class DlgShearImage: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/shearimage/shearimage.h b/chalk/plugins/viewplugins/shearimage/shearimage.h index 9f9c1c31..42748b2c 100644 --- a/chalk/plugins/viewplugins/shearimage/shearimage.h +++ b/chalk/plugins/viewplugins/shearimage/shearimage.h @@ -26,7 +26,7 @@ class KisView; class ShearImage : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ShearImage(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/substrate/dlg_substrate.h b/chalk/plugins/viewplugins/substrate/dlg_substrate.h index d25425f6..e4aafacd 100644 --- a/chalk/plugins/viewplugins/substrate/dlg_substrate.h +++ b/chalk/plugins/viewplugins/substrate/dlg_substrate.h @@ -35,7 +35,7 @@ class DlgSubstrate: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/substrate/substrate.h b/chalk/plugins/viewplugins/substrate/substrate.h index 54e26d0c..cfb14d5b 100644 --- a/chalk/plugins/viewplugins/substrate/substrate.h +++ b/chalk/plugins/viewplugins/substrate/substrate.h @@ -27,7 +27,7 @@ class KisView; class SubstratePlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: SubstratePlugin(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/plugins/viewplugins/variations/dlg_variations.h b/chalk/plugins/viewplugins/variations/dlg_variations.h index 9be3a2a1..1e6ce778 100644 --- a/chalk/plugins/viewplugins/variations/dlg_variations.h +++ b/chalk/plugins/viewplugins/variations/dlg_variations.h @@ -35,7 +35,7 @@ class DlgVariations: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/plugins/viewplugins/variations/variations.h b/chalk/plugins/viewplugins/variations/variations.h index cac1e1aa..2799603c 100644 --- a/chalk/plugins/viewplugins/variations/variations.h +++ b/chalk/plugins/viewplugins/variations/variations.h @@ -27,7 +27,7 @@ class KisView; class Variations : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Variations(TQObject *parent, const char *name, const TQStringList &); diff --git a/chalk/sdk/kis_progress_subject.h b/chalk/sdk/kis_progress_subject.h index efda3670..0b496775 100644 --- a/chalk/sdk/kis_progress_subject.h +++ b/chalk/sdk/kis_progress_subject.h @@ -23,7 +23,7 @@ #include <koffice_export.h> class KRITAUI_EXPORT KisProgressSubject : public TQObject { - Q_OBJECT + TQ_OBJECT protected: diff --git a/chalk/ui/imageviewer.h b/chalk/ui/imageviewer.h index b2fc86db..c44edaad 100644 --- a/chalk/ui/imageviewer.h +++ b/chalk/ui/imageviewer.h @@ -31,7 +31,7 @@ class TQLabel; * don't have to filter everything, but just the the new bits. */ class ImageViewer : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kcurve.h b/chalk/ui/kcurve.h index f2a006be..a0f79a27 100644 --- a/chalk/ui/kcurve.h +++ b/chalk/ui/kcurve.h @@ -28,7 +28,7 @@ #include <koffice_export.h> class KRITAUI_EXPORT KCurve : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/chalk/ui/kis_autobrush.h b/chalk/ui/kis_autobrush.h index e07d7db6..a29ff0a7 100644 --- a/chalk/ui/kis_autobrush.h +++ b/chalk/ui/kis_autobrush.h @@ -25,7 +25,7 @@ class KisAutobrush : public KisWdgAutobrush { - Q_OBJECT + TQ_OBJECT public: KisAutobrush(TQWidget *parent, const char* name, const TQString& caption); diff --git a/chalk/ui/kis_autogradient.h b/chalk/ui/kis_autogradient.h index ff14345b..94b80103 100644 --- a/chalk/ui/kis_autogradient.h +++ b/chalk/ui/kis_autogradient.h @@ -28,7 +28,7 @@ class KisAutogradientResource; class KisAutogradient : public KisWdgAutogradient { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_birdeye_box.h b/chalk/ui/kis_birdeye_box.h index 01883933..76a1cc3c 100644 --- a/chalk/ui/kis_birdeye_box.h +++ b/chalk/ui/kis_birdeye_box.h @@ -33,7 +33,7 @@ class KisColorSpace; class KisBirdEyeBox : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_brush_chooser.h b/chalk/ui/kis_brush_chooser.h index eaf2aa6f..ee5450e4 100644 --- a/chalk/ui/kis_brush_chooser.h +++ b/chalk/ui/kis_brush_chooser.h @@ -27,7 +27,7 @@ class KisDoubleWidget; class KisBrushChooser : public KisItemChooser { typedef KisItemChooser super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_canvas.h b/chalk/ui/kis_canvas.h index 79841b7a..6ab2c680 100644 --- a/chalk/ui/kis_canvas.h +++ b/chalk/ui/kis_canvas.h @@ -65,7 +65,7 @@ class KisDoubleClickEvent; class KisCanvasWidgetPainter; class KisCanvasWidget : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -282,7 +282,7 @@ protected: }; class KisCanvas : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_clipboard.h b/chalk/ui/kis_clipboard.h index fc90bf50..c83e56e7 100644 --- a/chalk/ui/kis_clipboard.h +++ b/chalk/ui/kis_clipboard.h @@ -33,7 +33,7 @@ class TQImage; */ class KisClipboard : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_cmb_composite.h b/chalk/ui/kis_cmb_composite.h index ba11af4c..dca0f0b2 100644 --- a/chalk/ui/kis_cmb_composite.h +++ b/chalk/ui/kis_cmb_composite.h @@ -40,7 +40,7 @@ class KRITAUI_EXPORT KisCmbComposite : public TQComboBox { typedef TQComboBox super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_cmb_idlist.h b/chalk/ui/kis_cmb_idlist.h index 9d14e2a2..b6ecbdfe 100644 --- a/chalk/ui/kis_cmb_idlist.h +++ b/chalk/ui/kis_cmb_idlist.h @@ -34,7 +34,7 @@ class KisCmbIDList : public TQComboBox { typedef TQComboBox super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_color_cup.h b/chalk/ui/kis_color_cup.h index 6a304957..ad18a449 100644 --- a/chalk/ui/kis_color_cup.h +++ b/chalk/ui/kis_color_cup.h @@ -33,7 +33,7 @@ class KValueSelector; class KisColorPopup : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -55,7 +55,7 @@ private: class KRITAUI_EXPORT KisColorCup : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_controlframe.h b/chalk/ui/kis_controlframe.h index 1c07b066..9319fdf7 100644 --- a/chalk/ui/kis_controlframe.h +++ b/chalk/ui/kis_controlframe.h @@ -51,7 +51,7 @@ class KisView; class KisPopupFrame : public TQPopupMenu { - Q_OBJECT + TQ_OBJECT public: @@ -75,7 +75,7 @@ private: */ class KisControlFrame : public TQObject //: public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_custom_brush.h b/chalk/ui/kis_custom_brush.h index 1d94bdcc..7468691f 100644 --- a/chalk/ui/kis_custom_brush.h +++ b/chalk/ui/kis_custom_brush.h @@ -30,7 +30,7 @@ class KisResourceServerBase; class KisCustomBrush : public KisWdgCustomBrush { - Q_OBJECT + TQ_OBJECT public: KisCustomBrush(TQWidget *parent, const char* name, const TQString& caption, KisView* view); diff --git a/chalk/ui/kis_custom_image_widget.h b/chalk/ui/kis_custom_image_widget.h index 4c171773..79c89680 100644 --- a/chalk/ui/kis_custom_image_widget.h +++ b/chalk/ui/kis_custom_image_widget.h @@ -31,7 +31,7 @@ class KisID; * for a new empty image document. */ class KisCustomImageWidget : public WdgNewImage { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/chalk/ui/kis_custom_palette.h b/chalk/ui/kis_custom_palette.h index 52c76a7c..afdba596 100644 --- a/chalk/ui/kis_custom_palette.h +++ b/chalk/ui/kis_custom_palette.h @@ -31,7 +31,7 @@ class KisResourceServerBase; class KisCustomPalette : public KisWdgCustomPalette { - Q_OBJECT + TQ_OBJECT public: KisCustomPalette(TQWidget *parent, const char* name, const TQString& caption, KisView* view); diff --git a/chalk/ui/kis_custom_pattern.h b/chalk/ui/kis_custom_pattern.h index bfd1a5f4..cf46f802 100644 --- a/chalk/ui/kis_custom_pattern.h +++ b/chalk/ui/kis_custom_pattern.h @@ -30,7 +30,7 @@ class KisResourceServerBase; class KisCustomPattern : public KisWdgCustomPattern { - Q_OBJECT + TQ_OBJECT public: KisCustomPattern(TQWidget *parent, const char* name, const TQString& caption, KisView* view); diff --git a/chalk/ui/kis_dlg_adj_layer_props.h b/chalk/ui/kis_dlg_adj_layer_props.h index a87e63f2..fea9a356 100644 --- a/chalk/ui/kis_dlg_adj_layer_props.h +++ b/chalk/ui/kis_dlg_adj_layer_props.h @@ -37,7 +37,7 @@ class TQGroupBox; class KisDlgAdjLayerProps : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_dlg_adjustment_layer.h b/chalk/ui/kis_dlg_adjustment_layer.h index 58e2020a..920f5ea5 100644 --- a/chalk/ui/kis_dlg_adjustment_layer.h +++ b/chalk/ui/kis_dlg_adjustment_layer.h @@ -37,7 +37,7 @@ class TQGroupBox; class KisDlgAdjustmentLayer : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_dlg_apply_profile.h b/chalk/ui/kis_dlg_apply_profile.h index 60629f5c..d0a22e8e 100644 --- a/chalk/ui/kis_dlg_apply_profile.h +++ b/chalk/ui/kis_dlg_apply_profile.h @@ -26,7 +26,7 @@ class WdgApplyProfile; class KisDlgApplyProfile : public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_dlg_image_properties.h b/chalk/ui/kis_dlg_image_properties.h index 7f3e7892..c0b52e5e 100644 --- a/chalk/ui/kis_dlg_image_properties.h +++ b/chalk/ui/kis_dlg_image_properties.h @@ -28,7 +28,7 @@ class KisID; class KisDlgImageProperties : public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_dlg_layer_properties.h b/chalk/ui/kis_dlg_layer_properties.h index 00e89ca8..539b7a7b 100644 --- a/chalk/ui/kis_dlg_layer_properties.h +++ b/chalk/ui/kis_dlg_layer_properties.h @@ -27,7 +27,7 @@ class KisColorSpace; class KisDlgLayerProperties : public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_dlg_new_layer.h b/chalk/ui/kis_dlg_new_layer.h index b54b2ec6..f6807db1 100644 --- a/chalk/ui/kis_dlg_new_layer.h +++ b/chalk/ui/kis_dlg_new_layer.h @@ -31,7 +31,7 @@ class WdgLayerProperties; class NewLayerDialog : public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_dlg_preferences.h b/chalk/ui/kis_dlg_preferences.h index 0b53dc9e..35824105 100644 --- a/chalk/ui/kis_dlg_preferences.h +++ b/chalk/ui/kis_dlg_preferences.h @@ -48,7 +48,7 @@ class KisID; */ class GeneralTab : public WdgGeneralSettings { - Q_OBJECT + TQ_OBJECT public: @@ -67,7 +67,7 @@ public: class ColorSettingsTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -90,7 +90,7 @@ public: */ class PerformanceTab : public WdgPerformanceSettings { -Q_OBJECT +TQ_OBJECT public: @@ -108,7 +108,7 @@ public: */ class TabletSettingsTab : public WdgTabletSettings { -Q_OBJECT +TQ_OBJECT public: @@ -205,7 +205,7 @@ private: */ class DisplaySettingsTab : public WdgDisplaySettings { -Q_OBJECT +TQ_OBJECT public: @@ -224,7 +224,7 @@ protected slots: * Grid settings tab for preferences dialog */ class GridSettingsTab : public WdgGridSettingsBase { - Q_OBJECT + TQ_OBJECT public: GridSettingsTab(TQWidget* parent); @@ -246,7 +246,7 @@ class GridSettingsTab : public WdgGridSettingsBase { */ class PreferencesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_doc.h b/chalk/ui/kis_doc.h index ccb4b535..e9352943 100644 --- a/chalk/ui/kis_doc.h +++ b/chalk/ui/kis_doc.h @@ -49,7 +49,7 @@ class KisCompositeOp; class KRITACORE_EXPORT KisDoc : public KoDocument, private KisUndoAdapter { typedef KoDocument super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_double_widget.h b/chalk/ui/kis_double_widget.h index e0e37e23..b0f2f010 100644 --- a/chalk/ui/kis_double_widget.h +++ b/chalk/ui/kis_double_widget.h @@ -30,7 +30,7 @@ class KDoubleSpinBox; class KisDoubleWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/chalk/ui/kis_factory.h b/chalk/ui/kis_factory.h index fccd3e09..5761d46c 100644 --- a/chalk/ui/kis_factory.h +++ b/chalk/ui/kis_factory.h @@ -34,7 +34,7 @@ class TDEAboutData; class KRITACORE_EXPORT KisFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_filter_manager.h b/chalk/ui/kis_filter_manager.h index f39e31b2..980eb588 100644 --- a/chalk/ui/kis_filter_manager.h +++ b/chalk/ui/kis_filter_manager.h @@ -43,7 +43,7 @@ class KisPreviewDialog; */ class KRITACORE_EXPORT KisFilterManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_gradient_chooser.h b/chalk/ui/kis_gradient_chooser.h index f61327d8..52438be7 100644 --- a/chalk/ui/kis_gradient_chooser.h +++ b/chalk/ui/kis_gradient_chooser.h @@ -28,7 +28,7 @@ class KisView; class KisCustomGradientDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -43,7 +43,7 @@ private: class KisGradientChooser : public KisItemChooser { typedef KisItemChooser super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_gradient_slider_widget.h b/chalk/ui/kis_gradient_slider_widget.h index e3b22ab6..7271a187 100644 --- a/chalk/ui/kis_gradient_slider_widget.h +++ b/chalk/ui/kis_gradient_slider_widget.h @@ -29,7 +29,7 @@ class KisGradientSegment; class KisGradientSliderWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_grid_manager.h b/chalk/ui/kis_grid_manager.h index 2493d687..7fcbb597 100644 --- a/chalk/ui/kis_grid_manager.h +++ b/chalk/ui/kis_grid_manager.h @@ -32,7 +32,7 @@ class TDEAction; class KisGridManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: KisGridManager(KisView * parent); diff --git a/chalk/ui/kis_histogram_view.h b/chalk/ui/kis_histogram_view.h index 7b3e5743..146dce8d 100644 --- a/chalk/ui/kis_histogram_view.h +++ b/chalk/ui/kis_histogram_view.h @@ -46,7 +46,7 @@ class KisChannelInfo; * info on the layer, and setting a layer will discard info on the histogram. **/ class KisHistogramView : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KisHistogramView(TQWidget *parent = 0, const char *name = 0, WFlags f = 0); diff --git a/chalk/ui/kis_iconwidget.h b/chalk/ui/kis_iconwidget.h index 1baa8d7a..9030a226 100644 --- a/chalk/ui/kis_iconwidget.h +++ b/chalk/ui/kis_iconwidget.h @@ -26,7 +26,7 @@ class KoIconItem; class KisIconWidget : public TQToolButton { typedef TQToolButton super; - Q_OBJECT + TQ_OBJECT /** diff --git a/chalk/ui/kis_import_catcher.h b/chalk/ui/kis_import_catcher.h index 1d5c452f..046eb0f6 100644 --- a/chalk/ui/kis_import_catcher.h +++ b/chalk/ui/kis_import_catcher.h @@ -38,7 +38,7 @@ class KisDoc; */ class KisImportCatcher : TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_int_spinbox.h b/chalk/ui/kis_int_spinbox.h index ea80a80d..12aa5abb 100644 --- a/chalk/ui/kis_int_spinbox.h +++ b/chalk/ui/kis_int_spinbox.h @@ -33,7 +33,7 @@ class TQLayout; class TQValidator; class KisPopupSlider : public TQPopupMenu { - Q_OBJECT + TQ_OBJECT public: @@ -74,7 +74,7 @@ signals: class KisIntSpinbox : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int value READ value WRITE setValue ) TQ_PROPERTY( int minValue READ minValue WRITE setMinValue ) diff --git a/chalk/ui/kis_itemchooser.h b/chalk/ui/kis_itemchooser.h index 5b46a78c..a1c8b249 100644 --- a/chalk/ui/kis_itemchooser.h +++ b/chalk/ui/kis_itemchooser.h @@ -30,7 +30,7 @@ typedef TQPtrList<KoIconItem> vKoIconItem; class KisItemChooser : public TQWidget { typedef TQWidget super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_label_cursor_pos.h b/chalk/ui/kis_label_cursor_pos.h index 81a8a30a..edd3870c 100644 --- a/chalk/ui/kis_label_cursor_pos.h +++ b/chalk/ui/kis_label_cursor_pos.h @@ -21,7 +21,7 @@ #include <tqlabel.h> class KisLabelCursorPos : public TQLabel { - Q_OBJECT + TQ_OBJECT typedef TQLabel super; diff --git a/chalk/ui/kis_label_progress.h b/chalk/ui/kis_label_progress.h index f40a2ca2..707bd169 100644 --- a/chalk/ui/kis_label_progress.h +++ b/chalk/ui/kis_label_progress.h @@ -28,7 +28,7 @@ class TQToolButton; class KProgress; class KisLabelProgress : public TQLabel, public KisProgressDisplayInterface { - Q_OBJECT + TQ_OBJECT typedef TQLabel super; diff --git a/chalk/ui/kis_label_zoom.h b/chalk/ui/kis_label_zoom.h index 527b45e5..5aa842d6 100644 --- a/chalk/ui/kis_label_zoom.h +++ b/chalk/ui/kis_label_zoom.h @@ -21,7 +21,7 @@ #include <tqlabel.h> class KisLabelZoom : public TQLabel { - Q_OBJECT + TQ_OBJECT KisLabelZoom( TQWidget *parent, const char *name = 0, WFlags f = 0 ) : diff --git a/chalk/ui/kis_layerbox.h b/chalk/ui/kis_layerbox.h index fb93bb0f..69b578ed 100644 --- a/chalk/ui/kis_layerbox.h +++ b/chalk/ui/kis_layerbox.h @@ -43,7 +43,7 @@ class KisCanvasSubject; class KisLayerBox : public TQFrame { typedef TQFrame super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_layerlist.h b/chalk/ui/kis_layerlist.h index 92683b80..375370c1 100644 --- a/chalk/ui/kis_layerlist.h +++ b/chalk/ui/kis_layerlist.h @@ -29,7 +29,7 @@ class KisLayer; class KisLayerList: public LayerList { - Q_OBJECT + TQ_OBJECT typedef LayerList super; diff --git a/chalk/ui/kis_multi_bool_filter_widget.h b/chalk/ui/kis_multi_bool_filter_widget.h index a3d87559..43cab1ed 100644 --- a/chalk/ui/kis_multi_bool_filter_widget.h +++ b/chalk/ui/kis_multi_bool_filter_widget.h @@ -40,7 +40,7 @@ typedef std::vector<KisBoolWidgetParam> vKisBoolWidgetParam; class KRITA_EXPORT KisMultiBoolFilterWidget : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisMultiBoolFilterWidget(TQWidget * parent, const char * name, const char *caption, vKisBoolWidgetParam iwparam); diff --git a/chalk/ui/kis_multi_double_filter_widget.h b/chalk/ui/kis_multi_double_filter_widget.h index 6c152a91..d6949e20 100644 --- a/chalk/ui/kis_multi_double_filter_widget.h +++ b/chalk/ui/kis_multi_double_filter_widget.h @@ -27,7 +27,7 @@ class KisDelayedActionDoubleInput : public KDoubleNumInput { - Q_OBJECT + TQ_OBJECT public: @@ -63,7 +63,7 @@ typedef std::vector<KisDoubleWidgetParam> vKisDoubleWidgetParam; class KRITA_EXPORT KisMultiDoubleFilterWidget : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisMultiDoubleFilterWidget(TQWidget * parent, const char * name, const char * caption, vKisDoubleWidgetParam dwparam); diff --git a/chalk/ui/kis_multi_integer_filter_widget.h b/chalk/ui/kis_multi_integer_filter_widget.h index e4060c2c..21f47474 100644 --- a/chalk/ui/kis_multi_integer_filter_widget.h +++ b/chalk/ui/kis_multi_integer_filter_widget.h @@ -28,7 +28,7 @@ class KisDelayedActionIntegerInput : public KIntNumInput { - Q_OBJECT + TQ_OBJECT public: @@ -64,7 +64,7 @@ typedef std::vector<KisIntegerWidgetParam> vKisIntegerWidgetParam; class KRITA_EXPORT KisMultiIntegerFilterWidget : public KisFilterConfigWidget { - Q_OBJECT + TQ_OBJECT public: KisMultiIntegerFilterWidget(TQWidget * parent, const char * name, const char *caption, vKisIntegerWidgetParam iwparam); diff --git a/chalk/ui/kis_opengl_image_context.h b/chalk/ui/kis_opengl_image_context.h index 6bdca958..293c4b9a 100644 --- a/chalk/ui/kis_opengl_image_context.h +++ b/chalk/ui/kis_opengl_image_context.h @@ -42,7 +42,7 @@ class KisColorSpace; class KRITACORE_EXPORT KisOpenGLImageContext : public TQObject , public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_paintop_box.h b/chalk/ui/kis_paintop_box.h index 9312341e..4d4204a6 100644 --- a/chalk/ui/kis_paintop_box.h +++ b/chalk/ui/kis_paintop_box.h @@ -49,7 +49,7 @@ class KisColorSpace; */ class KisPaintopBox : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/chalk/ui/kis_palette_view.h b/chalk/ui/kis_palette_view.h index 1f8ddb0d..a60ae3e7 100644 --- a/chalk/ui/kis_palette_view.h +++ b/chalk/ui/kis_palette_view.h @@ -34,7 +34,7 @@ class KisColor; */ class KisPaletteView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: KisPaletteView(TQWidget *parent, const char* name = 0, int minWidth=210, int cols = 16); diff --git a/chalk/ui/kis_palette_widget.h b/chalk/ui/kis_palette_widget.h index 06530fbd..32f47b14 100644 --- a/chalk/ui/kis_palette_widget.h +++ b/chalk/ui/kis_palette_widget.h @@ -38,7 +38,7 @@ class KisColor; */ class KisPaletteWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KisPaletteWidget( TQWidget *parent, int minWidth=210, int cols = 16); diff --git a/chalk/ui/kis_part_layer.h b/chalk/ui/kis_part_layer.h index 47b8d954..8b95e2e8 100644 --- a/chalk/ui/kis_part_layer.h +++ b/chalk/ui/kis_part_layer.h @@ -72,7 +72,7 @@ protected: * Embedded parts should get loaded and saved to the Native Chalk Fileformat natively. */ class KisPartLayerImpl : public KisPartLayer { - Q_OBJECT + TQ_OBJECT typedef KisPartLayer super; public: diff --git a/chalk/ui/kis_part_layer_handler.h b/chalk/ui/kis_part_layer_handler.h index cec8524a..e9327162 100644 --- a/chalk/ui/kis_part_layer_handler.h +++ b/chalk/ui/kis_part_layer_handler.h @@ -28,7 +28,7 @@ class TQKeyEvent; class KisPartLayerHandler : public TQObject { -Q_OBJECT +TQ_OBJECT public: KisPartLayerHandler(KisView* view, const KoDocumentEntry& entry, diff --git a/chalk/ui/kis_pattern_chooser.h b/chalk/ui/kis_pattern_chooser.h index 31350a1d..d830c0fc 100644 --- a/chalk/ui/kis_pattern_chooser.h +++ b/chalk/ui/kis_pattern_chooser.h @@ -24,7 +24,7 @@ class TQLabel; class KisPatternChooser : public KisItemChooser { typedef KisItemChooser super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_perspective_grid_manager.h b/chalk/ui/kis_perspective_grid_manager.h index db5147b7..3a6f2b07 100644 --- a/chalk/ui/kis_perspective_grid_manager.h +++ b/chalk/ui/kis_perspective_grid_manager.h @@ -30,7 +30,7 @@ class KisView; class KisPerspectiveGridManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: KisPerspectiveGridManager(KisView * parent); diff --git a/chalk/ui/kis_previewdialog.h b/chalk/ui/kis_previewdialog.h index b5269fee..2c097a38 100644 --- a/chalk/ui/kis_previewdialog.h +++ b/chalk/ui/kis_previewdialog.h @@ -28,7 +28,7 @@ class TQFrame; class KisPreviewDialog: public KDialogBase { typedef KDialogBase super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_previewwidget.h b/chalk/ui/kis_previewwidget.h index 359175b7..345b88be 100644 --- a/chalk/ui/kis_previewwidget.h +++ b/chalk/ui/kis_previewwidget.h @@ -47,7 +47,7 @@ class KisLabelProgress; */ class KisPreviewWidget : public PreviewWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_resource_mediator.h b/chalk/ui/kis_resource_mediator.h index 9f78700f..8a45618a 100644 --- a/chalk/ui/kis_resource_mediator.h +++ b/chalk/ui/kis_resource_mediator.h @@ -35,7 +35,7 @@ class KisResourceServerBase; * resource type. */ class KisResourceMediator : public TQObject { - Q_OBJECT + TQ_OBJECT typedef TQObject super; diff --git a/chalk/ui/kis_resourceserver.h b/chalk/ui/kis_resourceserver.h index aa1d0608..a5d1c389 100644 --- a/chalk/ui/kis_resourceserver.h +++ b/chalk/ui/kis_resourceserver.h @@ -30,7 +30,7 @@ class KisResource; class KisResourceServerBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: KisResourceServerBase(TQString type); diff --git a/chalk/ui/kis_ruler.h b/chalk/ui/kis_ruler.h index 088f8df0..d0ee1451 100644 --- a/chalk/ui/kis_ruler.h +++ b/chalk/ui/kis_ruler.h @@ -33,7 +33,7 @@ class TQPainter; class KisRuler : public TQFrame { - Q_OBJECT + TQ_OBJECT typedef TQFrame super; diff --git a/chalk/ui/kis_selection_manager.h b/chalk/ui/kis_selection_manager.h index 1bec7c34..54dc2795 100644 --- a/chalk/ui/kis_selection_manager.h +++ b/chalk/ui/kis_selection_manager.h @@ -35,7 +35,7 @@ class KisClipboard; */ class KRITACORE_EXPORT KisSelectionManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_selection_options.h b/chalk/ui/kis_selection_options.h index f4d38c36..c8cc307d 100644 --- a/chalk/ui/kis_selection_options.h +++ b/chalk/ui/kis_selection_options.h @@ -31,7 +31,7 @@ class WdgSelectionOptions; class KRITAUI_EXPORT KisSelectionOptions : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/chalk/ui/kis_text_brush.h b/chalk/ui/kis_text_brush.h index 4ca84797..282fea94 100644 --- a/chalk/ui/kis_text_brush.h +++ b/chalk/ui/kis_text_brush.h @@ -48,7 +48,7 @@ class KisTextBrushResource : public KisBrush class KisTextBrush : public KisWdgTextBrush { - Q_OBJECT + TQ_OBJECT public: KisTextBrush(TQWidget *parent, const char* name, const TQString& caption); diff --git a/chalk/ui/kis_tool.h b/chalk/ui/kis_tool.h index c217e307..55370517 100644 --- a/chalk/ui/kis_tool.h +++ b/chalk/ui/kis_tool.h @@ -59,7 +59,7 @@ enum enumToolType { const TQ_UINT8 NUMBER_OF_TOOLTYPES = 6; class KisTool : public TQObject, public KisCanvasObserver, public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_tool_dummy.h b/chalk/ui/kis_tool_dummy.h index bf4e52ef..e5da3eb6 100644 --- a/chalk/ui/kis_tool_dummy.h +++ b/chalk/ui/kis_tool_dummy.h @@ -39,7 +39,7 @@ class KisCanvasSubject; class KRITATOOL_EXPORT KisToolDummy : public KisToolNonPaint { typedef KisToolNonPaint super; - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_tool_freehand.h b/chalk/ui/kis_tool_freehand.h index a65c5a1e..d0c2ff2d 100644 --- a/chalk/ui/kis_tool_freehand.h +++ b/chalk/ui/kis_tool_freehand.h @@ -33,7 +33,7 @@ class KisPaintLayer; class KRITACORE_EXPORT KisToolFreehand : public KisToolPaint { - Q_OBJECT + TQ_OBJECT typedef KisToolPaint super; diff --git a/chalk/ui/kis_tool_manager.h b/chalk/ui/kis_tool_manager.h index 4b937881..cae8bc32 100644 --- a/chalk/ui/kis_tool_manager.h +++ b/chalk/ui/kis_tool_manager.h @@ -42,7 +42,7 @@ class KoToolBox; */ class KisToolManager : public TQObject, public KisToolControllerInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_tool_non_paint.h b/chalk/ui/kis_tool_non_paint.h index 41608cae..a628bd9c 100644 --- a/chalk/ui/kis_tool_non_paint.h +++ b/chalk/ui/kis_tool_non_paint.h @@ -38,7 +38,7 @@ class KisCanvasSubject; class KRITACORE_EXPORT KisToolNonPaint : public KisTool { - Q_OBJECT + TQ_OBJECT typedef KisTool super; diff --git a/chalk/ui/kis_tool_paint.h b/chalk/ui/kis_tool_paint.h index 58fddfd7..14f35058 100644 --- a/chalk/ui/kis_tool_paint.h +++ b/chalk/ui/kis_tool_paint.h @@ -50,7 +50,7 @@ enum enumBrushMode { class KRITACORE_EXPORT KisToolPaint : public KisTool { - Q_OBJECT + TQ_OBJECT typedef KisTool super; diff --git a/chalk/ui/kis_tool_registry.h b/chalk/ui/kis_tool_registry.h index 2717b989..0f382379 100644 --- a/chalk/ui/kis_tool_registry.h +++ b/chalk/ui/kis_tool_registry.h @@ -37,7 +37,7 @@ class TQStringList; */ class KRITACORE_EXPORT KisToolRegistry : public TQObject, public KisGenericRegistry<KisToolFactorySP>{ - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/kis_tool_shape.h b/chalk/ui/kis_tool_shape.h index fb750ac5..a634f9ed 100644 --- a/chalk/ui/kis_tool_shape.h +++ b/chalk/ui/kis_tool_shape.h @@ -29,7 +29,7 @@ class WdgGeometryOptions; class KRITACORE_EXPORT KisToolShape : public KisToolPaint { - Q_OBJECT + TQ_OBJECT typedef KisToolPaint super; diff --git a/chalk/ui/kis_view.h b/chalk/ui/kis_view.h index 61d44ac4..f9bf8e0e 100644 --- a/chalk/ui/kis_view.h +++ b/chalk/ui/kis_view.h @@ -117,7 +117,7 @@ class KRITA_EXPORT KisView private KisCanvasController { - Q_OBJECT + TQ_OBJECT typedef KoView super; diff --git a/chalk/ui/kobirdeyepanel.h b/chalk/ui/kobirdeyepanel.h index c93fc78e..f1ef2e7b 100644 --- a/chalk/ui/kobirdeyepanel.h +++ b/chalk/ui/kobirdeyepanel.h @@ -137,7 +137,7 @@ class KoThumbnailAdapter */ class KoBirdEyePanel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/layerlist.h b/chalk/ui/layerlist.h index 03284849..ac9e6aa3 100644 --- a/chalk/ui/layerlist.h +++ b/chalk/ui/layerlist.h @@ -33,7 +33,7 @@ template<class T> class TQPtrList; class LayerList: public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/chalk/ui/squeezedcombobox.h b/chalk/ui/squeezedcombobox.h index bb3b1ae1..56f7100b 100644 --- a/chalk/ui/squeezedcombobox.h +++ b/chalk/ui/squeezedcombobox.h @@ -81,7 +81,7 @@ private: */ class SqueezedComboBox : public TQComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/doc/chalk/developers-plugins.docbook b/doc/chalk/developers-plugins.docbook index bf5fab62..32106d9b 100644 --- a/doc/chalk/developers-plugins.docbook +++ b/doc/chalk/developers-plugins.docbook @@ -282,7 +282,7 @@ A header file: */ class ToolStar : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ToolStar(QObject *parent, const char *name, const QStringList &); virtual ~ToolStar(); diff --git a/example/example_factory.h b/example/example_factory.h index 791f4043..d6a76c31 100644 --- a/example/example_factory.h +++ b/example/example_factory.h @@ -27,7 +27,7 @@ class TDEAboutData; class ExampleFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: ExampleFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/example/example_part.h b/example/example_part.h index d049da52..5e44499d 100644 --- a/example/example_part.h +++ b/example/example_part.h @@ -24,7 +24,7 @@ class ExamplePart : public KoDocument { - Q_OBJECT + TQ_OBJECT public: ExamplePart( TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false ); diff --git a/example/example_view.h b/example/example_view.h index 527fe9a4..08ee64ba 100644 --- a/example/example_view.h +++ b/example/example_view.h @@ -29,7 +29,7 @@ class ExamplePart; class ExampleView : public KoView { - Q_OBJECT + TQ_OBJECT public: ExampleView( ExamplePart* part, TQWidget* parent = 0, const char* name = 0 ); diff --git a/filters/chalk/gmagick/kis_image_magick_converter.h b/filters/chalk/gmagick/kis_image_magick_converter.h index 28b4ce30..2a9b10eb 100644 --- a/filters/chalk/gmagick/kis_image_magick_converter.h +++ b/filters/chalk/gmagick/kis_image_magick_converter.h @@ -60,7 +60,7 @@ enum KisImageBuilder_Result { */ class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/gmagick/magickexport.h b/filters/chalk/gmagick/magickexport.h index 6756ef3f..e1460efb 100644 --- a/filters/chalk/gmagick/magickexport.h +++ b/filters/chalk/gmagick/magickexport.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class MagickExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/gmagick/magickimport.h b/filters/chalk/gmagick/magickimport.h index bb454541..899d7aee 100644 --- a/filters/chalk/gmagick/magickimport.h +++ b/filters/chalk/gmagick/magickimport.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class MagickImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/jpeg/kis_jpeg_converter.h b/filters/chalk/jpeg/kis_jpeg_converter.h index da01be8b..f2034dce 100644 --- a/filters/chalk/jpeg/kis_jpeg_converter.h +++ b/filters/chalk/jpeg/kis_jpeg_converter.h @@ -65,7 +65,7 @@ struct KisJPEGOptions { }; class KisJPEGConverter : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: KisJPEGConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/jpeg/kis_jpeg_export.h b/filters/chalk/jpeg/kis_jpeg_export.h index cb4f8ef9..b9d1b0f7 100644 --- a/filters/chalk/jpeg/kis_jpeg_export.h +++ b/filters/chalk/jpeg/kis_jpeg_export.h @@ -23,7 +23,7 @@ #include <KoFilter.h> class KisJPEGExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisJPEGExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/jpeg/kis_jpeg_import.h b/filters/chalk/jpeg/kis_jpeg_import.h index 6c7ecb02..3d5b720a 100644 --- a/filters/chalk/jpeg/kis_jpeg_import.h +++ b/filters/chalk/jpeg/kis_jpeg_import.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class KisJPEGImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisJPEGImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/magick/kis_image_magick_converter.h b/filters/chalk/magick/kis_image_magick_converter.h index 28b4ce30..2a9b10eb 100644 --- a/filters/chalk/magick/kis_image_magick_converter.h +++ b/filters/chalk/magick/kis_image_magick_converter.h @@ -60,7 +60,7 @@ enum KisImageBuilder_Result { */ class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/magick/magickexport.h b/filters/chalk/magick/magickexport.h index 6756ef3f..e1460efb 100644 --- a/filters/chalk/magick/magickexport.h +++ b/filters/chalk/magick/magickexport.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class MagickExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/magick/magickimport.h b/filters/chalk/magick/magickimport.h index bb454541..899d7aee 100644 --- a/filters/chalk/magick/magickimport.h +++ b/filters/chalk/magick/magickimport.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class MagickImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/openexr/kis_openexr_export.h b/filters/chalk/openexr/kis_openexr_export.h index 04e7208b..03508953 100644 --- a/filters/chalk/openexr/kis_openexr_export.h +++ b/filters/chalk/openexr/kis_openexr_export.h @@ -23,7 +23,7 @@ #include <KoFilter.h> class KisOpenEXRExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/openexr/kis_openexr_import.h b/filters/chalk/openexr/kis_openexr_import.h index c9eb1d4f..a0523b58 100644 --- a/filters/chalk/openexr/kis_openexr_import.h +++ b/filters/chalk/openexr/kis_openexr_import.h @@ -23,7 +23,7 @@ #include <KoFilter.h> class KisOpenEXRImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/pdf/kis_pdf_import.h b/filters/chalk/pdf/kis_pdf_import.h index de6517f7..51c00c66 100644 --- a/filters/chalk/pdf/kis_pdf_import.h +++ b/filters/chalk/pdf/kis_pdf_import.h @@ -23,7 +23,7 @@ #include <KoFilter.h> class KisPDFImport : public KoFilter{ - Q_OBJECT + TQ_OBJECT public: KisPDFImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/pdf/kis_pdf_import_widget.h b/filters/chalk/pdf/kis_pdf_import_widget.h index 948440d2..8f5a01e6 100644 --- a/filters/chalk/pdf/kis_pdf_import_widget.h +++ b/filters/chalk/pdf/kis_pdf_import_widget.h @@ -28,7 +28,7 @@ class Document; class KisPDFImportWidget : public PDFImportWidgetBase { - Q_OBJECT + TQ_OBJECT public: KisPDFImportWidget(Poppler::Document* pdfDoc, TQWidget * parent, const char * name = ""); diff --git a/filters/chalk/png/kis_png_converter.h b/filters/chalk/png/kis_png_converter.h index 4324f979..f85acc18 100644 --- a/filters/chalk/png/kis_png_converter.h +++ b/filters/chalk/png/kis_png_converter.h @@ -55,7 +55,7 @@ enum KisImageBuilder_Result { }; class KisPNGConverter : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: KisPNGConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/png/kis_png_export.h b/filters/chalk/png/kis_png_export.h index 7302dcde..db157340 100644 --- a/filters/chalk/png/kis_png_export.h +++ b/filters/chalk/png/kis_png_export.h @@ -23,7 +23,7 @@ #include <KoFilter.h> class KisPNGExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisPNGExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/png/kis_png_import.h b/filters/chalk/png/kis_png_import.h index 237266ed..e49619f9 100644 --- a/filters/chalk/png/kis_png_import.h +++ b/filters/chalk/png/kis_png_import.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class KisPNGImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisPNGImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/raw/kis_raw_import.h b/filters/chalk/raw/kis_raw_import.h index e0a1be39..bb8ba82b 100644 --- a/filters/chalk/raw/kis_raw_import.h +++ b/filters/chalk/raw/kis_raw_import.h @@ -29,7 +29,7 @@ class KisProfile; class TQProgressDialog; class KisRawImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/tiff/kis_dlg_options_tiff.h b/filters/chalk/tiff/kis_dlg_options_tiff.h index 71f49266..ba6ca87c 100644 --- a/filters/chalk/tiff/kis_dlg_options_tiff.h +++ b/filters/chalk/tiff/kis_dlg_options_tiff.h @@ -29,7 +29,7 @@ class KisWdgOptionsTIFF; */ class KisDlgOptionsTIFF : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KisDlgOptionsTIFF(TQWidget *parent=0, const char *name=0); diff --git a/filters/chalk/tiff/kis_tiff_converter.h b/filters/chalk/tiff/kis_tiff_converter.h index 010ee3b7..037e16a3 100644 --- a/filters/chalk/tiff/kis_tiff_converter.h +++ b/filters/chalk/tiff/kis_tiff_converter.h @@ -67,7 +67,7 @@ struct KisTIFFOptions { }; class KisTIFFConverter : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: KisTIFFConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/tiff/kis_tiff_export.h b/filters/chalk/tiff/kis_tiff_export.h index 71df2a98..1b8e8c5d 100644 --- a/filters/chalk/tiff/kis_tiff_export.h +++ b/filters/chalk/tiff/kis_tiff_export.h @@ -23,7 +23,7 @@ #include <KoFilter.h> class KisTIFFExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisTIFFExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/tiff/kis_tiff_import.h b/filters/chalk/tiff/kis_tiff_import.h index 9bf24425..bb3826a7 100644 --- a/filters/chalk/tiff/kis_tiff_import.h +++ b/filters/chalk/tiff/kis_tiff_import.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class KisTIFFImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisTIFFImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/xcf/xcfexport.h b/filters/chalk/xcf/xcfexport.h index d95211c6..b4fab85d 100644 --- a/filters/chalk/xcf/xcfexport.h +++ b/filters/chalk/xcf/xcfexport.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class XCFExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/xcf/xcfimport.h b/filters/chalk/xcf/xcfimport.h index 9f54d8a6..f159ecff 100644 --- a/filters/chalk/xcf/xcfimport.h +++ b/filters/chalk/xcf/xcfimport.h @@ -22,7 +22,7 @@ #include <KoFilter.h> class XCFImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/generic_wrapper/generic_filter.h b/filters/generic_wrapper/generic_filter.h index e8214352..6664af0c 100644 --- a/filters/generic_wrapper/generic_filter.h +++ b/filters/generic_wrapper/generic_filter.h @@ -29,7 +29,7 @@ class GenericFilter : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/ai/aiimport.h b/filters/karbon/ai/aiimport.h index 41537ae1..4cea2e04 100644 --- a/filters/karbon/ai/aiimport.h +++ b/filters/karbon/ai/aiimport.h @@ -29,7 +29,7 @@ class TQTextStream; class AiImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/applixgraphics/applixgraphicimport.h b/filters/karbon/applixgraphics/applixgraphicimport.h index bf721226..640a1721 100644 --- a/filters/karbon/applixgraphics/applixgraphicimport.h +++ b/filters/karbon/applixgraphics/applixgraphicimport.h @@ -25,7 +25,7 @@ class APPLIXGRAPHICImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/eps/epsexport.h b/filters/karbon/eps/epsexport.h index bddb4568..d9e49897 100644 --- a/filters/karbon/eps/epsexport.h +++ b/filters/karbon/eps/epsexport.h @@ -39,7 +39,7 @@ class VText; class EpsExport : public KoFilter, private VVisitor { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/eps/epsexportdlg.h b/filters/karbon/eps/epsexportdlg.h index 01b8003b..8023196b 100644 --- a/filters/karbon/eps/epsexportdlg.h +++ b/filters/karbon/eps/epsexportdlg.h @@ -28,7 +28,7 @@ class TQCheckBox; class EpsExportDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/eps/epsimport.h b/filters/karbon/eps/epsimport.h index b6ca7ab4..060673b0 100644 --- a/filters/karbon/eps/epsimport.h +++ b/filters/karbon/eps/epsimport.h @@ -29,7 +29,7 @@ class TQTextStream; class EpsImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/kontour/kontourimport.h b/filters/karbon/kontour/kontourimport.h index 0091659b..ddf02ec9 100644 --- a/filters/karbon/kontour/kontourimport.h +++ b/filters/karbon/kontour/kontourimport.h @@ -26,7 +26,7 @@ class KontourImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/msod/msodimport.h b/filters/karbon/msod/msodimport.h index 4faba3f6..be10104e 100644 --- a/filters/karbon/msod/msodimport.h +++ b/filters/karbon/msod/msodimport.h @@ -29,7 +29,7 @@ DESCRIPTION class MSODImport : public KoEmbeddingFilter, protected Msod { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/oodraw/oodrawimport.h b/filters/karbon/oodraw/oodrawimport.h index e846276d..3cfd4ca4 100644 --- a/filters/karbon/oodraw/oodrawimport.h +++ b/filters/karbon/oodraw/oodrawimport.h @@ -37,7 +37,7 @@ class VGroup; class OoDrawImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: OoDrawImport( KoFilter *parent, const char *name, const TQStringList & ); diff --git a/filters/karbon/png/pngexport.h b/filters/karbon/png/pngexport.h index 610b275d..4fcbcbdf 100644 --- a/filters/karbon/png/pngexport.h +++ b/filters/karbon/png/pngexport.h @@ -26,7 +26,7 @@ class PngExport : public KoFilter, private VVisitor { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/svg/svgexport.h b/filters/karbon/svg/svgexport.h index 6c2286aa..5c82ab12 100644 --- a/filters/karbon/svg/svgexport.h +++ b/filters/karbon/svg/svgexport.h @@ -45,7 +45,7 @@ class VTransformCmd; class SvgExport : public KoFilter, private VVisitor { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/svg/svgimport.h b/filters/karbon/svg/svgimport.h index c4dff12d..689f4b50 100644 --- a/filters/karbon/svg/svgimport.h +++ b/filters/karbon/svg/svgimport.h @@ -38,7 +38,7 @@ class VPath; class SvgImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/wmf/wmfexport.h b/filters/karbon/wmf/wmfexport.h index d26dde08..faedf7d3 100644 --- a/filters/karbon/wmf/wmfexport.h +++ b/filters/karbon/wmf/wmfexport.h @@ -34,7 +34,7 @@ class VText; class WmfExport : public KoFilter, private VVisitor { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/wmf/wmfimport.h b/filters/karbon/wmf/wmfimport.h index 670acbe9..ddcdc239 100644 --- a/filters/karbon/wmf/wmfimport.h +++ b/filters/karbon/wmf/wmfimport.h @@ -29,7 +29,7 @@ DESCRIPTION class WMFImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/xaml/xamlexport.h b/filters/karbon/xaml/xamlexport.h index 0b586a2f..ac086fde 100644 --- a/filters/karbon/xaml/xamlexport.h +++ b/filters/karbon/xaml/xamlexport.h @@ -43,7 +43,7 @@ class VText; class XAMLExport : public KoFilter, private VVisitor { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/xaml/xamlimport.h b/filters/karbon/xaml/xamlimport.h index 7635b3d9..165d1069 100644 --- a/filters/karbon/xaml/xamlimport.h +++ b/filters/karbon/xaml/xamlimport.h @@ -36,7 +36,7 @@ class VPath; class XAMLImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/xcf/xcfexport.h b/filters/karbon/xcf/xcfexport.h index 49f44214..d59606ea 100644 --- a/filters/karbon/xcf/xcfexport.h +++ b/filters/karbon/xcf/xcfexport.h @@ -33,7 +33,7 @@ class VLayer; class XcfExport : public KoFilter, private VVisitor { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/xfig/xfigimport.h b/filters/karbon/xfig/xfigimport.h index 3bf98aae..f7048ca3 100644 --- a/filters/karbon/xfig/xfigimport.h +++ b/filters/karbon/xfig/xfigimport.h @@ -39,7 +39,7 @@ class TQColor; class XFIGImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/karbon/xfig/xfigimport_factory.h b/filters/karbon/xfig/xfigimport_factory.h index da49c273..73bc1cd5 100644 --- a/filters/karbon/xfig/xfigimport_factory.h +++ b/filters/karbon/xfig/xfigimport_factory.h @@ -31,7 +31,7 @@ class TDEInstance; class XFIGImportFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: XFIGImportFactory(TQObject* parent = 0, const char* name = 0); diff --git a/filters/kchart/bmp/bmpexport.h b/filters/kchart/bmp/bmpexport.h index 21d507a7..1584d050 100644 --- a/filters/kchart/bmp/bmpexport.h +++ b/filters/kchart/bmp/bmpexport.h @@ -24,7 +24,7 @@ class BmpExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kchart/jpeg/jpegexport.h b/filters/kchart/jpeg/jpegexport.h index 9b25caa1..a8f1d9df 100644 --- a/filters/kchart/jpeg/jpegexport.h +++ b/filters/kchart/jpeg/jpegexport.h @@ -24,7 +24,7 @@ class JpegExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kchart/libimageexport/imageexport.h b/filters/kchart/libimageexport/imageexport.h index 933a6eda..0168ae3b 100644 --- a/filters/kchart/libimageexport/imageexport.h +++ b/filters/kchart/libimageexport/imageexport.h @@ -25,7 +25,7 @@ class TQPixmap; class ImageExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kchart/mng/mngexport.h b/filters/kchart/mng/mngexport.h index a8026a64..d2ad9437 100644 --- a/filters/kchart/mng/mngexport.h +++ b/filters/kchart/mng/mngexport.h @@ -24,7 +24,7 @@ class MngExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kchart/png/pngexport.h b/filters/kchart/png/pngexport.h index 9a1f7dd8..c0ea3551 100644 --- a/filters/kchart/png/pngexport.h +++ b/filters/kchart/png/pngexport.h @@ -24,7 +24,7 @@ class PngExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kchart/svg/svgexport.h b/filters/kchart/svg/svgexport.h index 1d8dda11..e458aaf7 100644 --- a/filters/kchart/svg/svgexport.h +++ b/filters/kchart/svg/svgexport.h @@ -24,7 +24,7 @@ class SvgExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kchart/xbm/xbmexport.h b/filters/kchart/xbm/xbmexport.h index da8d1ed1..b139ca4e 100644 --- a/filters/kchart/xbm/xbmexport.h +++ b/filters/kchart/xbm/xbmexport.h @@ -24,7 +24,7 @@ class XbmExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kchart/xpm/xpmexport.h b/filters/kchart/xpm/xpmexport.h index ebf790e0..edc5d309 100644 --- a/filters/kchart/xpm/xpmexport.h +++ b/filters/kchart/xpm/xpmexport.h @@ -24,7 +24,7 @@ class XpmExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kformula/latex/latexexport.h b/filters/kformula/latex/latexexport.h index 173c7f38..b59d7ffc 100644 --- a/filters/kformula/latex/latexexport.h +++ b/filters/kformula/latex/latexexport.h @@ -27,7 +27,7 @@ class TQStringList; class LATEXExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: LATEXExport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kformula/mathml/mathmlexport.h b/filters/kformula/mathml/mathmlexport.h index 464a6bd6..34aa3351 100644 --- a/filters/kformula/mathml/mathmlexport.h +++ b/filters/kformula/mathml/mathmlexport.h @@ -27,7 +27,7 @@ class TQStringList; class MathMLExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: MathMLExport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kformula/mathml/mathmlimport.h b/filters/kformula/mathml/mathmlimport.h index d1de7b2a..251e4ad5 100644 --- a/filters/kformula/mathml/mathmlimport.h +++ b/filters/kformula/mathml/mathmlimport.h @@ -30,7 +30,7 @@ class MathMLImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: MathMLImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kformula/png/pngexport.h b/filters/kformula/png/pngexport.h index f9b2ff90..312d48da 100644 --- a/filters/kformula/png/pngexport.h +++ b/filters/kformula/png/pngexport.h @@ -27,7 +27,7 @@ class TQStringList; class PNGExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: PNGExport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kformula/png/pngexportdia.h b/filters/kformula/png/pngexportdia.h index 28d91979..68303ddc 100644 --- a/filters/kformula/png/pngexportdia.h +++ b/filters/kformula/png/pngexportdia.h @@ -37,7 +37,7 @@ namespace KFormula { class PNGExportDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kformula/svg/svgexport.h b/filters/kformula/svg/svgexport.h index 2bbc8c34..dc115363 100644 --- a/filters/kformula/svg/svgexport.h +++ b/filters/kformula/svg/svgexport.h @@ -25,7 +25,7 @@ class SvgExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kivio/imageexport/kivio_imageexport.h b/filters/kivio/imageexport/kivio_imageexport.h index af51355a..be346f87 100644 --- a/filters/kivio/imageexport/kivio_imageexport.h +++ b/filters/kivio/imageexport/kivio_imageexport.h @@ -27,7 +27,7 @@ namespace Kivio class ImageExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: ImageExport(KoFilter *, const char *, const TQStringList&); diff --git a/filters/kivio/imageexport/kivio_imageexportdialog.h b/filters/kivio/imageexport/kivio_imageexportdialog.h index e6b33b5d..e680de47 100644 --- a/filters/kivio/imageexport/kivio_imageexportdialog.h +++ b/filters/kivio/imageexport/kivio_imageexportdialog.h @@ -29,7 +29,7 @@ class ImageExportWidget; class ImageExportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ImageExportDialog(TQWidget* parent = 0, const char* name = 0); diff --git a/filters/kpresenter/bmp/bmpexport.h b/filters/kpresenter/bmp/bmpexport.h index 1a2cf5c4..12467881 100644 --- a/filters/kpresenter/bmp/bmpexport.h +++ b/filters/kpresenter/bmp/bmpexport.h @@ -24,7 +24,7 @@ class BmpExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/jpeg/jpegexport.h b/filters/kpresenter/jpeg/jpegexport.h index 990b4531..778568c0 100644 --- a/filters/kpresenter/jpeg/jpegexport.h +++ b/filters/kpresenter/jpeg/jpegexport.h @@ -24,7 +24,7 @@ class JpegExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/kword/kprkword.h b/filters/kpresenter/kword/kprkword.h index 33591130..661d2ee7 100644 --- a/filters/kpresenter/kword/kprkword.h +++ b/filters/kpresenter/kword/kprkword.h @@ -25,7 +25,7 @@ class KprKword : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/libimageexport/imageexport.h b/filters/kpresenter/libimageexport/imageexport.h index d9fe01f2..03ae0703 100644 --- a/filters/kpresenter/libimageexport/imageexport.h +++ b/filters/kpresenter/libimageexport/imageexport.h @@ -25,7 +25,7 @@ class TQPixmap; class ImageExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/mng/mngexport.h b/filters/kpresenter/mng/mngexport.h index eccfe5b8..80d5e23b 100644 --- a/filters/kpresenter/mng/mngexport.h +++ b/filters/kpresenter/mng/mngexport.h @@ -24,7 +24,7 @@ class MngExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/ooimpress/ooimpressexport.h b/filters/kpresenter/ooimpress/ooimpressexport.h index 7038611b..c4a0563e 100644 --- a/filters/kpresenter/ooimpress/ooimpressexport.h +++ b/filters/kpresenter/ooimpress/ooimpressexport.h @@ -31,7 +31,7 @@ class KoStore; class OoImpressExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: OoImpressExport( KoFilter * parent, const char * name, const TQStringList & ); diff --git a/filters/kpresenter/ooimpress/ooimpressimport.h b/filters/kpresenter/ooimpress/ooimpressimport.h index 06f934c0..c93cf81b 100644 --- a/filters/kpresenter/ooimpress/ooimpressimport.h +++ b/filters/kpresenter/ooimpress/ooimpressimport.h @@ -40,7 +40,7 @@ struct animationList class OoImpressImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: OoImpressImport( KoFilter * parent, const char * name, const TQStringList & ); diff --git a/filters/kpresenter/png/pngexport.h b/filters/kpresenter/png/pngexport.h index ec702dc6..c5c152f6 100644 --- a/filters/kpresenter/png/pngexport.h +++ b/filters/kpresenter/png/pngexport.h @@ -24,7 +24,7 @@ class PngExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/powerpoint/import/powerpointimport.h b/filters/kpresenter/powerpoint/import/powerpointimport.h index d7b49799..ea6975b1 100644 --- a/filters/kpresenter/powerpoint/import/powerpointimport.h +++ b/filters/kpresenter/powerpoint/import/powerpointimport.h @@ -33,7 +33,7 @@ class KoXmlWriter; class PowerPointImport : public KoFilter { -Q_OBJECT +TQ_OBJECT public: diff --git a/filters/kpresenter/svg/svgexport.h b/filters/kpresenter/svg/svgexport.h index e08171ec..6ba1bdc1 100644 --- a/filters/kpresenter/svg/svgexport.h +++ b/filters/kpresenter/svg/svgexport.h @@ -25,7 +25,7 @@ class SvgExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/xbm/xbmexport.h b/filters/kpresenter/xbm/xbmexport.h index 84a55186..4cf4114a 100644 --- a/filters/kpresenter/xbm/xbmexport.h +++ b/filters/kpresenter/xbm/xbmexport.h @@ -24,7 +24,7 @@ class XbmExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kpresenter/xpm/xpmexport.h b/filters/kpresenter/xpm/xpmexport.h index 2d886cbd..c61b3705 100644 --- a/filters/kpresenter/xpm/xpmexport.h +++ b/filters/kpresenter/xpm/xpmexport.h @@ -24,7 +24,7 @@ class XpmExport : public ImageExport { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/applixspread/applixspreadimport.h b/filters/kspread/applixspread/applixspreadimport.h index dd191752..2d719da1 100644 --- a/filters/kspread/applixspread/applixspreadimport.h +++ b/filters/kspread/applixspread/applixspreadimport.h @@ -50,7 +50,7 @@ typedef struct class APPLIXSPREADImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/csv/csvdialog.h b/filters/kspread/csv/csvdialog.h index 9dee5b63..423e1c8c 100644 --- a/filters/kspread/csv/csvdialog.h +++ b/filters/kspread/csv/csvdialog.h @@ -29,7 +29,7 @@ class DialogUI; class CSVDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum Header diff --git a/filters/kspread/csv/csvexport.h b/filters/kspread/csv/csvexport.h index 94bcfa34..2a8c62d0 100644 --- a/filters/kspread/csv/csvexport.h +++ b/filters/kspread/csv/csvexport.h @@ -31,7 +31,7 @@ class Sheet; class CSVExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/csv/csvexportdialog.h b/filters/kspread/csv/csvexportdialog.h index 54c4324a..10049ed0 100644 --- a/filters/kspread/csv/csvexportdialog.h +++ b/filters/kspread/csv/csvexportdialog.h @@ -33,7 +33,7 @@ class Map; class CSVExportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CSVExportDialog(TQWidget * parent); diff --git a/filters/kspread/csv/csvimport.h b/filters/kspread/csv/csvimport.h index 3faa4364..13e9b3f5 100644 --- a/filters/kspread/csv/csvimport.h +++ b/filters/kspread/csv/csvimport.h @@ -24,7 +24,7 @@ class CSVFilter : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/dbase/dbaseimport.h b/filters/kspread/dbase/dbaseimport.h index aa62191b..c2049fed 100644 --- a/filters/kspread/dbase/dbaseimport.h +++ b/filters/kspread/dbase/dbaseimport.h @@ -25,7 +25,7 @@ class DBaseImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/excel/excelexport.h b/filters/kspread/excel/excelexport.h index c8791672..c98a4db7 100644 --- a/filters/kspread/excel/excelexport.h +++ b/filters/kspread/excel/excelexport.h @@ -9,7 +9,7 @@ class ExcelExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/excel/import/excelimport.h b/filters/kspread/excel/import/excelimport.h index 54f8ab7a..5796183b 100644 --- a/filters/kspread/excel/import/excelimport.h +++ b/filters/kspread/excel/import/excelimport.h @@ -27,7 +27,7 @@ class ExcelImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/gnumeric/gnumericexport.h b/filters/kspread/gnumeric/gnumericexport.h index bc6b422c..9837ac60 100644 --- a/filters/kspread/gnumeric/gnumericexport.h +++ b/filters/kspread/gnumeric/gnumericexport.h @@ -30,7 +30,7 @@ namespace KSpread class GNUMERICExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/gnumeric/gnumericimport.h b/filters/kspread/gnumeric/gnumericimport.h index ab9fc7f1..2012131b 100644 --- a/filters/kspread/gnumeric/gnumericimport.h +++ b/filters/kspread/gnumeric/gnumericimport.h @@ -33,7 +33,7 @@ class Sheet; class GNUMERICFilter : public KoFilter { - Q_OBJECT + TQ_OBJECT public: GNUMERICFilter(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kspread/html/exportdialog.h b/filters/kspread/html/exportdialog.h index badc1cc2..8799b0f5 100644 --- a/filters/kspread/html/exportdialog.h +++ b/filters/kspread/html/exportdialog.h @@ -26,7 +26,7 @@ class ExportWidget; class ExportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ExportDialog( TQWidget *parent = 0, const char *name = 0 ); diff --git a/filters/kspread/html/htmlexport.h b/filters/kspread/html/htmlexport.h index 8a8566a2..c4ef8de5 100644 --- a/filters/kspread/html/htmlexport.h +++ b/filters/kspread/html/htmlexport.h @@ -33,7 +33,7 @@ class Sheet; } class HTMLExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: HTMLExport(KoFilter *parent, const char*name, const TQStringList&); diff --git a/filters/kspread/kexi/kspread_kexiimport.h b/filters/kspread/kexi/kspread_kexiimport.h index 8ce88641..a63583dd 100644 --- a/filters/kspread/kexi/kspread_kexiimport.h +++ b/filters/kspread/kexi/kspread_kexiimport.h @@ -57,7 +57,7 @@ class KSpreadKexiImportDialog; */ class KSpreadKexiImport : public KoFilter { - Q_OBJECT + TQ_OBJECT protected: diff --git a/filters/kspread/kexi/kspread_kexiimportdialog.h b/filters/kspread/kexi/kspread_kexiimportdialog.h index 36d51a2d..3bf33e9e 100644 --- a/filters/kspread/kexi/kspread_kexiimportdialog.h +++ b/filters/kspread/kexi/kspread_kexiimportdialog.h @@ -52,7 +52,7 @@ class TDEListViewItem; class KSpreadKexiImportDialog : public KSpreadKexiImportDialogBase { - Q_OBJECT + TQ_OBJECT private: diff --git a/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h b/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h index 87fe7cbb..1aad9d93 100644 --- a/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h +++ b/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h @@ -31,7 +31,7 @@ class TDEConfig; class KSpreadLatexExportDiaImpl : public LatexExportDia { - Q_OBJECT + TQ_OBJECT private: diff --git a/filters/kspread/latex/export/latexexport.h b/filters/kspread/latex/export/latexexport.h index 01c63a22..22bfabf0 100644 --- a/filters/kspread/latex/export/latexexport.h +++ b/filters/kspread/latex/export/latexexport.h @@ -31,7 +31,7 @@ class LATEXExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/opencalc/opencalcexport.h b/filters/kspread/opencalc/opencalcexport.h index 837e4934..2cbfe5c7 100644 --- a/filters/kspread/opencalc/opencalcexport.h +++ b/filters/kspread/opencalc/opencalcexport.h @@ -39,7 +39,7 @@ class Sheet; class OpenCalcExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kspread/opencalc/opencalcimport.h b/filters/kspread/opencalc/opencalcimport.h index aa6ad89c..cdb04ed2 100644 --- a/filters/kspread/opencalc/opencalcimport.h +++ b/filters/kspread/opencalc/opencalcimport.h @@ -41,7 +41,7 @@ class Validity; class OpenCalcImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: OpenCalcImport( KoFilter * parent, const char * name, const TQStringList & ); diff --git a/filters/kspread/qpro/qproimport.h b/filters/kspread/qpro/qproimport.h index 7abdce57..5aacd71b 100644 --- a/filters/kspread/qpro/qproimport.h +++ b/filters/kspread/qpro/qproimport.h @@ -30,7 +30,7 @@ class Sheet; class QpImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kugar/kugarnop/kugarnopimport.h b/filters/kugar/kugarnop/kugarnopimport.h index e3a59ae6..592283a7 100644 --- a/filters/kugar/kugarnop/kugarnopimport.h +++ b/filters/kugar/kugarnop/kugarnopimport.h @@ -22,7 +22,7 @@ class KugarNOPImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/abiword/abiwordexport.h b/filters/kword/abiword/abiwordexport.h index 5b72e0c8..e60131da 100644 --- a/filters/kword/abiword/abiwordexport.h +++ b/filters/kword/abiword/abiwordexport.h @@ -40,7 +40,7 @@ class ABIWORDExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/abiword/abiwordimport.h b/filters/kword/abiword/abiwordimport.h index 2ef4e13c..77514a71 100644 --- a/filters/kword/abiword/abiwordimport.h +++ b/filters/kword/abiword/abiwordimport.h @@ -42,7 +42,7 @@ class ABIWORDImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/amipro/amiproexport.h b/filters/kword/amipro/amiproexport.h index 5833dc20..58bf2065 100644 --- a/filters/kword/amipro/amiproexport.h +++ b/filters/kword/amipro/amiproexport.h @@ -25,7 +25,7 @@ class AmiProExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/amipro/amiproimport.h b/filters/kword/amipro/amiproimport.h index b608d5eb..cfade2b0 100644 --- a/filters/kword/amipro/amiproimport.h +++ b/filters/kword/amipro/amiproimport.h @@ -27,7 +27,7 @@ class AmiProImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/applixword/applixwordimport.h b/filters/kword/applixword/applixwordimport.h index 71fd47f1..9342fa65 100644 --- a/filters/kword/applixword/applixwordimport.h +++ b/filters/kword/applixword/applixwordimport.h @@ -43,7 +43,7 @@ typedef struct class APPLIXWORDImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/ascii/ExportDialog.h b/filters/kword/ascii/ExportDialog.h index e7e05f2e..c8f0fdfd 100644 --- a/filters/kword/ascii/ExportDialog.h +++ b/filters/kword/ascii/ExportDialog.h @@ -29,7 +29,7 @@ class ExportDialogUI; class AsciiExportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/ascii/ImportDialog.h b/filters/kword/ascii/ImportDialog.h index 6b9b0ae5..71456738 100644 --- a/filters/kword/ascii/ImportDialog.h +++ b/filters/kword/ascii/ImportDialog.h @@ -29,7 +29,7 @@ class ImportDialogUI; class AsciiImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AsciiImportDialog(TQWidget* parent=NULL); diff --git a/filters/kword/ascii/asciiexport.h b/filters/kword/ascii/asciiexport.h index 7dc3dd3d..0eda3551 100644 --- a/filters/kword/ascii/asciiexport.h +++ b/filters/kword/ascii/asciiexport.h @@ -24,7 +24,7 @@ class ASCIIExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/ascii/asciiimport.h b/filters/kword/ascii/asciiimport.h index d643e9c4..83aafa57 100644 --- a/filters/kword/ascii/asciiimport.h +++ b/filters/kword/ascii/asciiimport.h @@ -57,7 +57,7 @@ class TQDomElement; class ASCIIImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/docbook/docbookexport.h b/filters/kword/docbook/docbookexport.h index f7c417b8..045ca4c9 100644 --- a/filters/kword/docbook/docbookexport.h +++ b/filters/kword/docbook/docbookexport.h @@ -31,7 +31,7 @@ class DocBookExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/hancomword/hancomwordimport.h b/filters/kword/hancomword/hancomwordimport.h index 81dd7cc9..7670d7d5 100644 --- a/filters/kword/hancomword/hancomwordimport.h +++ b/filters/kword/hancomword/hancomwordimport.h @@ -27,7 +27,7 @@ class HancomWordImport : public KoFilter { -Q_OBJECT +TQ_OBJECT public: diff --git a/filters/kword/html/export/ExportDialog.h b/filters/kword/html/export/ExportDialog.h index c1f8a707..116c5886 100644 --- a/filters/kword/html/export/ExportDialog.h +++ b/filters/kword/html/export/ExportDialog.h @@ -28,7 +28,7 @@ class ExportDialogUI; class HtmlExportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/html/export/htmlexport.h b/filters/kword/html/export/htmlexport.h index ad784e78..f9e43938 100644 --- a/filters/kword/html/export/htmlexport.h +++ b/filters/kword/html/export/htmlexport.h @@ -32,7 +32,7 @@ class HTMLExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/html/import/htmlimport.h b/filters/kword/html/import/htmlimport.h index ade48373..316f6d1b 100644 --- a/filters/kword/html/import/htmlimport.h +++ b/filters/kword/html/import/htmlimport.h @@ -30,7 +30,7 @@ class HTMLImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/html/import/tdehtmlreader.h b/filters/kword/html/import/tdehtmlreader.h index c0c8caeb..e1aca035 100644 --- a/filters/kword/html/import/tdehtmlreader.h +++ b/filters/kword/html/import/tdehtmlreader.h @@ -43,7 +43,7 @@ struct HTMLReader_state { class TDEHTMLReader: public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/filters/kword/kword1.3/import/kword13import.h b/filters/kword/kword1.3/import/kword13import.h index a138f0e8..d6da7358 100644 --- a/filters/kword/kword1.3/import/kword13import.h +++ b/filters/kword/kword1.3/import/kword13import.h @@ -32,7 +32,7 @@ class KWord13Document; class KWord13Import : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/latex/export/kwordlatexexportdia.h b/filters/kword/latex/export/kwordlatexexportdia.h index 45b1d853..188e9dd8 100644 --- a/filters/kword/latex/export/kwordlatexexportdia.h +++ b/filters/kword/latex/export/kwordlatexexportdia.h @@ -30,7 +30,7 @@ class LatexExportIface; class KWordLatexExportDia : public LatexExportDia { - Q_OBJECT + TQ_OBJECT private: diff --git a/filters/kword/latex/export/latexexport.h b/filters/kword/latex/export/latexexport.h index 01c63a22..22bfabf0 100644 --- a/filters/kword/latex/export/latexexport.h +++ b/filters/kword/latex/export/latexexport.h @@ -31,7 +31,7 @@ class LATEXExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/latex/import/lateximport.h b/filters/kword/latex/import/lateximport.h index 5d394e89..8d751f34 100644 --- a/filters/kword/latex/import/lateximport.h +++ b/filters/kword/latex/import/lateximport.h @@ -31,7 +31,7 @@ class LATEXImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/latex/import/lateximportdia.h b/filters/kword/latex/import/lateximportdia.h index 1d8a3e57..c0428cb6 100644 --- a/filters/kword/latex/import/lateximportdia.h +++ b/filters/kword/latex/import/lateximportdia.h @@ -52,7 +52,7 @@ class LATEXImportDia : public KDialogBase, public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT TQString _fileIn; diff --git a/filters/kword/msword/document.h b/filters/kword/msword/document.h index f043a9ca..d8db11f6 100644 --- a/filters/kword/msword/document.h +++ b/filters/kword/msword/document.h @@ -51,7 +51,7 @@ class KWordTextHandler; class Document : public TQObject, public wvWare::SubDocumentHandler { - Q_OBJECT + TQ_OBJECT public: Document( const std::string& fileName, TQDomDocument& mainDocument, TQDomDocument &documentInfo, TQDomElement& framesetsElement, KoFilterChain* chain ); diff --git a/filters/kword/msword/graphicshandler.h b/filters/kword/msword/graphicshandler.h index 0509d8a8..6f6cd506 100644 --- a/filters/kword/msword/graphicshandler.h +++ b/filters/kword/msword/graphicshandler.h @@ -38,7 +38,7 @@ namespace wvWare class KWordPictureHandler : public TQObject, public wvWare::PictureHandler { - Q_OBJECT + TQ_OBJECT public: KWordPictureHandler( Document* doc ); diff --git a/filters/kword/msword/mswordimport.h b/filters/kword/msword/mswordimport.h index 24a216bd..cfbd0a83 100644 --- a/filters/kword/msword/mswordimport.h +++ b/filters/kword/msword/mswordimport.h @@ -27,7 +27,7 @@ class TQDomElement; class MSWordImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: MSWordImport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/kword/msword/tablehandler.h b/filters/kword/msword/tablehandler.h index 3ebb380a..c35d0447 100644 --- a/filters/kword/msword/tablehandler.h +++ b/filters/kword/msword/tablehandler.h @@ -75,7 +75,7 @@ namespace KWord class KWordTableHandler : public TQObject, public wvWare::TableHandler { - Q_OBJECT + TQ_OBJECT public: KWordTableHandler(); diff --git a/filters/kword/msword/texthandler.h b/filters/kword/msword/texthandler.h index a95c19a7..16eb3bd8 100644 --- a/filters/kword/msword/texthandler.h +++ b/filters/kword/msword/texthandler.h @@ -50,7 +50,7 @@ public: class KWordTextHandler : public TQObject, public wvWare::TextHandler { - Q_OBJECT + TQ_OBJECT public: KWordTextHandler( wvWare::SharedPtr<wvWare::Parser> parser ); diff --git a/filters/kword/mswrite/ImportDialog.h b/filters/kword/mswrite/ImportDialog.h index ff9086a8..853a691c 100644 --- a/filters/kword/mswrite/ImportDialog.h +++ b/filters/kword/mswrite/ImportDialog.h @@ -28,7 +28,7 @@ class ImportDialogUI; class MSWriteImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MSWriteImportDialog(TQWidget* parent=NULL); diff --git a/filters/kword/mswrite/mswriteexport.h b/filters/kword/mswrite/mswriteexport.h index ef68273a..9ce89c4c 100644 --- a/filters/kword/mswrite/mswriteexport.h +++ b/filters/kword/mswrite/mswriteexport.h @@ -24,7 +24,7 @@ class MSWriteExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/mswrite/mswriteimport.h b/filters/kword/mswrite/mswriteimport.h index 63f2c7e0..eb868048 100644 --- a/filters/kword/mswrite/mswriteimport.h +++ b/filters/kword/mswrite/mswriteimport.h @@ -30,7 +30,7 @@ class KWordGenerator; class MSWriteImport : public KoFilter { - Q_OBJECT + TQ_OBJECT private: diff --git a/filters/kword/oowriter/oowriterexport.h b/filters/kword/oowriter/oowriterexport.h index 177fbe80..bd8a93af 100644 --- a/filters/kword/oowriter/oowriterexport.h +++ b/filters/kword/oowriter/oowriterexport.h @@ -40,7 +40,7 @@ class OOWRITERExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/oowriter/oowriterimport.h b/filters/kword/oowriter/oowriterimport.h index 1eb0bcc9..5c19c3a7 100644 --- a/filters/kword/oowriter/oowriterimport.h +++ b/filters/kword/oowriter/oowriterimport.h @@ -32,7 +32,7 @@ class KZip; class OoWriterImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: OoWriterImport( KoFilter * parent, const char * name, const TQStringList & ); diff --git a/filters/kword/palmdoc/palmdocexport.h b/filters/kword/palmdoc/palmdocexport.h index 2fefc6be..233ded1d 100644 --- a/filters/kword/palmdoc/palmdocexport.h +++ b/filters/kword/palmdoc/palmdocexport.h @@ -25,7 +25,7 @@ class PalmDocExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/palmdoc/palmdocimport.h b/filters/kword/palmdoc/palmdocimport.h index 0806fe6c..bc095bd8 100644 --- a/filters/kword/palmdoc/palmdocimport.h +++ b/filters/kword/palmdoc/palmdocimport.h @@ -27,7 +27,7 @@ class PalmDocImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/pdf/dialog.h b/filters/kword/pdf/dialog.h index 3aeefc6f..d3d7f719 100644 --- a/filters/kword/pdf/dialog.h +++ b/filters/kword/pdf/dialog.h @@ -79,7 +79,7 @@ public: class Dialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: Dialog(uint nbPages, bool isEncrypted, TQWidget *parent); diff --git a/filters/kword/pdf/pdfimport.h b/filters/kword/pdf/pdfimport.h index 06b65791..6c355648 100644 --- a/filters/kword/pdf/pdfimport.h +++ b/filters/kword/pdf/pdfimport.h @@ -28,7 +28,7 @@ class PdfImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: PdfImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/rtf/export/rtfexport.h b/filters/kword/rtf/export/rtfexport.h index d8aa1449..f4b920a7 100644 --- a/filters/kword/rtf/export/rtfexport.h +++ b/filters/kword/rtf/export/rtfexport.h @@ -32,7 +32,7 @@ class RTFExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/rtf/import/rtfimport.h b/filters/kword/rtf/import/rtfimport.h index d70cf8fa..0be8abf7 100644 --- a/filters/kword/rtf/import/rtfimport.h +++ b/filters/kword/rtf/import/rtfimport.h @@ -243,7 +243,7 @@ struct RTFGroupState class RTFImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/starwriter/starwriterimport.h b/filters/kword/starwriter/starwriterimport.h index d81f488c..63f1eda2 100644 --- a/filters/kword/starwriter/starwriterimport.h +++ b/filters/kword/starwriter/starwriterimport.h @@ -28,7 +28,7 @@ class StarWriterImport: public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/wml/wmlexport.h b/filters/kword/wml/wmlexport.h index f55989d8..bd47824a 100644 --- a/filters/kword/wml/wmlexport.h +++ b/filters/kword/wml/wmlexport.h @@ -25,7 +25,7 @@ class WMLExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/wml/wmlimport.h b/filters/kword/wml/wmlimport.h index 38a71abd..580572eb 100644 --- a/filters/kword/wml/wmlimport.h +++ b/filters/kword/wml/wmlimport.h @@ -27,7 +27,7 @@ class WMLImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/wordperfect/export/wpexport.h b/filters/kword/wordperfect/export/wpexport.h index 007be871..2aabff7d 100644 --- a/filters/kword/wordperfect/export/wpexport.h +++ b/filters/kword/wordperfect/export/wpexport.h @@ -25,7 +25,7 @@ class WPExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kword/wordperfect/import/wpimport.h b/filters/kword/wordperfect/import/wpimport.h index 670a6816..d7b289a9 100644 --- a/filters/kword/wordperfect/import/wpimport.h +++ b/filters/kword/wordperfect/import/wpimport.h @@ -33,7 +33,7 @@ class WPImport : public KoFilter { - Q_OBJECT + TQ_OBJECT diff --git a/filters/libdialogfilter/exportsizedia.h b/filters/libdialogfilter/exportsizedia.h index 2ad0fec3..da37d569 100644 --- a/filters/libdialogfilter/exportsizedia.h +++ b/filters/libdialogfilter/exportsizedia.h @@ -32,7 +32,7 @@ class KDoubleNumInput; class ExportSizeDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/olefilters/lib/filterbase.h b/filters/olefilters/lib/filterbase.h index d186f189..8bcae603 100644 --- a/filters/olefilters/lib/filterbase.h +++ b/filters/olefilters/lib/filterbase.h @@ -38,7 +38,7 @@ class TQCString; // stream.data prt after use! class FilterBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/olefilters/olefilter.h b/filters/olefilters/olefilter.h index b91f9558..104808f7 100644 --- a/filters/olefilters/olefilter.h +++ b/filters/olefilters/olefilter.h @@ -32,7 +32,7 @@ class KoStore; class OLEFilter : public KoEmbeddingFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/olefilters/powerpoint97/powerpointfilter.h b/filters/olefilters/powerpoint97/powerpointfilter.h index cd320816..f6b2027f 100644 --- a/filters/olefilters/powerpoint97/powerpointfilter.h +++ b/filters/olefilters/powerpoint97/powerpointfilter.h @@ -26,7 +26,7 @@ class PowerPointFilter: public FilterBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/olefilters/powerpoint97/pptxml.h b/filters/olefilters/powerpoint97/pptxml.h index fb02a34d..143e3562 100644 --- a/filters/olefilters/powerpoint97/pptxml.h +++ b/filters/olefilters/powerpoint97/pptxml.h @@ -40,7 +40,7 @@ class PptXml: private PptDoc { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/xsltfilter/export/xsltexport.h b/filters/xsltfilter/export/xsltexport.h index b24d0c0f..ae91e1c1 100644 --- a/filters/xsltfilter/export/xsltexport.h +++ b/filters/xsltfilter/export/xsltexport.h @@ -25,7 +25,7 @@ class XSLTExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/xsltfilter/export/xsltexportdia.h b/filters/xsltfilter/export/xsltexportdia.h index 9f7785a7..21c16398 100644 --- a/filters/xsltfilter/export/xsltexportdia.h +++ b/filters/xsltfilter/export/xsltexportdia.h @@ -29,7 +29,7 @@ class TDEConfig; class XSLTExportDia : public XSLTDialog { - Q_OBJECT + TQ_OBJECT TQString _fileOut; diff --git a/filters/xsltfilter/import/xsltimport.h b/filters/xsltfilter/import/xsltimport.h index 103e3dc7..e18d206e 100644 --- a/filters/xsltfilter/import/xsltimport.h +++ b/filters/xsltfilter/import/xsltimport.h @@ -31,7 +31,7 @@ class XSLTImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/xsltfilter/import/xsltimportdia.h b/filters/xsltfilter/import/xsltimportdia.h index bb2bc985..2a149611 100644 --- a/filters/xsltfilter/import/xsltimportdia.h +++ b/filters/xsltfilter/import/xsltimportdia.h @@ -27,7 +27,7 @@ class XSLTImportDia : public XSLTDialog { - Q_OBJECT + TQ_OBJECT TQString _fileIn; diff --git a/interfaces/koChart.h b/interfaces/koChart.h index 6446a9e6..bc367f99 100644 --- a/interfaces/koChart.h +++ b/interfaces/koChart.h @@ -40,7 +40,7 @@ namespace KoChart class KOCHARTINTERFACE_EXPORT WizardExtension : public TQObject { - Q_OBJECT + TQ_OBJECT public: WizardExtension( Part *part, const char *name = 0 ); @@ -59,7 +59,7 @@ namespace KoChart class KOCHARTINTERFACE_EXPORT Part : public KoDocument { - Q_OBJECT + TQ_OBJECT public: Part( TQWidget *parentWidget, const char *widgetName, diff --git a/karbon/commands/vcommand.h b/karbon/commands/vcommand.h index e15e8cf8..65341ec8 100644 --- a/karbon/commands/vcommand.h +++ b/karbon/commands/vcommand.h @@ -142,7 +142,7 @@ private: */ class VCommandHistory : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dialogs/vcolordlg.h b/karbon/dialogs/vcolordlg.h index 001db0b9..481b9c02 100644 --- a/karbon/dialogs/vcolordlg.h +++ b/karbon/dialogs/vcolordlg.h @@ -29,7 +29,7 @@ class VFill; class VColorDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dialogs/vcolortab.h b/karbon/dialogs/vcolortab.h index 53e9532b..8c0d7281 100644 --- a/karbon/dialogs/vcolortab.h +++ b/karbon/dialogs/vcolortab.h @@ -33,7 +33,7 @@ class VColor; class VColorTab : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dialogs/vconfiguredlg.h b/karbon/dialogs/vconfiguredlg.h index 8203c3f8..04e15796 100644 --- a/karbon/dialogs/vconfiguredlg.h +++ b/karbon/dialogs/vconfiguredlg.h @@ -33,7 +33,7 @@ class TQComboBox; class VConfigInterfacePage : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -64,7 +64,7 @@ private: class VConfigMiscPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -91,7 +91,7 @@ private: class VConfigDefaultPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -117,7 +117,7 @@ private: class VConfigGridPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -147,7 +147,7 @@ private: class VConfigureDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dialogs/vstrokedlg.h b/karbon/dialogs/vstrokedlg.h index 50f7d080..d9e8f596 100644 --- a/karbon/dialogs/vstrokedlg.h +++ b/karbon/dialogs/vstrokedlg.h @@ -33,7 +33,7 @@ class VColorTab; class VStrokeDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dockers/vcolordocker.h b/karbon/dockers/vcolordocker.h index 128fd5ff..f667bde1 100644 --- a/karbon/dockers/vcolordocker.h +++ b/karbon/dockers/vcolordocker.h @@ -33,7 +33,7 @@ class KoRGBWidget; class VColorDocker : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dockers/vdocumentdocker.h b/karbon/dockers/vdocumentdocker.h index bda9204b..8b896dd4 100644 --- a/karbon/dockers/vdocumentdocker.h +++ b/karbon/dockers/vdocumentdocker.h @@ -39,7 +39,7 @@ class KarbonView; class VDocumentPreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -63,7 +63,7 @@ class VDocumentPreview : public TQWidget class VDocumentTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -134,7 +134,7 @@ private: class VLayersTab : public TQWidget { -Q_OBJECT +TQ_OBJECT public: @@ -222,7 +222,7 @@ class VHistoryItem : public TQListViewItem class VHistoryTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dockers/vstrokedocker.h b/karbon/dockers/vstrokedocker.h index eacc4bd5..8f25febd 100644 --- a/karbon/dockers/vstrokedocker.h +++ b/karbon/dockers/vstrokedocker.h @@ -32,7 +32,7 @@ class KarbonPart; class VStrokeDocker : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dockers/vstyledocker.h b/karbon/dockers/vstyledocker.h index 8410e3e0..33170afc 100644 --- a/karbon/dockers/vstyledocker.h +++ b/karbon/dockers/vstyledocker.h @@ -41,7 +41,7 @@ public: class ClipartWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -70,7 +70,7 @@ private: class VStyleDocker : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/dockers/vtransformdocker.h b/karbon/dockers/vtransformdocker.h index c0086d7c..34e27579 100644 --- a/karbon/dockers/vtransformdocker.h +++ b/karbon/dockers/vtransformdocker.h @@ -27,7 +27,7 @@ class KoUnitDoubleSpinBox; class VTransformDocker : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/karbon_drag.h b/karbon/karbon_drag.h index f71159f5..afcf1955 100644 --- a/karbon/karbon_drag.h +++ b/karbon/karbon_drag.h @@ -31,7 +31,7 @@ class VDocument; class KarbonDrag : public TQDragObject { - Q_OBJECT + TQ_OBJECT public: KarbonDrag( TQWidget* dragSource = 0, const char* name = 0 ); diff --git a/karbon/karbon_factory.h b/karbon/karbon_factory.h index a30bd608..033b81ae 100644 --- a/karbon/karbon_factory.h +++ b/karbon/karbon_factory.h @@ -30,7 +30,7 @@ class KarbonResourceServer; class KARBONCOMMON_EXPORT KarbonFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/karbon_part.h b/karbon/karbon_part.h index c771cf3d..53928640 100644 --- a/karbon/karbon_part.h +++ b/karbon/karbon_part.h @@ -44,7 +44,7 @@ class VCommandHistory; class KARBONCOMMON_EXPORT KarbonPart : public KoDocument { - Q_OBJECT + TQ_OBJECT public: KarbonPart( TQWidget* parentWidget = 0L, const char* widgetName = 0L, diff --git a/karbon/karbon_resourceserver.h b/karbon/karbon_resourceserver.h index fbda1dab..1a3ee15f 100644 --- a/karbon/karbon_resourceserver.h +++ b/karbon/karbon_resourceserver.h @@ -42,7 +42,7 @@ class VObject; class KARBONCOMMON_EXPORT KarbonResourceServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/karbon_view.h b/karbon/karbon_view.h index a3b79465..d3aa4d86 100644 --- a/karbon/karbon_view.h +++ b/karbon/karbon_view.h @@ -73,7 +73,7 @@ class VCommand; class KARBONCOMMON_EXPORT KarbonView : public KoView, public KXMLGUIBuilder { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/plugins/flattenpath/flattenpathplugin.h b/karbon/plugins/flattenpath/flattenpathplugin.h index 3633480c..878919fb 100644 --- a/karbon/plugins/flattenpath/flattenpathplugin.h +++ b/karbon/plugins/flattenpath/flattenpathplugin.h @@ -28,7 +28,7 @@ class VFlattenDlg; class FlattenPathPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: FlattenPathPlugin( KarbonView *parent, const char* name, const TQStringList & ); @@ -45,7 +45,7 @@ class KDoubleNumInput; class VFlattenDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/plugins/imagetool/imagetoolplugin.h b/karbon/plugins/imagetool/imagetoolplugin.h index e9e2ed13..87539499 100644 --- a/karbon/plugins/imagetool/imagetoolplugin.h +++ b/karbon/plugins/imagetool/imagetoolplugin.h @@ -29,7 +29,7 @@ */ class ImageToolPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ImageToolPlugin(TQObject *parent, const char *name, const TQStringList &); diff --git a/karbon/plugins/insertknots/insertknotsplugin.h b/karbon/plugins/insertknots/insertknotsplugin.h index 3feb1877..ea8167ec 100644 --- a/karbon/plugins/insertknots/insertknotsplugin.h +++ b/karbon/plugins/insertknots/insertknotsplugin.h @@ -29,7 +29,7 @@ class KarbonView; class InsertKnotsPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: InsertKnotsPlugin( KarbonView *parent, const char* name, const TQStringList & ); @@ -46,7 +46,7 @@ class KIntSpinBox; class VInsertKnotsDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/plugins/roundcorners/roundcornersplugin.h b/karbon/plugins/roundcorners/roundcornersplugin.h index 3a7c544f..452b2162 100644 --- a/karbon/plugins/roundcorners/roundcornersplugin.h +++ b/karbon/plugins/roundcorners/roundcornersplugin.h @@ -30,7 +30,7 @@ class VRoundCornersDlg; class KARBONBASE_EXPORT VRoundCornersPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: VRoundCornersPlugin( KarbonView *parent, const char* name, const TQStringList & ); @@ -47,7 +47,7 @@ class KDoubleNumInput; class VRoundCornersDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/plugins/shadoweffect/shadoweffectplugin.h b/karbon/plugins/shadoweffect/shadoweffectplugin.h index 6c05d829..18e84745 100644 --- a/karbon/plugins/shadoweffect/shadoweffectplugin.h +++ b/karbon/plugins/shadoweffect/shadoweffectplugin.h @@ -30,7 +30,7 @@ class VShadowEffectDlg; class ShadowEffectPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ShadowEffectPlugin( KarbonView *parent, const char* name, const TQStringList & ); @@ -47,7 +47,7 @@ class KIntNumInput; class VShadowEffectDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/plugins/whirlpinch/whirlpinchplugin.h b/karbon/plugins/whirlpinch/whirlpinchplugin.h index 81cd4003..427577b6 100644 --- a/karbon/plugins/whirlpinch/whirlpinchplugin.h +++ b/karbon/plugins/whirlpinch/whirlpinchplugin.h @@ -29,7 +29,7 @@ class VWhirlPinchDlg; class WhirlPinchPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: WhirlPinchPlugin( KarbonView *parent, const char* name, const TQStringList & ); @@ -46,7 +46,7 @@ class KDoubleNumInput; class VWhirlPinchDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/plugins/zoomtool/zoomtoolplugin.h b/karbon/plugins/zoomtool/zoomtoolplugin.h index 97a5a752..fb3211a7 100644 --- a/karbon/plugins/zoomtool/zoomtoolplugin.h +++ b/karbon/plugins/zoomtool/zoomtoolplugin.h @@ -30,7 +30,7 @@ */ class ZoomToolPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: ZoomToolPlugin(TQObject *parent, const char *name, const TQStringList &); diff --git a/karbon/tools/vdefaulttools.h b/karbon/tools/vdefaulttools.h index 43125e43..1050d8ca 100644 --- a/karbon/tools/vdefaulttools.h +++ b/karbon/tools/vdefaulttools.h @@ -30,7 +30,7 @@ */ class VDefaultTools : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: VDefaultTools(TQObject *parent, const char *name, const TQStringList &); diff --git a/karbon/tools/vellipsetool.h b/karbon/tools/vellipsetool.h index 4a46aad5..83dd3257 100644 --- a/karbon/tools/vellipsetool.h +++ b/karbon/tools/vellipsetool.h @@ -33,7 +33,7 @@ class TQWidget; class VEllipseOptionsWidget : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: VEllipseOptionsWidget( KarbonPart *part, TQWidget *parent = 0L, const char *name = 0L ); diff --git a/karbon/tools/vgradienttool.h b/karbon/tools/vgradienttool.h index bb1f17f8..19117c84 100644 --- a/karbon/tools/vgradienttool.h +++ b/karbon/tools/vgradienttool.h @@ -30,7 +30,7 @@ class VGradientTabWidget; class VGradientTool : public VTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/tools/vpatterntool.h b/karbon/tools/vpatterntool.h index 36cc88f7..1abdbed4 100644 --- a/karbon/tools/vpatterntool.h +++ b/karbon/tools/vpatterntool.h @@ -32,7 +32,7 @@ class KoIconChooser; class VPatternWidget : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: @@ -60,7 +60,7 @@ private: class VPatternTool : public VTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/tools/vpenciltool.h b/karbon/tools/vpenciltool.h index 8def1526..3fec0c45 100644 --- a/karbon/tools/vpenciltool.h +++ b/karbon/tools/vpenciltool.h @@ -44,7 +44,7 @@ class TQCursor; class VPencilOptionsWidget : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: VPencilOptionsWidget( KarbonView*view, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/tools/vpolylinetool.h b/karbon/tools/vpolylinetool.h index 6743da21..cd449b3a 100644 --- a/karbon/tools/vpolylinetool.h +++ b/karbon/tools/vpolylinetool.h @@ -48,7 +48,7 @@ class TQCursor; class VPolylineTool : public VTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/tools/vselecttool.h b/karbon/tools/vselecttool.h index 464dc6af..b389c9d2 100644 --- a/karbon/tools/vselecttool.h +++ b/karbon/tools/vselecttool.h @@ -29,7 +29,7 @@ class KarbonView; class VSelectOptionsWidget : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: @@ -44,7 +44,7 @@ private: class VSelectTool : public VTool { -Q_OBJECT +TQ_OBJECT public: diff --git a/karbon/tools/vstartool.h b/karbon/tools/vstartool.h index 5c8936dc..a8ec36c1 100644 --- a/karbon/tools/vstartool.h +++ b/karbon/tools/vstartool.h @@ -33,7 +33,7 @@ class KarbonView; class VStarOptionsWidget : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: VStarOptionsWidget( KarbonPart *part, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/tools/vtexttool.h b/karbon/tools/vtexttool.h index e88142ac..1a94495c 100644 --- a/karbon/tools/vtexttool.h +++ b/karbon/tools/vtexttool.h @@ -47,7 +47,7 @@ class TQCursor; class ShadowPreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -68,7 +68,7 @@ private: class ShadowWidget : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -100,7 +100,7 @@ protected: class VTextOptionsWidget : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/vtool.h b/karbon/vtool.h index 87d7b1b3..c9193874 100644 --- a/karbon/vtool.h +++ b/karbon/vtool.h @@ -50,7 +50,7 @@ enum enumToolType */ class KARBONBASE_EXPORT VTool : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/widgets/vcanvas.h b/karbon/widgets/vcanvas.h index fe348c30..acebb430 100644 --- a/karbon/widgets/vcanvas.h +++ b/karbon/widgets/vcanvas.h @@ -33,7 +33,7 @@ class VPainter; class KARBONCOMMON_EXPORT VCanvas : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: VCanvas( TQWidget *parent, KarbonView* view, KarbonPart* part ); diff --git a/karbon/widgets/vcolorslider.h b/karbon/widgets/vcolorslider.h index c7467e45..d721bdb6 100644 --- a/karbon/widgets/vcolorslider.h +++ b/karbon/widgets/vcolorslider.h @@ -34,7 +34,7 @@ class KGradientSelector; */ class VColorSlider : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/karbon/widgets/vgradienttabwidget.h b/karbon/widgets/vgradienttabwidget.h index f29e7ea0..6bd06cf7 100644 --- a/karbon/widgets/vgradienttabwidget.h +++ b/karbon/widgets/vgradienttabwidget.h @@ -76,7 +76,7 @@ class VGradientPreview : public TQWidget class KARBONBASE_EXPORT VGradientTabWidget : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/widgets/vgradientwidget.h b/karbon/widgets/vgradientwidget.h index acf836dc..d2f6f7b0 100644 --- a/karbon/widgets/vgradientwidget.h +++ b/karbon/widgets/vgradientwidget.h @@ -28,7 +28,7 @@ class VColor; class KARBONBASE_EXPORT VGradientWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/widgets/vreference.h b/karbon/widgets/vreference.h index 0005a92e..7780580e 100644 --- a/karbon/widgets/vreference.h +++ b/karbon/widgets/vreference.h @@ -43,7 +43,7 @@ enum Choice class VReference : public TQFrame { - Q_OBJECT + TQ_OBJECT public: VReference( TQWidget *parent = 0L, const char *name = 0L ); diff --git a/karbon/widgets/vruler.h b/karbon/widgets/vruler.h index 71bb68f1..2690a4b2 100644 --- a/karbon/widgets/vruler.h +++ b/karbon/widgets/vruler.h @@ -31,7 +31,7 @@ class TQPainter; class VRuler : public TQFrame { - Q_OBJECT + TQ_OBJECT typedef TQFrame super; diff --git a/karbon/widgets/vselecttoolbar.h b/karbon/widgets/vselecttoolbar.h index 5d33c766..71331089 100644 --- a/karbon/widgets/vselecttoolbar.h +++ b/karbon/widgets/vselecttoolbar.h @@ -29,7 +29,7 @@ class KarbonView; class VSelectToolBar : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: VSelectToolBar( KarbonView *view, const char* name = 0L ); diff --git a/karbon/widgets/vsmallpreview.h b/karbon/widgets/vsmallpreview.h index 916c1164..72677436 100644 --- a/karbon/widgets/vsmallpreview.h +++ b/karbon/widgets/vsmallpreview.h @@ -33,7 +33,7 @@ class VStroke; class VSmallPreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: VSmallPreview( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/widgets/vstrokefillpreview.h b/karbon/widgets/vstrokefillpreview.h index 1f207d3b..2921502b 100644 --- a/karbon/widgets/vstrokefillpreview.h +++ b/karbon/widgets/vstrokefillpreview.h @@ -30,7 +30,7 @@ class KarbonPart; class VStrokeFillPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/widgets/vtoolbox.h b/karbon/widgets/vtoolbox.h index fd939b60..2f6153db 100644 --- a/karbon/widgets/vtoolbox.h +++ b/karbon/widgets/vtoolbox.h @@ -27,7 +27,7 @@ class VTool; class VToolBox : public KoToolBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/widgets/vtranslate.h b/karbon/widgets/vtranslate.h index 01b7125b..b93fe80e 100644 --- a/karbon/widgets/vtranslate.h +++ b/karbon/widgets/vtranslate.h @@ -31,7 +31,7 @@ class KDoubleNumInput; class VTranslate : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/karbon/widgets/vtypebuttonbox.h b/karbon/widgets/vtypebuttonbox.h index 54afef92..b015d1c6 100644 --- a/karbon/widgets/vtypebuttonbox.h +++ b/karbon/widgets/vtypebuttonbox.h @@ -26,7 +26,7 @@ class KarbonPart; class VTypeButtonBox : public TQHButtonGroup { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/csvimportdialog.h b/kchart/csvimportdialog.h index 66a46c1a..acba9ce1 100644 --- a/kchart/csvimportdialog.h +++ b/kchart/csvimportdialog.h @@ -29,7 +29,7 @@ class DialogUI; class CSVImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum Header diff --git a/kchart/kchartBackgroundPixmapConfigPage.h b/kchart/kchartBackgroundPixmapConfigPage.h index 722a4fb8..d21694d0 100644 --- a/kchart/kchartBackgroundPixmapConfigPage.h +++ b/kchart/kchartBackgroundPixmapConfigPage.h @@ -38,7 +38,7 @@ class KChartParams; class KChartBackgroundPixmapConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartColorConfigPage.h b/kchart/kchartColorConfigPage.h index cbafcdea..cdfca74d 100644 --- a/kchart/kchartColorConfigPage.h +++ b/kchart/kchartColorConfigPage.h @@ -40,7 +40,7 @@ class KChartParams; class KChartColorConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartComboConfigPage.h b/kchart/kchartComboConfigPage.h index f0f4d476..e4f223a1 100644 --- a/kchart/kchartComboConfigPage.h +++ b/kchart/kchartComboConfigPage.h @@ -31,7 +31,7 @@ class KChartParams; class KChartComboPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartConfigDialog.h b/kchart/kchartConfigDialog.h index d3e930d4..aad36177 100644 --- a/kchart/kchartConfigDialog.h +++ b/kchart/kchartConfigDialog.h @@ -57,7 +57,7 @@ class KChartParameterPolarConfigPage; class KChartConfigDialog : public TQTabDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartDataConfigPage.h b/kchart/kchartDataConfigPage.h index f50cbed4..3427eae6 100644 --- a/kchart/kchartDataConfigPage.h +++ b/kchart/kchartDataConfigPage.h @@ -40,7 +40,7 @@ class KChartParams; class KChartDataConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartDataEditor.h b/kchart/kchartDataEditor.h index 4359595d..608b0a3a 100644 --- a/kchart/kchartDataEditor.h +++ b/kchart/kchartDataEditor.h @@ -40,7 +40,7 @@ class KChartParams; class kchartDataSpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: kchartDataSpinBox(TQWidget *); @@ -74,7 +74,7 @@ private: class kchartDataTable : public TQTable { - Q_OBJECT + TQ_OBJECT public: kchartDataTable(TQWidget *); @@ -91,7 +91,7 @@ protected: class kchartDataEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: kchartDataEditor(TQWidget* parent = 0); diff --git a/kchart/kchartFontConfigPage.h b/kchart/kchartFontConfigPage.h index 01c08621..e18257c5 100644 --- a/kchart/kchartFontConfigPage.h +++ b/kchart/kchartFontConfigPage.h @@ -38,7 +38,7 @@ class KChartParams; class KChartFontConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartHeaderFooterConfigPage.h b/kchart/kchartHeaderFooterConfigPage.h index 2c1bb96c..09dd57ed 100644 --- a/kchart/kchartHeaderFooterConfigPage.h +++ b/kchart/kchartHeaderFooterConfigPage.h @@ -33,7 +33,7 @@ class KChartParams; class KChartHeaderFooterConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartLegendConfigPage.h b/kchart/kchartLegendConfigPage.h index b05cc019..20ffc73c 100644 --- a/kchart/kchartLegendConfigPage.h +++ b/kchart/kchartLegendConfigPage.h @@ -38,7 +38,7 @@ class KChartParams; class KChartLegendConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartLine3dConfigPage.h b/kchart/kchartLine3dConfigPage.h index 2eae8a3f..76a7090c 100644 --- a/kchart/kchartLine3dConfigPage.h +++ b/kchart/kchartLine3dConfigPage.h @@ -32,7 +32,7 @@ class KChartParams; class KChartLine3dConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartPageLayout.h b/kchart/kchartPageLayout.h index 9aab63c3..93215c42 100644 --- a/kchart/kchartPageLayout.h +++ b/kchart/kchartPageLayout.h @@ -31,7 +31,7 @@ class KChartView; class KChartParams; class KChartPageLayout : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KChartPageLayout( KChartParams* _params, TQWidget* parent, const char* name); diff --git a/kchart/kchartParameter3dConfigPage.h b/kchart/kchartParameter3dConfigPage.h index b28ccadb..5fd6f6c1 100644 --- a/kchart/kchartParameter3dConfigPage.h +++ b/kchart/kchartParameter3dConfigPage.h @@ -33,7 +33,7 @@ class KChartParams; class KChartParameter3dConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartParameterConfigPage.h b/kchart/kchartParameterConfigPage.h index 75a9881f..38d6019d 100644 --- a/kchart/kchartParameterConfigPage.h +++ b/kchart/kchartParameterConfigPage.h @@ -35,7 +35,7 @@ class KChartParams; class KChartParameterConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartParameterPieConfigPage.h b/kchart/kchartParameterPieConfigPage.h index c7addd44..c14e0b58 100644 --- a/kchart/kchartParameterPieConfigPage.h +++ b/kchart/kchartParameterPieConfigPage.h @@ -39,7 +39,7 @@ class KChartParams; class KChartParameterPieConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartParameterPolarConfigPage.h b/kchart/kchartParameterPolarConfigPage.h index 89d1b5a1..d537c692 100644 --- a/kchart/kchartParameterPolarConfigPage.h +++ b/kchart/kchartParameterPolarConfigPage.h @@ -35,7 +35,7 @@ class KChartParams; class KChartParameterPolarConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartPieConfigPage.h b/kchart/kchartPieConfigPage.h index 06c5dc62..5f72edb2 100644 --- a/kchart/kchartPieConfigPage.h +++ b/kchart/kchartPieConfigPage.h @@ -44,7 +44,7 @@ class KChartParams; class KChartPieConfigPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartPrinterDlg.h b/kchart/kchartPrinterDlg.h index 7a2712dc..415256bb 100644 --- a/kchart/kchartPrinterDlg.h +++ b/kchart/kchartPrinterDlg.h @@ -31,7 +31,7 @@ namespace KChart class KChartPrinterDlg : public KPrintDialogPage { - Q_OBJECT + TQ_OBJECT public: /// Getting the common arguments. diff --git a/kchart/kchartSubTypeChartPage.h b/kchart/kchartSubTypeChartPage.h index 595996da..66517744 100644 --- a/kchart/kchartSubTypeChartPage.h +++ b/kchart/kchartSubTypeChartPage.h @@ -35,7 +35,7 @@ class KChartParams; class KChartSubTypeChartPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -50,7 +50,7 @@ protected: class KChartLineSubTypeChartPage : public KChartSubTypeChartPage { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ private: class KChartAreaSubTypeChartPage : public KChartSubTypeChartPage { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ private: class KChartBarSubTypeChartPage : public KChartSubTypeChartPage { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ private: class KChartHiloSubTypeChartPage : public KChartSubTypeChartPage { - Q_OBJECT + TQ_OBJECT public: @@ -136,7 +136,7 @@ private: class KChartPolarSubTypeChartPage : public KChartSubTypeChartPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartWizard.h b/kchart/kchartWizard.h index 1e14840b..80b67b87 100644 --- a/kchart/kchartWizard.h +++ b/kchart/kchartWizard.h @@ -19,7 +19,7 @@ class KChartWizardSelectDataFormatPage; class KChartWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: KChartWizard ( KChartPart* chart, TQWidget *parent, const char* name, diff --git a/kchart/kchartWizardLabelsLegendPage.h b/kchart/kchartWizardLabelsLegendPage.h index aaff3a9a..abefee97 100644 --- a/kchart/kchartWizardLabelsLegendPage.h +++ b/kchart/kchartWizardLabelsLegendPage.h @@ -16,7 +16,7 @@ class KChartPart; class KChartWizardLabelsLegendPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartWizardSelectChartSubTypePage.h b/kchart/kchartWizardSelectChartSubTypePage.h index e95d545b..47695436 100644 --- a/kchart/kchartWizardSelectChartSubTypePage.h +++ b/kchart/kchartWizardSelectChartSubTypePage.h @@ -16,7 +16,7 @@ class KChartPart; class KChartWizardSelectChartSubTypePage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KChartWizardSelectChartSubTypePage( TQWidget* parent, KChartPart* chart ); diff --git a/kchart/kchartWizardSelectChartTypePage.h b/kchart/kchartWizardSelectChartTypePage.h index 91b62da3..a897b6fb 100644 --- a/kchart/kchartWizardSelectChartTypePage.h +++ b/kchart/kchartWizardSelectChartTypePage.h @@ -21,7 +21,7 @@ class KChartPart; // FIXME: Move to kchartWizardSelectChartTypePage.cpp class KChartButton : public TQVBox { - Q_OBJECT + TQ_OBJECT public: KChartButton(TQWidget* parent, const TQString &, const TQPixmap &); @@ -34,7 +34,7 @@ class KChartButton : public TQVBox class KChartWizardSelectChartTypePage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartWizardSelectDataFormatPage.h b/kchart/kchartWizardSelectDataFormatPage.h index 062c1d48..7ff620b1 100644 --- a/kchart/kchartWizardSelectDataFormatPage.h +++ b/kchart/kchartWizardSelectDataFormatPage.h @@ -18,7 +18,7 @@ class KChartPart; class KChartWizardSelectDataFormatPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KChartWizardSelectDataFormatPage( TQWidget* parent, KChartPart* chart ); diff --git a/kchart/kchartWizardSetupAxesPage.h b/kchart/kchartWizardSetupAxesPage.h index c01b8ab7..e9ef1523 100644 --- a/kchart/kchartWizardSetupAxesPage.h +++ b/kchart/kchartWizardSetupAxesPage.h @@ -18,7 +18,7 @@ class kchartWidget; class KChartWizardSetupAxesPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchartWizardSetupDataPage.h b/kchart/kchartWizardSetupDataPage.h index 0881ad3c..2e46f948 100644 --- a/kchart/kchartWizardSetupDataPage.h +++ b/kchart/kchartWizardSetupDataPage.h @@ -15,7 +15,7 @@ class KChartWizard; class KChartWizardSetupDataPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchart_factory.h b/kchart/kchart_factory.h index 4e64c583..29f5057b 100644 --- a/kchart/kchart_factory.h +++ b/kchart/kchart_factory.h @@ -19,7 +19,7 @@ namespace KChart class KChartFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: KChartFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kchart/kchart_part.h b/kchart/kchart_part.h index 2eb4a75f..1b2affc8 100644 --- a/kchart/kchart_part.h +++ b/kchart/kchart_part.h @@ -22,7 +22,7 @@ class KChartParams; class KCHART_EXPORT KChartPart : public KoChart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kchart_view.h b/kchart/kchart_view.h index c8d5784e..d2b3d489 100644 --- a/kchart/kchart_view.h +++ b/kchart/kchart_view.h @@ -24,7 +24,7 @@ class kchartDataEditor; class KChartView : public KoView { - Q_OBJECT + TQ_OBJECT public: KChartView( KChartPart* part, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kchart/kdchart/KDChartAxisParams.h b/kchart/kdchart/KDChartAxisParams.h index 78718231..2ccd8ea1 100644 --- a/kchart/kdchart/KDChartAxisParams.h +++ b/kchart/kdchart/KDChartAxisParams.h @@ -131,7 +131,7 @@ class KDChartParams; class KDCHART_EXPORT KDChartAxisParams : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(AxisType) TQ_ENUMS(AxisPos) diff --git a/kchart/kdchart/KDChartAxisParamsWrapper.h b/kchart/kdchart/KDChartAxisParamsWrapper.h index bec8fdca..3bfabb36 100644 --- a/kchart/kdchart/KDChartAxisParamsWrapper.h +++ b/kchart/kdchart/KDChartAxisParamsWrapper.h @@ -9,7 +9,7 @@ class KDChartAxisParams; class KDChartAxisParamsWrapper :public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kdchart/KDChartCustomBox.h b/kchart/kdchart/KDChartCustomBox.h index 29816a18..26e3bc98 100644 --- a/kchart/kdchart/KDChartCustomBox.h +++ b/kchart/kdchart/KDChartCustomBox.h @@ -53,7 +53,7 @@ class KDFrame; */ class KDCHART_EXPORT KDChartCustomBox :public TQObject { - Q_OBJECT + TQ_OBJECT friend class KDChartPainter; friend class KDChartParams; diff --git a/kchart/kdchart/KDChartCustomBoxWrapper.h b/kchart/kdchart/KDChartCustomBoxWrapper.h index 730d4058..3abb235d 100644 --- a/kchart/kdchart/KDChartCustomBoxWrapper.h +++ b/kchart/kdchart/KDChartCustomBoxWrapper.h @@ -7,7 +7,7 @@ class KDChartCustomBox; class KDChartTextPiece; class KDChartCustomBoxWrapper :public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kdchart/KDChartEnums.h b/kchart/kdchart/KDChartEnums.h index 21273cb2..67b1da47 100644 --- a/kchart/kdchart/KDChartEnums.h +++ b/kchart/kdchart/KDChartEnums.h @@ -45,7 +45,7 @@ */ class KDCHART_EXPORT KDChartEnums :public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( TextLayoutPolicy ) TQ_ENUMS( AreaName ) diff --git a/kchart/kdchart/KDChartParams.h b/kchart/kdchart/KDChartParams.h index 089c725b..4d3f78e8 100644 --- a/kchart/kdchart/KDChartParams.h +++ b/kchart/kdchart/KDChartParams.h @@ -135,7 +135,7 @@ private: class KDCHART_EXPORT KDChartParams : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(ChartType) TQ_ENUMS(SourceMode) @@ -222,7 +222,7 @@ public: // MOC_SKIP_BEGIN class KDCHART_EXPORT KDChartFrameSettings { - // Q_OBJECT + // TQ_OBJECT // public: KDChartFrameSettings(); diff --git a/kchart/kdchart/KDChartParamsWrapper.h b/kchart/kdchart/KDChartParamsWrapper.h index f00f7118..c90b3e0a 100644 --- a/kchart/kdchart/KDChartParamsWrapper.h +++ b/kchart/kdchart/KDChartParamsWrapper.h @@ -8,7 +8,7 @@ class KDChartAxisParams; class KDChartParamsWrapper :public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kdchart/KDChartPropertySet.h b/kchart/kdchart/KDChartPropertySet.h index b8104182..28a21c2f 100644 --- a/kchart/kdchart/KDChartPropertySet.h +++ b/kchart/kdchart/KDChartPropertySet.h @@ -65,7 +65,7 @@ instead of the value that is stored locally. */ class KDCHART_EXPORT KDChartPropertySet :public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( SpecialDataPropertyID ) diff --git a/kchart/kdchart/KDChartTableBase.h b/kchart/kdchart/KDChartTableBase.h index cf7e4563..fd3c41de 100644 --- a/kchart/kdchart/KDChartTableBase.h +++ b/kchart/kdchart/KDChartTableBase.h @@ -86,7 +86,7 @@ class TQTable; ///KD Chart's build-in table data for an easy way of storing data values. class KDCHART_EXPORT KDChartTableDataBase :public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kchart/kdchart/KDChartTableDataWrapper.h b/kchart/kdchart/KDChartTableDataWrapper.h index 801792c4..3f65f6f3 100644 --- a/kchart/kdchart/KDChartTableDataWrapper.h +++ b/kchart/kdchart/KDChartTableDataWrapper.h @@ -6,7 +6,7 @@ class KDChartData; class KDChartTableDataWrapper :public TQObject { - Q_OBJECT + TQ_OBJECT public: KDChartTableDataWrapper( KDChartTableData* ); diff --git a/kchart/kdchart/KDChartTextPiece.h b/kchart/kdchart/KDChartTextPiece.h index d085d0fb..04875491 100644 --- a/kchart/kdchart/KDChartTextPiece.h +++ b/kchart/kdchart/KDChartTextPiece.h @@ -43,7 +43,7 @@ class TQFontMetrics; class KDCHART_EXPORT KDChartTextPiece :public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kchart/kdchart/KDChartVectorTable.h b/kchart/kdchart/KDChartVectorTable.h index c72a49c0..5f7c1eb5 100644 --- a/kchart/kdchart/KDChartVectorTable.h +++ b/kchart/kdchart/KDChartVectorTable.h @@ -113,7 +113,7 @@ public: class KDCHART_EXPORT KDChartVectorTableData : public KDChartTableDataBase { - Q_OBJECT + TQ_OBJECT private: diff --git a/kchart/kdchart/KDChartWidget.h b/kchart/kdchart/KDChartWidget.h index 407868a1..ddd24a2f 100644 --- a/kchart/kdchart/KDChartWidget.h +++ b/kchart/kdchart/KDChartWidget.h @@ -47,7 +47,7 @@ class KDChartParams; class KDCHART_EXPORT KDChartWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool activeData READ isActiveData WRITE setActiveData ) TQ_PROPERTY( bool doubleBuffered READ isDoubleBuffered WRITE setDoubleBuffered ) diff --git a/kchart/kdchart/KDFrame.h b/kchart/kdchart/KDFrame.h index 09d4c8cd..fb3e95ee 100644 --- a/kchart/kdchart/KDFrame.h +++ b/kchart/kdchart/KDFrame.h @@ -86,7 +86,7 @@ */ class KDCHART_EXPORT KDFrame : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( BackPixmapMode ) TQ_ENUMS( SimpleFrame ) diff --git a/kdgantt/KDGanttMinimizeSplitter.h b/kdgantt/KDGanttMinimizeSplitter.h index 76fdfaca..7afa7547 100644 --- a/kdgantt/KDGanttMinimizeSplitter.h +++ b/kdgantt/KDGanttMinimizeSplitter.h @@ -44,7 +44,7 @@ class KDGanttSplitterLayoutStruct; class KDGanttMinimizeSplitter : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( Direction ) TQ_PROPERTY( Orientation orientation READ orientation WRITE setOrientation ) @@ -139,7 +139,7 @@ private: // Disabled copy constructor and operator= // avoid a symbol clash on some platforms. class KDGanttSplitterHandle : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KDGanttSplitterHandle( Orientation o, diff --git a/kdgantt/KDGanttSemiSizingControl.h b/kdgantt/KDGanttSemiSizingControl.h index 4f14b1ad..d5a09b46 100644 --- a/kdgantt/KDGanttSemiSizingControl.h +++ b/kdgantt/KDGanttSemiSizingControl.h @@ -44,7 +44,7 @@ class KDGanttSemiSizingControl : public KDGanttSizingControl { TQ_PROPERTY( ArrowPosition arrowPosition READ arrowPosition WRITE setArrowPosition ) TQ_ENUMS( ArrowPosition ) - Q_OBJECT + TQ_OBJECT public: diff --git a/kdgantt/KDGanttSizingControl.h b/kdgantt/KDGanttSizingControl.h index 31ac59c0..3ef84e7b 100644 --- a/kdgantt/KDGanttSizingControl.h +++ b/kdgantt/KDGanttSizingControl.h @@ -37,7 +37,7 @@ class KDGanttSizingControl : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdgantt/KDGanttView.h b/kdgantt/KDGanttView.h index 0ef16ba8..25328445 100644 --- a/kdgantt/KDGanttView.h +++ b/kdgantt/KDGanttView.h @@ -68,7 +68,7 @@ class KDGanttMinimizeSplitter; class KDGanttView : public KDGanttMinimizeSplitter { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool showLegend READ showLegend WRITE setShowLegend ) diff --git a/kdgantt/KDGanttViewSubwidgets.h b/kdgantt/KDGanttViewSubwidgets.h index d9cb8bc2..875e9739 100644 --- a/kdgantt/KDGanttViewSubwidgets.h +++ b/kdgantt/KDGanttViewSubwidgets.h @@ -74,7 +74,7 @@ class KDTimeHeaderToolTip; class KDTimeHeaderWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -247,7 +247,7 @@ class KDListView ; class KDTimeTableWidget : public TQCanvas { - Q_OBJECT + TQ_OBJECT public: @@ -324,7 +324,7 @@ private: class KDLegendWidget : public KDGanttSemiSizingControl { - Q_OBJECT + TQ_OBJECT public: @@ -351,7 +351,7 @@ public: class KDGanttView; class KDListView : public TQListView { - Q_OBJECT + TQ_OBJECT public: @@ -453,7 +453,7 @@ class KDCanvasToolTip; class KDGanttCanvasView : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h index b4e0b35e..d8369136 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h @@ -34,7 +34,7 @@ class KoPagePreview; * This class is a widget that shows the KoColumns data structure and allows the user to change it. */ class KoPageLayoutColumns : public KoPageLayoutColumnsBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h index c31bb752..be5e4bbd 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h @@ -28,7 +28,7 @@ class KoUnitDoubleSpinBox; class KoPagePreview; class KoPageLayoutHeader : public KoPageLayoutHeaderBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/KoPageLayoutSize.h b/kexi/3rdparty/kolibs/KoPageLayoutSize.h index bd413a51..fb9d943e 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutSize.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutSize.h @@ -35,7 +35,7 @@ class KoPageLayoutColumns; * This class is a widget that shows the KoPageLayout data structure and allows the user to change it. */ class KoPageLayoutSize : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/koPageLayoutDia.h b/kexi/3rdparty/kolibs/koPageLayoutDia.h index 0c50b448..ff23c929 100644 --- a/kexi/3rdparty/kolibs/koPageLayoutDia.h +++ b/kexi/3rdparty/kolibs/koPageLayoutDia.h @@ -46,7 +46,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE */ class KoPagePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -82,7 +82,7 @@ class KoPageLayoutDiaPrivate; */ class KOFFICEUI_EXPORT KoPageLayoutDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/koUnitWidgets.h b/kexi/3rdparty/kolibs/koUnitWidgets.h index cd741f32..ddadd5d9 100644 --- a/kexi/3rdparty/kolibs/koUnitWidgets.h +++ b/kexi/3rdparty/kolibs/koUnitWidgets.h @@ -106,7 +106,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -157,7 +157,7 @@ private slots: */ class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L ); @@ -186,7 +186,7 @@ private: */ class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -223,7 +223,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L ); diff --git a/kexi/core/kexiactionproxy_p.h b/kexi/core/kexiactionproxy_p.h index 57d351ce..5a3f8424 100644 --- a/kexi/core/kexiactionproxy_p.h +++ b/kexi/core/kexiactionproxy_p.h @@ -27,7 +27,7 @@ class KexiActionProxy; //! Helper class for KexiActionProxy::plugSharedActionToExternalGUI() method. class TDEAction_setEnabled_Helper : public TQObject { - Q_OBJECT + TQ_OBJECT public: TDEAction_setEnabled_Helper(KexiActionProxy* proxy); diff --git a/kexi/core/kexiblobbuffer.h b/kexi/core/kexiblobbuffer.h index 73c54549..5207818e 100644 --- a/kexi/core/kexiblobbuffer.h +++ b/kexi/core/kexiblobbuffer.h @@ -79,7 +79,7 @@ namespace KexiDB */ class KEXICORE_EXPORT KexiBLOBBuffer : public TQObject { - Q_OBJECT + TQ_OBJECT private: diff --git a/kexi/core/kexicontexthelp.h b/kexi/core/kexicontexthelp.h index 92afe807..c9a4b118 100644 --- a/kexi/core/kexicontexthelp.h +++ b/kexi/core/kexicontexthelp.h @@ -26,7 +26,7 @@ class KEXICORE_EXPORT KexiContextHelp : public KoContextHelpWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexidialogbase.h b/kexi/core/kexidialogbase.h index ae1169a9..212aa0f1 100644 --- a/kexi/core/kexidialogbase.h +++ b/kexi/core/kexidialogbase.h @@ -77,7 +77,7 @@ class KEXICORE_EXPORT KexiDialogBase : public KexiActionProxy, public Kexi::ObjectStatus { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiinternalpart.h b/kexi/core/kexiinternalpart.h index 50bb7f1f..cc707b9e 100644 --- a/kexi/core/kexiinternalpart.h +++ b/kexi/core/kexiinternalpart.h @@ -48,7 +48,7 @@ class TQWidget; */ class KEXICORE_EXPORT KexiInternalPart : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/keximainwindow.h b/kexi/core/keximainwindow.h index 1f14e0d6..7e238b2d 100644 --- a/kexi/core/keximainwindow.h +++ b/kexi/core/keximainwindow.h @@ -44,7 +44,7 @@ namespace KexiPart { */ class KEXICORE_EXPORT KexiMainWindow : public KMdiMainFrm, public KexiSharedActionHost { - Q_OBJECT + TQ_OBJECT public: //! Used by printActionForItem() diff --git a/kexi/core/kexipart.h b/kexi/core/kexipart.h index 1d800854..ecedf7e9 100644 --- a/kexi/core/kexipart.h +++ b/kexi/core/kexipart.h @@ -64,7 +64,7 @@ enum ObjectTypes { */ class KEXICORE_EXPORT Part : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexipartmanager.h b/kexi/core/kexipartmanager.h index 726fbca8..21150dd9 100644 --- a/kexi/core/kexipartmanager.h +++ b/kexi/core/kexipartmanager.h @@ -67,7 +67,7 @@ namespace KexiPart */ class KEXICORE_EXPORT Manager : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiproject.h b/kexi/core/kexiproject.h index a8297f50..2be68229 100644 --- a/kexi/core/kexiproject.h +++ b/kexi/core/kexiproject.h @@ -66,7 +66,7 @@ class KexiDialogBase; */ class KEXICORE_EXPORT KexiProject : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexisharedactionhost_p.h b/kexi/core/kexisharedactionhost_p.h index 9c93a548..f2c2e2ae 100644 --- a/kexi/core/kexisharedactionhost_p.h +++ b/kexi/core/kexisharedactionhost_p.h @@ -41,7 +41,7 @@ class KexiVolatileActionData //! @internal class KEXICORE_EXPORT KexiSharedActionHostPrivate : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiuseraction.h b/kexi/core/kexiuseraction.h index c64e08cd..fb5bfb1a 100644 --- a/kexi/core/kexiuseraction.h +++ b/kexi/core/kexiuseraction.h @@ -18,7 +18,7 @@ typedef TQValueVector<TQVariant> Arguments; */ class KEXICORE_EXPORT KexiUserAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiviewbase.h b/kexi/core/kexiviewbase.h index adca7622..8102a9c4 100644 --- a/kexi/core/kexiviewbase.h +++ b/kexi/core/kexiviewbase.h @@ -51,7 +51,7 @@ namespace KexiDB { */ class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js index 728856be..e7b9a94d 100644 --- a/kexi/doc/dev/CHANGELOG-Kexi-js +++ b/kexi/doc/dev/CHANGELOG-Kexi-js @@ -5088,7 +5088,7 @@ TODO: keep ownership properly in KexiPart namespace!!!!!! - now checks driver's major version and compares against kexidb library major version - now is called on createConnection() instead of Connection::connect() so errors can be catch earlier - - KEXIDB_DRIVER (like Q_OBJECT) in driver.h and KEXIDB_DRIVER_INFO in driver_p.h macros + - KEXIDB_DRIVER (like TQ_OBJECT) in driver.h and KEXIDB_DRIVER_INFO in driver_p.h macros introduced for ease driver development and decrease error count diff --git a/kexi/formeditor/connectiondialog.h b/kexi/formeditor/connectiondialog.h index 7edba8df..13e129a5 100644 --- a/kexi/formeditor/connectiondialog.h +++ b/kexi/formeditor/connectiondialog.h @@ -45,7 +45,7 @@ class Connection; of current connection. */ class KFORMEDITOR_EXPORT ConnectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/container.h b/kexi/formeditor/container.h index 03f2c6c6..b3babe9b 100644 --- a/kexi/formeditor/container.h +++ b/kexi/formeditor/container.h @@ -46,7 +46,7 @@ class Form; //! A class for redirecting events class KFORMEDITOR_EXPORT EventEater : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ class KFORMEDITOR_EXPORT EventEater : public TQObject //! A class to make a container from any widget class KFORMEDITOR_EXPORT Container : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/editlistviewdialog.h b/kexi/formeditor/editlistviewdialog.h index cfbaadbb..6d99c076 100644 --- a/kexi/formeditor/editlistviewdialog.h +++ b/kexi/formeditor/editlistviewdialog.h @@ -48,7 +48,7 @@ namespace KFormDesigner { using TDEListViewItem::setRenameable(). Pixmaps are not yet supported. */ class KFORMEDITOR_EXPORT EditListViewDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/factories/containerfactory.h b/kexi/formeditor/factories/containerfactory.h index 18a9f7df..6346eb8a 100644 --- a/kexi/formeditor/factories/containerfactory.h +++ b/kexi/formeditor/factories/containerfactory.h @@ -54,7 +54,7 @@ class InsertPageCommand : public KCommand //! Helper widget (used when using 'Lay out horizontally') class KFORMEDITOR_EXPORT HBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -70,7 +70,7 @@ class KFORMEDITOR_EXPORT HBox : public TQFrame //! Helper widget (used when using 'Lay out vertically') class KFORMEDITOR_EXPORT VBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -86,7 +86,7 @@ class KFORMEDITOR_EXPORT VBox : public TQFrame //! Helper widget (used when using 'Lay out in a grid') class KFORMEDITOR_EXPORT Grid : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -102,7 +102,7 @@ class KFORMEDITOR_EXPORT Grid : public TQFrame //! Helper widget (used when using 'Lay out with horizontal flow') class KFORMEDITOR_EXPORT HFlow : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -118,7 +118,7 @@ class KFORMEDITOR_EXPORT HFlow : public TQFrame //! Helper widget (used when using 'Lay out with horizontal flow') class KFORMEDITOR_EXPORT VFlow : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -135,7 +135,7 @@ class KFORMEDITOR_EXPORT VFlow : public TQFrame //! A simple container widget class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class KFDTabWidget; @@ -163,7 +163,7 @@ class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget //! A tab widget class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget { - Q_OBJECT + TQ_OBJECT public: @@ -189,7 +189,7 @@ class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget //! A group box widget class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -213,7 +213,7 @@ class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox //! A form embedded as a widget inside other form class KFORMEDITOR_EXPORT SubForm : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) @@ -235,7 +235,7 @@ class KFORMEDITOR_EXPORT SubForm : public TQScrollView //! Standard Factory for all container widgets class ContainerFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/factories/stdwidgetfactory.h b/kexi/formeditor/factories/stdwidgetfactory.h index 32898782..13a31002 100644 --- a/kexi/formeditor/factories/stdwidgetfactory.h +++ b/kexi/formeditor/factories/stdwidgetfactory.h @@ -27,7 +27,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -39,7 +39,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel class KFORMEDITOR_EXPORT Line : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(Orientation orientation READ orientation WRITE setOrientation) @@ -54,7 +54,7 @@ class KFORMEDITOR_EXPORT Line : public TQFrame //! Factory for all basic widgets, including Spring (not containers) class StdWidgetFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/form.h b/kexi/formeditor/form.h index e67f9cb4..ce5139c8 100644 --- a/kexi/formeditor/form.h +++ b/kexi/formeditor/form.h @@ -134,7 +134,7 @@ class FormPrivate //! A simple class representing a form class KFORMEDITOR_EXPORT Form : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/formIO.h b/kexi/formeditor/formIO.h index 9717c030..e9bd068e 100644 --- a/kexi/formeditor/formIO.h +++ b/kexi/formeditor/formIO.h @@ -38,7 +38,7 @@ class TQLabel; //! A blank widget displayed when class is not supported class KFORMEDITOR_EXPORT CustomWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -74,7 +74,7 @@ KFORMEDITOR_EXPORT uint version(); //! A class to save/load forms from .ui files class KFORMEDITOR_EXPORT FormIO : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/formmanager.h b/kexi/formeditor/formmanager.h index 036bf90e..7e7a1554 100644 --- a/kexi/formeditor/formmanager.h +++ b/kexi/formeditor/formmanager.h @@ -71,7 +71,7 @@ typedef TQPtrList<TDEAction> ActionList; **/ class KFORMEDITOR_EXPORT FormManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/kfdpixmapedit.h b/kexi/formeditor/kfdpixmapedit.h index 66f6e4ac..039ce57a 100644 --- a/kexi/formeditor/kfdpixmapedit.h +++ b/kexi/formeditor/kfdpixmapedit.h @@ -26,7 +26,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT KFDPixmapEdit : public KoProperty::PixmapEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/libactionwidget.h b/kexi/formeditor/libactionwidget.h index e396a6e7..39114161 100644 --- a/kexi/formeditor/libactionwidget.h +++ b/kexi/formeditor/libactionwidget.h @@ -34,7 +34,7 @@ class WidgetInfo; */ class KFORMEDITOR_EXPORT LibActionWidget : public TDEToggleAction { - Q_OBJECT + TQ_OBJECT public: /** LibActionWidget object is initialized to be mutually diff --git a/kexi/formeditor/objecttreeview.h b/kexi/formeditor/objecttreeview.h index 8236f877..586a3468 100644 --- a/kexi/formeditor/objecttreeview.h +++ b/kexi/formeditor/objecttreeview.h @@ -66,7 +66,7 @@ class KFORMEDITOR_EXPORT ObjectTreeViewItem : public TDEListViewItem */ class KFORMEDITOR_EXPORT ObjectTreeView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/resizehandle.h b/kexi/formeditor/resizehandle.h index cde49193..79406275 100644 --- a/kexi/formeditor/resizehandle.h +++ b/kexi/formeditor/resizehandle.h @@ -40,7 +40,7 @@ class ResizeHandleSet; */ class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget */ class KFORMEDITOR_EXPORT ResizeHandleSet: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/richtextdialog.h b/kexi/formeditor/richtextdialog.h index 366a1cd2..7c3dd9b1 100644 --- a/kexi/formeditor/richtextdialog.h +++ b/kexi/formeditor/richtextdialog.h @@ -33,7 +33,7 @@ namespace KFormDesigner { /*! It allows to change font name, style and color, alignment. */ class KFORMEDITOR_EXPORT RichTextDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/scripting/formscript.h b/kexi/formeditor/scripting/formscript.h index de38325c..f459abfc 100644 --- a/kexi/formeditor/scripting/formscript.h +++ b/kexi/formeditor/scripting/formscript.h @@ -43,7 +43,7 @@ using namespace KFormDesigner; //! A class that stores the code and events related to a single form class FormScript : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/scripting/scriptmanager.h b/kexi/formeditor/scripting/scriptmanager.h index 44be6d30..c64a4ad4 100644 --- a/kexi/formeditor/scripting/scriptmanager.h +++ b/kexi/formeditor/scripting/scriptmanager.h @@ -40,7 +40,7 @@ using namespace KFormDesigner; class ScriptManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/spring.h b/kexi/formeditor/spring.h index dac4a2fb..ad73af58 100644 --- a/kexi/formeditor/spring.h +++ b/kexi/formeditor/spring.h @@ -35,7 +35,7 @@ class WidgetLibrary; class KFORMEDITOR_EXPORT Spring : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(SizeType) TQ_PROPERTY(Orientation orientation READ orientation WRITE setOrientation) diff --git a/kexi/formeditor/tabstopdialog.h b/kexi/formeditor/tabstopdialog.h index 3beedb8c..3b8e9be9 100644 --- a/kexi/formeditor/tabstopdialog.h +++ b/kexi/formeditor/tabstopdialog.h @@ -37,7 +37,7 @@ class ObjectTreeView; The tab stops can be arranged automatically (see \ref Form::autoAssignTabStops()). */ class KFORMEDITOR_EXPORT TabStopDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h index 397afd26..ad33bcde 100644 --- a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h +++ b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h @@ -38,7 +38,7 @@ using namespace KInterfaceDesigner; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: @@ -57,7 +57,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer //! Helper: this widget is used to create form's surface class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/test/kfd_mainwindow.h b/kexi/formeditor/test/kfd_mainwindow.h index 5ce138df..00fee9ba 100644 --- a/kexi/formeditor/test/kfd_mainwindow.h +++ b/kexi/formeditor/test/kfd_mainwindow.h @@ -24,7 +24,7 @@ class KFDMainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/test/kfd_part.h b/kexi/formeditor/test/kfd_part.h index 5ed8c8e9..7e9af3db 100644 --- a/kexi/formeditor/test/kfd_part.h +++ b/kexi/formeditor/test/kfd_part.h @@ -37,7 +37,7 @@ using KFormDesigner::Form; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: @@ -56,7 +56,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: @@ -118,7 +118,7 @@ class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart //! Helper: this widget is used to create form's surface class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/utils.h b/kexi/formeditor/utils.h index b28b0b4d..a8312f79 100644 --- a/kexi/formeditor/utils.h +++ b/kexi/formeditor/utils.h @@ -52,7 +52,7 @@ type* findParent(TQT_BASE_OBJECT_NAME* o, const char* className, TQObject* &prev //! A tab widget providing information about height of the tab bar. class KFORMEDITOR_EXPORT TabWidget : public TabWidgetBase { - Q_OBJECT + TQ_OBJECT public: TabWidget(TQWidget *parent, const char *name) diff --git a/kexi/formeditor/widgetfactory.h b/kexi/formeditor/widgetfactory.h index ecb2e837..4e83607e 100644 --- a/kexi/formeditor/widgetfactory.h +++ b/kexi/formeditor/widgetfactory.h @@ -256,7 +256,7 @@ class KFORMEDITOR_EXPORT WidgetInfo */ class KFORMEDITOR_EXPORT WidgetFactory : public TQObject { - Q_OBJECT + TQ_OBJECT public: //! Options used in createWidget() diff --git a/kexi/formeditor/widgetlibrary.h b/kexi/formeditor/widgetlibrary.h index ca041396..47fd597d 100644 --- a/kexi/formeditor/widgetlibrary.h +++ b/kexi/formeditor/widgetlibrary.h @@ -55,7 +55,7 @@ typedef TQPtrList<TDEAction> ActionList; */ class KFORMEDITOR_EXPORT WidgetLibrary : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/widgetpropertyset.h b/kexi/formeditor/widgetpropertyset.h index bff1b3a1..afeab700 100644 --- a/kexi/formeditor/widgetpropertyset.h +++ b/kexi/formeditor/widgetpropertyset.h @@ -40,7 +40,7 @@ class CommandGroup; class KFORMEDITOR_EXPORT WidgetPropertySet : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/connection.h b/kexi/kexidb/connection.h index 43368843..5557459b 100644 --- a/kexi/kexidb/connection.h +++ b/kexi/kexidb/connection.h @@ -60,7 +60,7 @@ class AlterTableHandler; */ class KEXI_DB_EXPORT Connection : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/cursor.h b/kexi/kexidb/cursor.h index 6f8e4d1e..2cbf53ad 100644 --- a/kexi/kexidb/cursor.h +++ b/kexi/kexidb/cursor.h @@ -65,7 +65,7 @@ class RowEditBuffer; */ class KEXI_DB_EXPORT Cursor: public TQObject, public Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h index 15ef6c96..3fc1acbf 100644 --- a/kexi/kexidb/driver.h +++ b/kexi/kexidb/driver.h @@ -65,7 +65,7 @@ class DriverPrivate; */ class KEXI_DB_EXPORT Driver : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: /*! Helpful for retrieving info about driver from using @@ -367,7 +367,7 @@ class KEXI_DB_EXPORT Driver : public TQObject, public KexiDB::Object } //namespace KexiDB /*! Driver's static version information, automatically impemented for KexiDB drivers. - Put this into driver class declaration just like Q_OBJECT macro. */ + Put this into driver class declaration just like TQ_OBJECT macro. */ #define KEXIDB_DRIVER \ public: \ virtual DatabaseVersionInfo version() const; diff --git a/kexi/kexidb/drivermanager_p.h b/kexi/kexidb/drivermanager_p.h index 045178aa..b8ebbbc2 100644 --- a/kexi/kexidb/drivermanager_p.h +++ b/kexi/kexidb/drivermanager_p.h @@ -31,7 +31,7 @@ namespace KexiDB { */ class KEXI_DB_EXPORT DriverManagerInternal : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: ~DriverManagerInternal(); diff --git a/kexi/kexidb/drivers/mySQL/mysqlconnection.h b/kexi/kexidb/drivers/mySQL/mysqlconnection.h index c53600bc..a8e27244 100644 --- a/kexi/kexidb/drivers/mySQL/mysqlconnection.h +++ b/kexi/kexidb/drivers/mySQL/mysqlconnection.h @@ -39,7 +39,7 @@ class MySqlConnectionInternal; */ class MySqlConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/mySQL/mysqldriver.h b/kexi/kexidb/drivers/mySQL/mysqldriver.h index 34f1a91d..df45cf92 100644 --- a/kexi/kexidb/drivers/mySQL/mysqldriver.h +++ b/kexi/kexidb/drivers/mySQL/mysqldriver.h @@ -29,7 +29,7 @@ namespace KexiDB { //! MySQL database driver. class MySqlDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/odbc/odbcconnection.h b/kexi/kexidb/drivers/odbc/odbcconnection.h index 3c9079c4..e24697d5 100644 --- a/kexi/kexidb/drivers/odbc/odbcconnection.h +++ b/kexi/kexidb/drivers/odbc/odbcconnection.h @@ -38,7 +38,7 @@ class Driver; class ODBCConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/odbc/odbcdriver.h b/kexi/kexidb/drivers/odbc/odbcdriver.h index fbcffbec..4a56271a 100644 --- a/kexi/kexidb/drivers/odbc/odbcdriver.h +++ b/kexi/kexidb/drivers/odbc/odbcdriver.h @@ -40,7 +40,7 @@ class ODBCDriverPrivate; */ class ODBCDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/pqxx/pqxxconnection.h b/kexi/kexidb/drivers/pqxx/pqxxconnection.h index 50ec655e..6904b474 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxconnection.h +++ b/kexi/kexidb/drivers/pqxx/pqxxconnection.h @@ -47,7 +47,7 @@ class pqxxTransactionData : public TransactionData */ class pqxxSqlConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/pqxx/pqxxdriver.h b/kexi/kexidb/drivers/pqxx/pqxxdriver.h index e70b48d8..a5082bf1 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxdriver.h +++ b/kexi/kexidb/drivers/pqxx/pqxxdriver.h @@ -33,7 +33,7 @@ class DriverManager; //! PostgreSQL database driver. class pqxxSqlDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/sqlite/sqliteconnection.h b/kexi/kexidb/drivers/sqlite/sqliteconnection.h index 4a102b8b..355ba709 100644 --- a/kexi/kexidb/drivers/sqlite/sqliteconnection.h +++ b/kexi/kexidb/drivers/sqlite/sqliteconnection.h @@ -36,7 +36,7 @@ class Driver; //! sqlite-specific connection class SQLiteConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/sqlite/sqlitedriver.h b/kexi/kexidb/drivers/sqlite/sqlitedriver.h index 223cdde0..db3103eb 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitedriver.h +++ b/kexi/kexidb/drivers/sqlite/sqlitedriver.h @@ -34,7 +34,7 @@ class SQLiteDriverPrivate; //! SQLite database driver. class SQLiteDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h index 70ebe8b2..af136d79 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h +++ b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h @@ -44,7 +44,7 @@ class KProgressDialog; */ class SQLiteVacuum : public TQObject { - Q_OBJECT + TQ_OBJECT public: SQLiteVacuum(const TQString& filePath); diff --git a/kexi/kexidb/utils_p.h b/kexi/kexidb/utils_p.h index 7cfa77aa..c1808275 100644 --- a/kexi/kexidb/utils_p.h +++ b/kexi/kexidb/utils_p.h @@ -31,7 +31,7 @@ class ConnectionTestThread; class ConnectionTestDialog : protected KProgressDialog { - Q_OBJECT + TQ_OBJECT public: ConnectionTestDialog(TQWidget* parent, diff --git a/kexi/kexiutils/utils_p.h b/kexi/kexiutils/utils_p.h index 6f023263..9b3e8c28 100644 --- a/kexi/kexiutils/utils_p.h +++ b/kexi/kexiutils/utils_p.h @@ -27,7 +27,7 @@ /*! @internal */ class DelayedCursorHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: DelayedCursorHandler(); diff --git a/kexi/main/kexifinddialog.h b/kexi/main/kexifinddialog.h index b0a5cac1..9abb8cdf 100644 --- a/kexi/main/kexifinddialog.h +++ b/kexi/main/kexifinddialog.h @@ -33,7 +33,7 @@ class TDEAction; */ class KexiFindDialog : public KexiFindDialogBase { - Q_OBJECT + TQ_OBJECT public: //! Creates a new find dialog. Replace mode is off by default. diff --git a/kexi/main/keximainwindowimpl.h b/kexi/main/keximainwindowimpl.h index e2493320..67c4eda9 100644 --- a/kexi/main/keximainwindowimpl.h +++ b/kexi/main/keximainwindowimpl.h @@ -44,7 +44,7 @@ namespace KexiPart { */ class KEXIMAIN_EXPORT KexiMainWindowImpl : public KexiMainWindow, public KexiGUIMessageHandler { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/kexinamedialog.h b/kexi/main/kexinamedialog.h index f0d1db0a..132843da 100644 --- a/kexi/main/kexinamedialog.h +++ b/kexi/main/kexinamedialog.h @@ -26,7 +26,7 @@ class KEXIMAIN_EXPORT KexiNameDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/kexinamewidget.h b/kexi/main/kexinamewidget.h index b504d574..162aa513 100644 --- a/kexi/main/kexinamewidget.h +++ b/kexi/main/kexinamewidget.h @@ -31,7 +31,7 @@ class MultiValidator; class KEXIMAIN_EXPORT KexiNameWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/kexistatusbar.h b/kexi/main/kexistatusbar.h index c4d58c32..09c675fa 100644 --- a/kexi/main/kexistatusbar.h +++ b/kexi/main/kexistatusbar.h @@ -40,7 +40,7 @@ namespace KParts { class Part; } class KexitStatusBar : public KStatusBar { - Q_OBJECT + TQ_OBJECT public: KexitStatusBar( TQWidget *parent=0, const char *name=0 ); diff --git a/kexi/main/ksplitter.h b/kexi/main/ksplitter.h index 630b0307..47e9307c 100644 --- a/kexi/main/ksplitter.h +++ b/kexi/main/ksplitter.h @@ -46,7 +46,7 @@ class KDockWidget; */ class KDockSplitter : public TQWidget { - //Q_OBJECT + //TQ_OBJECT public: /** diff --git a/kexi/main/printing/kexisimpleprintingengine.h b/kexi/main/printing/kexisimpleprintingengine.h index 3aba0a0f..a34d62fc 100644 --- a/kexi/main/printing/kexisimpleprintingengine.h +++ b/kexi/main/printing/kexisimpleprintingengine.h @@ -56,7 +56,7 @@ class KexiSimplePrintingSettings The engine allows for random access to any page. */ class KexiSimplePrintingEngine : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintingpagesetup.h b/kexi/main/printing/kexisimpleprintingpagesetup.h index 742e8c43..9c250efc 100644 --- a/kexi/main/printing/kexisimpleprintingpagesetup.h +++ b/kexi/main/printing/kexisimpleprintingpagesetup.h @@ -37,7 +37,7 @@ class KexiSimplePrintPreviewWindow; */ class KexiSimplePrintingCommand : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ class KexiSimplePrintingCommand : public TQObject //! @short A window for displaying settings for simple printing. class KexiSimplePrintingPageSetup : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintingpart.h b/kexi/main/printing/kexisimpleprintingpart.h index 0130969b..663f5bf2 100644 --- a/kexi/main/printing/kexisimpleprintingpart.h +++ b/kexi/main/printing/kexisimpleprintingpart.h @@ -36,7 +36,7 @@ class KexiProject; //! @short Internal Kexi Simple Printing Plugin. class KexiSimplePrintingPart : public KexiPart::StaticPart { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow.h b/kexi/main/printing/kexisimpleprintpreviewwindow.h index 5e42bf55..2f4f8bce 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow.h @@ -33,7 +33,7 @@ class KexiSimplePrintingEngine; //! @short A window for displaying print preview for simple printing. class KexiSimplePrintPreviewWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h index 621d0db4..6c82afd8 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h @@ -36,7 +36,7 @@ class KexiSimplePrintPreviewView : public TQWidget class KexiSimplePrintPreviewScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiConnSelector.h b/kexi/main/startup/KexiConnSelector.h index 7bd3c8fb..0ab4f9d5 100644 --- a/kexi/main/startup/KexiConnSelector.h +++ b/kexi/main/startup/KexiConnSelector.h @@ -54,7 +54,7 @@ class KexiConnSelectorWidgetPrivate; */ class KEXIMAIN_EXPORT KexiConnSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiDBTitlePage.h b/kexi/main/startup/KexiDBTitlePage.h index 13ee8a94..fd4b7955 100644 --- a/kexi/main/startup/KexiDBTitlePage.h +++ b/kexi/main/startup/KexiDBTitlePage.h @@ -25,7 +25,7 @@ //! @short A helper widget used to displaying a line edit with a label and layout class KEXIMAIN_EXPORT KexiDBTitlePage : public KexiDBTitlePageBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiNewProjectWizard.h b/kexi/main/startup/KexiNewProjectWizard.h index 395ad538..1243b116 100644 --- a/kexi/main/startup/KexiNewProjectWizard.h +++ b/kexi/main/startup/KexiNewProjectWizard.h @@ -36,7 +36,7 @@ class KexiProjectSelectorWidget; class KEXIMAIN_EXPORT KexiNewProjectWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: KexiNewProjectWizard(KexiDBConnectionSet& conn_set, TQWidget *parent=0, diff --git a/kexi/main/startup/KexiProjectSelector.h b/kexi/main/startup/KexiProjectSelector.h index b69f74e4..6c9e0c3f 100644 --- a/kexi/main/startup/KexiProjectSelector.h +++ b/kexi/main/startup/KexiProjectSelector.h @@ -33,7 +33,7 @@ class KexiProjectSelectorWidgetPrivate; */ class KEXIMAIN_EXPORT KexiProjectSelectorWidget : public KexiProjectSelectorBase { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ protected: /*! Dialog container for KexiProjectSelectorWidget */ class KexiProjectSelectorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /*! Constructor 1, used for displaying recent projects list diff --git a/kexi/main/startup/KexiStartup.h b/kexi/main/startup/KexiStartup.h index 6f59dedc..54efefa9 100644 --- a/kexi/main/startup/KexiStartup.h +++ b/kexi/main/startup/KexiStartup.h @@ -39,7 +39,7 @@ namespace KexiDB { /*! */ class KEXIMAIN_EXPORT KexiDBPasswordDialog : public KPasswordDialog { - Q_OBJECT + TQ_OBJECT public: KexiDBPasswordDialog(TQWidget *parent, KexiDB::ConnectionData& cdata, bool showDetailsButton = false); @@ -61,7 +61,7 @@ class KEXIMAIN_EXPORT KexiDBPasswordDialog : public KPasswordDialog class KEXIMAIN_EXPORT KexiStartupHandler : public TQObject, public KexiStartupData, public Kexi::ObjectStatus { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartupDialog.h b/kexi/main/startup/KexiStartupDialog.h index 4d1d342f..9f3375ad 100644 --- a/kexi/main/startup/KexiStartupDialog.h +++ b/kexi/main/startup/KexiStartupDialog.h @@ -45,7 +45,7 @@ class ConnectionDataLVItem; */ class KEXIMAIN_EXPORT KexiStartupDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartupDialogTemplatesPage.h b/kexi/main/startup/KexiStartupDialogTemplatesPage.h index 58d12883..123691de 100644 --- a/kexi/main/startup/KexiStartupDialogTemplatesPage.h +++ b/kexi/main/startup/KexiStartupDialogTemplatesPage.h @@ -26,7 +26,7 @@ /*! Helper class for displaying templates set with description. */ class KEXIMAIN_EXPORT KexiStartupDialogTemplatesPage : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartupFileDialog.h b/kexi/main/startup/KexiStartupFileDialog.h index 61937265..dd5a2540 100644 --- a/kexi/main/startup/KexiStartupFileDialog.h +++ b/kexi/main/startup/KexiStartupFileDialog.h @@ -32,7 +32,7 @@ //! @short Widget for opening/saving files supported by Kexi class KEXIMAIN_EXPORT KexiStartupFileDialog : public KexiStartupFileDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartup_p.h b/kexi/main/startup/KexiStartup_p.h index 246922be..d96e12f2 100644 --- a/kexi/main/startup/KexiStartup_p.h +++ b/kexi/main/startup/KexiStartup_p.h @@ -32,7 +32,7 @@ class KProgressDialog; class SQLite2ToSQLite3Migration : public TQObject { - Q_OBJECT + TQ_OBJECT public: SQLite2ToSQLite3Migration(const TQString& filePath); diff --git a/kexi/migration/importoptionsdlg.h b/kexi/migration/importoptionsdlg.h index f598f345..3da14196 100644 --- a/kexi/migration/importoptionsdlg.h +++ b/kexi/migration/importoptionsdlg.h @@ -32,7 +32,7 @@ namespace KexiMigration { //! @todo Hardcoded. Move such code to KexiMigrate drivers. class OptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: OptionsDialog( const TQString& databaseFile, const TQString& selectedEncoding, TQWidget* parent = 0 ); diff --git a/kexi/migration/importwizard.h b/kexi/migration/importwizard.h index d8eb0dfc..9b35d0d1 100644 --- a/kexi/migration/importwizard.h +++ b/kexi/migration/importwizard.h @@ -62,7 +62,7 @@ class KexiMigrate; //! GUI for importing external databases (file-based and server-based) class KEXIMIGR_EXPORT ImportWizard : public KWizard { -Q_OBJECT +TQ_OBJECT public: /*! Creates wizard's instance. diff --git a/kexi/migration/keximigrate.h b/kexi/migration/keximigrate.h index c3a278ae..9839d01a 100644 --- a/kexi/migration/keximigrate.h +++ b/kexi/migration/keximigrate.h @@ -77,7 +77,7 @@ See kexi/doc/dev/kexi_import.txt for more info. */ class KEXIMIGR_EXPORT KexiMigrate : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: @@ -305,7 +305,7 @@ class KEXIMIGR_EXPORT KexiMigrate : public TQObject, public KexiDB::Object KGenericFactory<KexiMigration::class_name>( "keximigrate_" #internal_name )) /*! Driver's static version information, automatically implemented for KexiDB drivers. - Put this into migration driver class declaration just like Q_OBJECT macro. */ + Put this into migration driver class declaration just like TQ_OBJECT macro. */ #define KEXIMIGRATION_DRIVER \ public: \ virtual int versionMajor() const; \ diff --git a/kexi/migration/migratemanager_p.h b/kexi/migration/migratemanager_p.h index 3ce4f22d..9ccf19d0 100644 --- a/kexi/migration/migratemanager_p.h +++ b/kexi/migration/migratemanager_p.h @@ -29,7 +29,7 @@ namespace KexiMigration { */ class MigrateManagerInternal : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: ~MigrateManagerInternal(); diff --git a/kexi/migration/mysql/mysqlmigrate.h b/kexi/migration/mysql/mysqlmigrate.h index 5a0cedf0..eccf93d5 100644 --- a/kexi/migration/mysql/mysqlmigrate.h +++ b/kexi/migration/mysql/mysqlmigrate.h @@ -29,7 +29,7 @@ namespace KexiMigration class MySQLMigrate : public KexiMigrate { - Q_OBJECT + TQ_OBJECT KEXIMIGRATION_DRIVER diff --git a/kexi/migration/pqxx/pqxxmigrate.h b/kexi/migration/pqxx/pqxxmigrate.h index be5d80a3..a4ee6272 100644 --- a/kexi/migration/pqxx/pqxxmigrate.h +++ b/kexi/migration/pqxx/pqxxmigrate.h @@ -33,7 +33,7 @@ namespace KexiMigration { class PqxxMigrate : public KexiMigrate { - Q_OBJECT + TQ_OBJECT KEXIMIGRATION_DRIVER diff --git a/kexi/plugins/forms/kexiactionselectiondialog.h b/kexi/plugins/forms/kexiactionselectiondialog.h index 9d355562..d4d2df15 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog.h +++ b/kexi/plugins/forms/kexiactionselectiondialog.h @@ -36,7 +36,7 @@ namespace KexiPart { */ class KEXIFORMUTILS_EXPORT KexiActionSelectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiActionSelectionDialog(KexiMainWindow* mainWin, TQWidget *parent, diff --git a/kexi/plugins/forms/kexiactionselectiondialog_p.h b/kexi/plugins/forms/kexiactionselectiondialog_p.h index 670ede5a..db6a94c6 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog_p.h +++ b/kexi/plugins/forms/kexiactionselectiondialog_p.h @@ -37,7 +37,7 @@ class ActionsListViewBase : public TDEListView //! @internal Used by TDEActionsListView and CurrentFormActionsListView (in column 2) class TDEActionsListViewBase : public ActionsListViewBase { - Q_OBJECT + TQ_OBJECT public: TDEActionsListViewBase(TQWidget* parent, KexiMainWindow* mainWin); diff --git a/kexi/plugins/forms/kexidatasourcepage.h b/kexi/plugins/forms/kexidatasourcepage.h index 905a1f38..755fb052 100644 --- a/kexi/plugins/forms/kexidatasourcepage.h +++ b/kexi/plugins/forms/kexidatasourcepage.h @@ -37,7 +37,7 @@ class TQFrame; //! A page within form designer's property tabbed pane, providing data source editor class KEXIFORMUTILS_EXPORT KexiDataSourcePage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexidbfactory.h b/kexi/plugins/forms/kexidbfactory.h index 6be965d5..cea42251 100644 --- a/kexi/plugins/forms/kexidbfactory.h +++ b/kexi/plugins/forms/kexidbfactory.h @@ -33,7 +33,7 @@ namespace KFormDesigner { //! Kexi Factory (DB widgets + subform) class KexiDBFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformmanager.h b/kexi/plugins/forms/kexiformmanager.h index 1e1b767c..c7bc500d 100644 --- a/kexi/plugins/forms/kexiformmanager.h +++ b/kexi/plugins/forms/kexiformmanager.h @@ -30,7 +30,7 @@ class KexiFormView; //! Used to customize KFormDesigner::FormManager behaviour. class KEXIFORMUTILS_EXPORT KexiFormManager : public KFormDesigner::FormManager { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformpart.h b/kexi/plugins/forms/kexiformpart.h index 6a04fbef..d6b3d9a2 100644 --- a/kexi/plugins/forms/kexiformpart.h +++ b/kexi/plugins/forms/kexiformpart.h @@ -48,7 +48,7 @@ class KexiDataSourcePage; /*! It just creates a \ref KexiFormView. See there for most of code. */ class KEXIFORMUTILS_EXPORT KexiFormPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformscrollview.h b/kexi/plugins/forms/kexiformscrollview.h index f668aacc..b7dad9dc 100644 --- a/kexi/plugins/forms/kexiformscrollview.h +++ b/kexi/plugins/forms/kexiformscrollview.h @@ -46,7 +46,7 @@ class KEXIFORMUTILS_EXPORT KexiFormScrollView : public KexiFormDataProvider, public KexiFormEventHandler { - Q_OBJECT + TQ_OBJECT KEXI_DATAAWAREOBJECTINTERFACE diff --git a/kexi/plugins/forms/kexiformview.h b/kexi/plugins/forms/kexiformview.h index d009476a..b4987c02 100644 --- a/kexi/plugins/forms/kexiformview.h +++ b/kexi/plugins/forms/kexiformview.h @@ -54,7 +54,7 @@ namespace KFormDesigner */ class KEXIFORMUTILS_EXPORT KexiFormView : public KexiDataAwareView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/widgets/kexidbautofield.h b/kexi/plugins/forms/widgets/kexidbautofield.h index b1ba23f3..a45289d0 100644 --- a/kexi/plugins/forms/widgets/kexidbautofield.h +++ b/kexi/plugins/forms/widgets/kexidbautofield.h @@ -39,7 +39,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField : public KFormDesigner::DesignTimeDynamicChildWidgetHandler, public KFormDesigner::WidgetWithSubpropertiesInterface { - Q_OBJECT + TQ_OBJECT //'caption' is uncovered now TQ_PROPERTY(TQString labelCaption READ caption WRITE setCaption DESIGNABLE true) TQ_OVERRIDE(TQString caption READ caption WRITE setCaption DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbcheckbox.h b/kexi/plugins/forms/widgets/kexidbcheckbox.h index ecf0da2f..9e14ee92 100644 --- a/kexi/plugins/forms/widgets/kexidbcheckbox.h +++ b/kexi/plugins/forms/widgets/kexidbcheckbox.h @@ -27,7 +27,7 @@ //! @short A db-aware check box class KEXIFORMUTILS_EXPORT KexiDBCheckBox : public TQCheckBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.h b/kexi/plugins/forms/widgets/kexidbcombobox.h index c38027f8..22e10d2a 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.h +++ b/kexi/plugins/forms/widgets/kexidbcombobox.h @@ -34,7 +34,7 @@ class KEXIFORMUTILS_EXPORT KexiDBComboBox : public KexiDBAutoField, public KexiComboBoxBase { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool editable READ isEditable WRITE setEditable ) //properties from KexiDBAutoField that should not be visible: diff --git a/kexi/plugins/forms/widgets/kexidbdateedit.h b/kexi/plugins/forms/widgets/kexidbdateedit.h index 638b985a..d48bb07e 100644 --- a/kexi/plugins/forms/widgets/kexidbdateedit.h +++ b/kexi/plugins/forms/widgets/kexidbdateedit.h @@ -31,7 +31,7 @@ class TQDateTimeEditor; //! @short A db-aware date editor class KEXIFORMUTILS_EXPORT KexiDBDateEdit : public TQWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h index a56bb30e..195873d9 100644 --- a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h @@ -31,7 +31,7 @@ class TDEPopupMenu; //! @short A db-aware datetime editor class KEXIFORMUTILS_EXPORT KexiDBDateTimeEdit : public TQWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h index e9af94d9..82be65bd 100644 --- a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h +++ b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h @@ -28,7 +28,7 @@ //! @short A db-aware int spin box class KEXIFORMUTILS_EXPORT KexiDBDoubleSpinBox : public KDoubleSpinBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbform.h b/kexi/plugins/forms/widgets/kexidbform.h index 90c947d2..d75143a8 100644 --- a/kexi/plugins/forms/widgets/kexidbform.h +++ b/kexi/plugins/forms/widgets/kexidbform.h @@ -42,7 +42,7 @@ class KEXIFORMUTILS_EXPORT KexiDBForm : public KFormDesigner::FormWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.h b/kexi/plugins/forms/widgets/kexidbimagebox.h index e7a46329..4abb9fb3 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.h +++ b/kexi/plugins/forms/widgets/kexidbimagebox.h @@ -37,7 +37,7 @@ class KEXIFORMUTILS_EXPORT KexiDBImageBox : public KexiFormDataItemInterface, public KexiSubwidgetInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType ) diff --git a/kexi/plugins/forms/widgets/kexidbintspinbox.h b/kexi/plugins/forms/widgets/kexidbintspinbox.h index 9219e931..a8bc5026 100644 --- a/kexi/plugins/forms/widgets/kexidbintspinbox.h +++ b/kexi/plugins/forms/widgets/kexidbintspinbox.h @@ -28,7 +28,7 @@ //! @short A db-aware int spin box class KEXIFORMUTILS_EXPORT KexiDBIntSpinBox : public KIntSpinBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidblabel.h b/kexi/plugins/forms/widgets/kexidblabel.h index 0ed255d9..fd875f9e 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.h +++ b/kexi/plugins/forms/widgets/kexidblabel.h @@ -40,7 +40,7 @@ class KexiDBInternalLabel; @author Christian Nitschkowski, Jaroslaw Staniek */ class KEXIFORMUTILS_EXPORT KexiDBLabel : public TQLabel, protected KexiDBTextWidgetInterface, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblineedit.h b/kexi/plugins/forms/widgets/kexidblineedit.h index 935a89a7..7db05205 100644 --- a/kexi/plugins/forms/widgets/kexidblineedit.h +++ b/kexi/plugins/forms/widgets/kexidblineedit.h @@ -46,7 +46,7 @@ class KEXIFORMUTILS_EXPORT KexiDBLineEdit : public KexiFormDataItemInterface, public KexiSubwidgetInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbsubform.h b/kexi/plugins/forms/widgets/kexidbsubform.h index 3b5afa31..710dafe9 100644 --- a/kexi/plugins/forms/widgets/kexidbsubform.h +++ b/kexi/plugins/forms/widgets/kexidbsubform.h @@ -27,7 +27,7 @@ //! @short A form embedded as a widget inside other form class KEXIFORMUTILS_EXPORT KexiDBSubForm : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbtextedit.h b/kexi/plugins/forms/widgets/kexidbtextedit.h index 4cc441d0..533291cf 100644 --- a/kexi/plugins/forms/widgets/kexidbtextedit.h +++ b/kexi/plugins/forms/widgets/kexidbtextedit.h @@ -32,7 +32,7 @@ class KEXIFORMUTILS_EXPORT KexiDBTextEdit : protected KexiDBTextWidgetInterface, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbtimeedit.h b/kexi/plugins/forms/widgets/kexidbtimeedit.h index 3ea5cd05..8bf37b4e 100644 --- a/kexi/plugins/forms/widgets/kexidbtimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbtimeedit.h @@ -30,7 +30,7 @@ class TQDateTimeEditor; //! @short A db-aware time editor class KEXIFORMUTILS_EXPORT KexiDBTimeEdit : public TQTimeEdit, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexiframe.h b/kexi/plugins/forms/widgets/kexiframe.h index 95aae487..8eac007c 100644 --- a/kexi/plugins/forms/widgets/kexiframe.h +++ b/kexi/plugins/forms/widgets/kexiframe.h @@ -25,7 +25,7 @@ //! @short Frame widget for Kexi forms class KEXIFORMUTILS_EXPORT KexiFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT //todo TQ_ENUMS( Shape Shadow ) TQ_PROPERTY( TQColor frameColor READ frameColor WRITE setFrameColor DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexipushbutton.h b/kexi/plugins/forms/widgets/kexipushbutton.h index a84ccf79..ba0cd764 100644 --- a/kexi/plugins/forms/widgets/kexipushbutton.h +++ b/kexi/plugins/forms/widgets/kexipushbutton.h @@ -27,7 +27,7 @@ //! @short Push Button widget for Kexi forms class KEXIFORMUTILS_EXPORT KexiPushButton : public KPushButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString onClickAction READ onClickAction WRITE setOnClickAction DESIGNABLE true) TQ_PROPERTY(TQString onClickActionOption READ onClickActionOption WRITE setOnClickActionOption DESIGNABLE true) diff --git a/kexi/plugins/importexport/csv/kexicsvexportwizard.h b/kexi/plugins/importexport/csv/kexicsvexportwizard.h index 24c54471..41289cb6 100644 --- a/kexi/plugins/importexport/csv/kexicsvexportwizard.h +++ b/kexi/plugins/importexport/csv/kexicsvexportwizard.h @@ -41,7 +41,7 @@ namespace KexiDB { Supports exporting to a file and to a clipboard. */ class KexiCSVExportWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.h b/kexi/plugins/importexport/csv/kexicsvimportdialog.h index 52724ca6..2e864860 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportdialog.h +++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.h @@ -77,7 +77,7 @@ class KexiCSVInfoLabel; */ class KexiCSVImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h index f61556f4..362787aa 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h +++ b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h @@ -43,7 +43,7 @@ class KexiCSVImportOptions //! @short CSV Options dialog class KexiCSVImportOptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiCSVImportOptionsDialog( const KexiCSVImportOptions& options, TQWidget* parent = 0 ); diff --git a/kexi/plugins/importexport/csv/kexicsvwidgets.h b/kexi/plugins/importexport/csv/kexicsvwidgets.h index 916ad504..5b6a4342 100644 --- a/kexi/plugins/importexport/csv/kexicsvwidgets.h +++ b/kexi/plugins/importexport/csv/kexicsvwidgets.h @@ -75,7 +75,7 @@ class KexiCSVInfoLabel : public TQWidget //! Used by CSV import and export dialogs class KexiCSVDelimiterWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/datatableaction.h b/kexi/plugins/macros/kexiactions/datatableaction.h index a3acf5f8..4da16947 100644 --- a/kexi/plugins/macros/kexiactions/datatableaction.h +++ b/kexi/plugins/macros/kexiactions/datatableaction.h @@ -36,7 +36,7 @@ namespace KexiMacro { */ class DataTableAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/executeaction.h b/kexi/plugins/macros/kexiactions/executeaction.h index be7c95dc..d5affc76 100644 --- a/kexi/plugins/macros/kexiactions/executeaction.h +++ b/kexi/plugins/macros/kexiactions/executeaction.h @@ -38,7 +38,7 @@ namespace KexiMacro { */ class ExecuteAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/messageaction.h b/kexi/plugins/macros/kexiactions/messageaction.h index 9af12b89..86672c0e 100644 --- a/kexi/plugins/macros/kexiactions/messageaction.h +++ b/kexi/plugins/macros/kexiactions/messageaction.h @@ -39,7 +39,7 @@ namespace KexiMacro { */ class MessageAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/navigateaction.h b/kexi/plugins/macros/kexiactions/navigateaction.h index 0dcff98a..a41ce60e 100644 --- a/kexi/plugins/macros/kexiactions/navigateaction.h +++ b/kexi/plugins/macros/kexiactions/navigateaction.h @@ -38,7 +38,7 @@ namespace KexiMacro { */ class NavigateAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/openaction.h b/kexi/plugins/macros/kexiactions/openaction.h index 700b6ef6..6dab58f1 100644 --- a/kexi/plugins/macros/kexiactions/openaction.h +++ b/kexi/plugins/macros/kexiactions/openaction.h @@ -38,7 +38,7 @@ namespace KexiMacro { */ class OpenAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacrodesignview.h b/kexi/plugins/macros/kexipart/keximacrodesignview.h index c23e31f9..3b42fc9d 100644 --- a/kexi/plugins/macros/kexipart/keximacrodesignview.h +++ b/kexi/plugins/macros/kexipart/keximacrodesignview.h @@ -40,7 +40,7 @@ class KexiTableItem; */ class KexiMacroDesignView : public KexiMacroView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacroerror.h b/kexi/plugins/macros/kexipart/keximacroerror.h index a953f0d9..0e8ae712 100644 --- a/kexi/plugins/macros/kexipart/keximacroerror.h +++ b/kexi/plugins/macros/kexipart/keximacroerror.h @@ -49,7 +49,7 @@ class KexiMainWindow; */ class KexiMacroError : public KexiMacroErrorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacropart.h b/kexi/plugins/macros/kexipart/keximacropart.h index 197676e9..911d940a 100644 --- a/kexi/plugins/macros/kexipart/keximacropart.h +++ b/kexi/plugins/macros/kexipart/keximacropart.h @@ -29,7 +29,7 @@ */ class KexiMacroPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacroproperty.h b/kexi/plugins/macros/kexipart/keximacroproperty.h index 47f7a7e1..7796934f 100644 --- a/kexi/plugins/macros/kexipart/keximacroproperty.h +++ b/kexi/plugins/macros/kexipart/keximacroproperty.h @@ -39,7 +39,7 @@ class KexiMacroProperty : public TQObject , public KoProperty::CustomProperty { - Q_OBJECT + TQ_OBJECT friend class KexiMacroPropertyWidget; @@ -139,7 +139,7 @@ class KexiMacroPropertyFactory : public KoProperty::CustomPropertyFactory */ class KexiMacroPropertyWidget : public KoProperty::Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacrotextview.h b/kexi/plugins/macros/kexipart/keximacrotextview.h index e8d34600..7ed74129 100644 --- a/kexi/plugins/macros/kexipart/keximacrotextview.h +++ b/kexi/plugins/macros/kexipart/keximacrotextview.h @@ -31,7 +31,7 @@ namespace KoMacro { */ class KexiMacroTextView : public KexiMacroView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacroview.h b/kexi/plugins/macros/kexipart/keximacroview.h index ddff961f..4dc8fe29 100644 --- a/kexi/plugins/macros/kexipart/keximacroview.h +++ b/kexi/plugins/macros/kexipart/keximacroview.h @@ -41,7 +41,7 @@ class KexiTableItem; */ class KexiMacroView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/lib/action.h b/kexi/plugins/macros/lib/action.h index 0b19ef46..a6122c53 100644 --- a/kexi/plugins/macros/lib/action.h +++ b/kexi/plugins/macros/lib/action.h @@ -39,7 +39,7 @@ namespace KoMacro { : public TQObject // TQt functionality like signals and slots , public TDEShared // shared reference-counting { - Q_OBJECT + TQ_OBJECT /// Property to get/set the name. diff --git a/kexi/plugins/macros/lib/context.h b/kexi/plugins/macros/lib/context.h index 9bb0f5eb..43b4f6f6 100644 --- a/kexi/plugins/macros/lib/context.h +++ b/kexi/plugins/macros/lib/context.h @@ -42,7 +42,7 @@ namespace KoMacro { : public TQObject , public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/lib/macro.h b/kexi/plugins/macros/lib/macro.h index cc1fd77e..8274e434 100644 --- a/kexi/plugins/macros/lib/macro.h +++ b/kexi/plugins/macros/lib/macro.h @@ -43,7 +43,7 @@ namespace KoMacro { , public TDEShared // shared reference-counting , public XMLHandler // to (un-)serialize from/to XML { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/actiontests.h b/kexi/plugins/macros/tests/actiontests.h index 91576ea3..6cb27287 100644 --- a/kexi/plugins/macros/tests/actiontests.h +++ b/kexi/plugins/macros/tests/actiontests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class ActionTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/commontests.h b/kexi/plugins/macros/tests/commontests.h index 170974bc..f4f2ca9a 100644 --- a/kexi/plugins/macros/tests/commontests.h +++ b/kexi/plugins/macros/tests/commontests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class CommonTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/macroitemtests.h b/kexi/plugins/macros/tests/macroitemtests.h index 6cd6cf8f..00aebdbf 100644 --- a/kexi/plugins/macros/tests/macroitemtests.h +++ b/kexi/plugins/macros/tests/macroitemtests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class MacroitemTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/macrotests.h b/kexi/plugins/macros/tests/macrotests.h index e1a61ba5..e08391cb 100644 --- a/kexi/plugins/macros/tests/macrotests.h +++ b/kexi/plugins/macros/tests/macrotests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class MacroTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/testaction.h b/kexi/plugins/macros/tests/testaction.h index bb41e5fb..97090776 100644 --- a/kexi/plugins/macros/tests/testaction.h +++ b/kexi/plugins/macros/tests/testaction.h @@ -38,7 +38,7 @@ namespace KoMacroTest { */ class TestAction : public KoMacro::Action { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/testobject.h b/kexi/plugins/macros/tests/testobject.h index 81309d99..4fe96171 100644 --- a/kexi/plugins/macros/tests/testobject.h +++ b/kexi/plugins/macros/tests/testobject.h @@ -31,7 +31,7 @@ namespace KoMacroTest { */ class TestObject : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/variabletests.h b/kexi/plugins/macros/tests/variabletests.h index 65c07f77..771edfa1 100644 --- a/kexi/plugins/macros/tests/variabletests.h +++ b/kexi/plugins/macros/tests/variabletests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class VariableTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/xmlhandlertests.h b/kexi/plugins/macros/tests/xmlhandlertests.h index 062b24b1..95beab3e 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests.h +++ b/kexi/plugins/macros/tests/xmlhandlertests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class XMLHandlerTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/xmlhandlertests2.h b/kexi/plugins/macros/tests/xmlhandlertests2.h index 3fd59609..a52d222b 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests2.h +++ b/kexi/plugins/macros/tests/xmlhandlertests2.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class XMLHandlerTests2 : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiaddparamdialog.h b/kexi/plugins/queries/kexiaddparamdialog.h index cd39fe15..3c2a330e 100644 --- a/kexi/plugins/queries/kexiaddparamdialog.h +++ b/kexi/plugins/queries/kexiaddparamdialog.h @@ -26,7 +26,7 @@ class KexiAddParamWidget; class KexiAddParamDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h index 43cb1718..bf30bfa3 100644 --- a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h +++ b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h @@ -28,7 +28,7 @@ class TQVBox; class KexiDynamicQueryParameterDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiDynamicQueryParameterDialog(TQWidget *parent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &); diff --git a/kexi/plugins/queries/kexiquerydesignerguieditor.h b/kexi/plugins/queries/kexiquerydesignerguieditor.h index 23012292..033ec0d7 100644 --- a/kexi/plugins/queries/kexiquerydesignerguieditor.h +++ b/kexi/plugins/queries/kexiquerydesignerguieditor.h @@ -58,7 +58,7 @@ namespace KexiDB //! Design view of the Query Designer class KexiQueryDesignerGuiEditor : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiquerydesignersql.h b/kexi/plugins/queries/kexiquerydesignersql.h index ecb00c84..dcbcfd1d 100644 --- a/kexi/plugins/queries/kexiquerydesignersql.h +++ b/kexi/plugins/queries/kexiquerydesignersql.h @@ -34,7 +34,7 @@ class KexiQueryDesignerSQLViewPrivate; mode or in "sql status" mode. */ class KexiQueryDesignerSQLView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiquerydesignersqlhistory.h b/kexi/plugins/queries/kexiquerydesignersqlhistory.h index 516a6dbf..1f5e23f6 100644 --- a/kexi/plugins/queries/kexiquerydesignersqlhistory.h +++ b/kexi/plugins/queries/kexiquerydesignersqlhistory.h @@ -61,7 +61,7 @@ typedef TQPtrList<HistoryEntry> History; class KexiQueryDesignerSQLHistory : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiquerypart.h b/kexi/plugins/queries/kexiquerypart.h index 3587388c..7c29a130 100644 --- a/kexi/plugins/queries/kexiquerypart.h +++ b/kexi/plugins/queries/kexiquerypart.h @@ -43,7 +43,7 @@ class KexiProject; //! @short Kexi Query Designer Plugin. class KexiQueryPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiqueryview.h b/kexi/plugins/queries/kexiqueryview.h index faf38762..845e32af 100644 --- a/kexi/plugins/queries/kexiqueryview.h +++ b/kexi/plugins/queries/kexiqueryview.h @@ -31,7 +31,7 @@ class KexiMainWindow; class KexiQueryView : public KexiDataTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/relations/kexirelationmaindlg.h b/kexi/plugins/relations/kexirelationmaindlg.h index 3e0cd509..eb21de2b 100644 --- a/kexi/plugins/relations/kexirelationmaindlg.h +++ b/kexi/plugins/relations/kexirelationmaindlg.h @@ -27,7 +27,7 @@ class KexiRelationWidget; class KexiRelationMainDlg : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/relations/kexirelationpartimpl.h b/kexi/plugins/relations/kexirelationpartimpl.h index 96c999f8..d8023b23 100644 --- a/kexi/plugins/relations/kexirelationpartimpl.h +++ b/kexi/plugins/relations/kexirelationpartimpl.h @@ -24,7 +24,7 @@ class KexiRelationPartImpl : public KexiInternalPart { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportfactory.h b/kexi/plugins/reports/kexireportfactory.h index 65f5764d..69dd7bdd 100644 --- a/kexi/plugins/reports/kexireportfactory.h +++ b/kexi/plugins/reports/kexireportfactory.h @@ -25,7 +25,7 @@ //! Kexi Factory (DB widgets + subform) class KexiReportFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportform.h b/kexi/plugins/reports/kexireportform.h index 64ede057..e310ab02 100644 --- a/kexi/plugins/reports/kexireportform.h +++ b/kexi/plugins/reports/kexireportform.h @@ -29,7 +29,7 @@ //! The report top widget class KEXIREPORTUTILS_EXPORT KexiReportForm : public TQWidget, public KFormDesigner::FormWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportpart.h b/kexi/plugins/reports/kexireportpart.h index d56da3ba..347b9093 100644 --- a/kexi/plugins/reports/kexireportpart.h +++ b/kexi/plugins/reports/kexireportpart.h @@ -41,7 +41,7 @@ namespace KexiDB It just creates a \ref KexiReportView. See there for most of code. */ class KEXIREPORTUTILS_EXPORT KexiReportPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportview.h b/kexi/plugins/reports/kexireportview.h index 794fa49c..413b8cd8 100644 --- a/kexi/plugins/reports/kexireportview.h +++ b/kexi/plugins/reports/kexireportview.h @@ -33,7 +33,7 @@ class KexiReportForm; class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView { - Q_OBJECT + TQ_OBJECT public: @@ -62,7 +62,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView (preview == false in constructor). */ class KEXIREPORTUTILS_EXPORT KexiReportView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/reportwidgets.h b/kexi/plugins/reports/reportwidgets.h index 4cfb182a..d676e527 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -33,7 +33,7 @@ using KFormDesigner::Form; //! A form embedded as a widget inside other form class KexiSubReport : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); @@ -55,7 +55,7 @@ class KexiSubReport : public TQScrollView //! A simple label inside a report class Label : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -66,7 +66,7 @@ class Label : public TQLabel //! A simple picture label inside a report class PicLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -79,7 +79,7 @@ class PicLabel : public TQLabel //! A line class ReportLine : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(ReportLineStyle lineStyle READ lineStyle WRITE setLineStyle) TQ_PROPERTY(int lineWidth READ lineWidth WRITE setLineWidth) diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h index 94068ddd..6e4ba820 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h @@ -45,7 +45,7 @@ namespace Kross { namespace Api { */ class KexiScriptDesignView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h index ed3edc14..e2003470 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h @@ -35,7 +35,7 @@ namespace Kross { namespace Api { */ class KexiScriptEditor : public KexiEditor { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h index e51c7d45..0433d318 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h @@ -34,7 +34,7 @@ */ class KexiScriptPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexilookupcolumnpage.h b/kexi/plugins/tables/kexilookupcolumnpage.h index 203bbcf0..25774c1b 100644 --- a/kexi/plugins/tables/kexilookupcolumnpage.h +++ b/kexi/plugins/tables/kexilookupcolumnpage.h @@ -44,7 +44,7 @@ class TQFrame; */ class KexiLookupColumnPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexitabledesigner_dataview.h b/kexi/plugins/tables/kexitabledesigner_dataview.h index 7da65255..2b579746 100644 --- a/kexi/plugins/tables/kexitabledesigner_dataview.h +++ b/kexi/plugins/tables/kexitabledesigner_dataview.h @@ -25,7 +25,7 @@ class KexiTableDesigner_DataView : public KexiDataTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexitabledesignerview.h b/kexi/plugins/tables/kexitabledesignerview.h index e73957cf..b59eb8cd 100644 --- a/kexi/plugins/tables/kexitabledesignerview.h +++ b/kexi/plugins/tables/kexitabledesignerview.h @@ -55,7 +55,7 @@ namespace KoProperty { */ class KexiTableDesignerView : public KexiDataTable, public KexiTableDesignerInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexitabledesignerview_p.h b/kexi/plugins/tables/kexitabledesignerview_p.h index 0b689d64..71f3164a 100644 --- a/kexi/plugins/tables/kexitabledesignerview_p.h +++ b/kexi/plugins/tables/kexitabledesignerview_p.h @@ -49,7 +49,7 @@ class CommandGroup : public KMacroCommand We need it to iterate through commands so we can perform a set of ALTER TABLE atomic actions. */ class CommandHistory : public KCommandHistory { - Q_OBJECT + TQ_OBJECT public: CommandHistory(TDEActionCollection *actionCollection, bool withMenus = true); diff --git a/kexi/plugins/tables/kexitablepart.h b/kexi/plugins/tables/kexitablepart.h index df8d69be..b4adb6ba 100644 --- a/kexi/plugins/tables/kexitablepart.h +++ b/kexi/plugins/tables/kexitablepart.h @@ -34,7 +34,7 @@ class KexiLookupColumnPage; class KexiTablePart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/tests/altertable/altertable.h b/kexi/tests/altertable/altertable.h index 33dd7b21..33bff402 100644 --- a/kexi/tests/altertable/altertable.h +++ b/kexi/tests/altertable/altertable.h @@ -30,7 +30,7 @@ class KexiDialogBase; class AlterTableTester : public TQObject { - Q_OBJECT + TQ_OBJECT public: AlterTableTester(); diff --git a/kexi/tests/gui/finddialog/kexifinddialog.h b/kexi/tests/gui/finddialog/kexifinddialog.h index fd276b1a..d350db7a 100644 --- a/kexi/tests/gui/finddialog/kexifinddialog.h +++ b/kexi/tests/gui/finddialog/kexifinddialog.h @@ -28,7 +28,7 @@ */ class KexiFindDialog : public KexiFindDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiFindDialog( bool replaceMode, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE ); diff --git a/kexi/widget/kexibrowser.h b/kexi/widget/kexibrowser.h index e351508e..23d41f08 100644 --- a/kexi/widget/kexibrowser.h +++ b/kexi/widget/kexibrowser.h @@ -50,7 +50,7 @@ class KexiProject; //! @short The Main Kexi navigator widget class KEXIEXTWIDGETS_EXPORT KexiBrowser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexibrowser_p.h b/kexi/widget/kexibrowser_p.h index 880e7237..76e3125b 100644 --- a/kexi/widget/kexibrowser_p.h +++ b/kexi/widget/kexibrowser_p.h @@ -26,7 +26,7 @@ /*! @internal */ class KexiBrowserListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: KexiBrowserListView(TQWidget *parent); diff --git a/kexi/widget/kexicustompropertyfactory_p.h b/kexi/widget/kexicustompropertyfactory_p.h index b51b7314..dd659987 100644 --- a/kexi/widget/kexicustompropertyfactory_p.h +++ b/kexi/widget/kexicustompropertyfactory_p.h @@ -27,7 +27,7 @@ //! Kexi-specific image editor for property editor's item class KexiImagePropertyEdit : public KoProperty::PixmapEdit { - Q_OBJECT + TQ_OBJECT public: @@ -56,7 +56,7 @@ class KexiImagePropertyEdit : public KoProperty::PixmapEdit */ class KexiIdentifierPropertyEdit : public KoProperty::StringEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidataawareview.h b/kexi/widget/kexidataawareview.h index 317bc71c..56cf3100 100644 --- a/kexi/widget/kexidataawareview.h +++ b/kexi/widget/kexidataawareview.h @@ -41,7 +41,7 @@ class KexiSharedActionClient; class KEXIEXTWIDGETS_EXPORT KexiDataAwareView : public KexiViewBase, public KexiSearchAndReplaceViewInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidatasourcecombobox.h b/kexi/widget/kexidatasourcecombobox.h index 096fceac..3b0f6f9d 100644 --- a/kexi/widget/kexidatasourcecombobox.h +++ b/kexi/widget/kexidatasourcecombobox.h @@ -33,7 +33,7 @@ namespace KexiPart { */ class KEXIEXTWIDGETS_EXPORT KexiDataSourceComboBox : public KComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidatatable.h b/kexi/widget/kexidatatable.h index 68f9caf0..00d4fcc3 100644 --- a/kexi/widget/kexidatatable.h +++ b/kexi/widget/kexidatatable.h @@ -43,7 +43,7 @@ namespace KexiDB */ class KEXIEXTWIDGETS_EXPORT KexiDataTable : public KexiDataAwareView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidbconnectionwidget.h b/kexi/widget/kexidbconnectionwidget.h index 30bf008c..542cb7ff 100644 --- a/kexi/widget/kexidbconnectionwidget.h +++ b/kexi/widget/kexidbconnectionwidget.h @@ -35,7 +35,7 @@ class KexiDBConnectionTabWidget; class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidgetBase { - Q_OBJECT + TQ_OBJECT public: @@ -91,7 +91,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidg class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget { - Q_OBJECT + TQ_OBJECT public: @@ -124,7 +124,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget class KEXIEXTWIDGETS_EXPORT KexiDBConnectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidbdrivercombobox.h b/kexi/widget/kexidbdrivercombobox.h index 5a063ad2..6a395e00 100644 --- a/kexi/widget/kexidbdrivercombobox.h +++ b/kexi/widget/kexidbdrivercombobox.h @@ -46,7 +46,7 @@ A more complete example can be found in class KEXIEXTWIDGETS_EXPORT KexiDBDriverComboBox : public KComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidswelcome.h b/kexi/widget/kexidswelcome.h index e2b729ac..546696f8 100644 --- a/kexi/widget/kexidswelcome.h +++ b/kexi/widget/kexidswelcome.h @@ -31,7 +31,7 @@ class KexiDataSourceWizard; */ class KEXIEXTWIDGETS_EXPORT KexiDSWelcome : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexieditor.h b/kexi/widget/kexieditor.h index 36a1173a..f5bbc08b 100644 --- a/kexi/widget/kexieditor.h +++ b/kexi/widget/kexieditor.h @@ -38,7 +38,7 @@ namespace KTextEditor /*! It is used for SQL and script editor. */ class KEXIEXTWIDGETS_EXPORT KexiEditor : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexifieldcombobox.h b/kexi/widget/kexifieldcombobox.h index bcd199c9..d910bb07 100644 --- a/kexi/widget/kexifieldcombobox.h +++ b/kexi/widget/kexifieldcombobox.h @@ -33,7 +33,7 @@ class KexiProject; */ class KEXIEXTWIDGETS_EXPORT KexiFieldComboBox : public KComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexifieldlistview.h b/kexi/widget/kexifieldlistview.h index 056ffc9b..2262ac2b 100644 --- a/kexi/widget/kexifieldlistview.h +++ b/kexi/widget/kexifieldlistview.h @@ -34,7 +34,7 @@ namespace KexiDB { */ class KEXIEXTWIDGETS_EXPORT KexiFieldListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexifilterdlg.h b/kexi/widget/kexifilterdlg.h index a8a51fd6..282696ae 100644 --- a/kexi/widget/kexifilterdlg.h +++ b/kexi/widget/kexifilterdlg.h @@ -29,7 +29,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiFilterDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexiprjtypeselector.h b/kexi/widget/kexiprjtypeselector.h index 30867838..864efb20 100644 --- a/kexi/widget/kexiprjtypeselector.h +++ b/kexi/widget/kexiprjtypeselector.h @@ -25,7 +25,7 @@ //! @short A simple widget with radio buttons with "show file/server-based projects" options class KEXIEXTWIDGETS_EXPORT KexiPrjTypeSelector : public KexiPrjTypeSelectorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexipropertyeditorview.h b/kexi/widget/kexipropertyeditorview.h index 3c7c5a55..cbe41255 100644 --- a/kexi/widget/kexipropertyeditorview.h +++ b/kexi/widget/kexipropertyeditorview.h @@ -81,7 +81,7 @@ class KEXIEXTWIDGETS_EXPORT KexiObjectInfoLabel : public TQWidget */ class KEXIEXTWIDGETS_EXPORT KexiPropertyEditorView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexiquerydesignersqleditor.h b/kexi/widget/kexiquerydesignersqleditor.h index 30d545f0..032c53cb 100644 --- a/kexi/widget/kexiquerydesignersqleditor.h +++ b/kexi/widget/kexiquerydesignersqleditor.h @@ -29,7 +29,7 @@ for entering query statements. */ class KEXIEXTWIDGETS_EXPORT KexiQueryDesignerSQLEditor : public KexiEditor { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexiscrollview.h b/kexi/widget/kexiscrollview.h index ac0701c0..b4b967cc 100644 --- a/kexi/widget/kexiscrollview.h +++ b/kexi/widget/kexiscrollview.h @@ -33,7 +33,7 @@ class KexiRecordNavigator; Its contents is resized so the widget can always be resized. */ class KEXIEXTWIDGETS_EXPORT KexiScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexisectionheader.h b/kexi/widget/kexisectionheader.h index dec39a57..1b1054c3 100644 --- a/kexi/widget/kexisectionheader.h +++ b/kexi/widget/kexisectionheader.h @@ -26,7 +26,7 @@ class KexiSectionHeaderPrivate; class KEXIEXTWIDGETS_EXPORT KexiSectionHeader : public TQWidget { - Q_OBJECT + TQ_OBJECT public: class BoxLayout; diff --git a/kexi/widget/kexismalltoolbutton.h b/kexi/widget/kexismalltoolbutton.h index d948f586..9ebf280a 100644 --- a/kexi/widget/kexismalltoolbutton.h +++ b/kexi/widget/kexismalltoolbutton.h @@ -28,7 +28,7 @@ class TQIconSet; //! A small tool button with icon and optional text class KEXIEXTWIDGETS_EXPORT KexiSmallToolButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/pixmapcollection.h b/kexi/widget/pixmapcollection.h index 28629be1..26911fc2 100644 --- a/kexi/widget/pixmapcollection.h +++ b/kexi/widget/pixmapcollection.h @@ -42,7 +42,7 @@ typedef TQMap<TQString, TQPair<TQString, int> > PixmapMap; //! A class that store pixmaps (by path or by name for KDE icons) class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject //! A dialog to edit the contents of a PixmapCollection class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -105,7 +105,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase //! A dialog to choose an icon in a PixmapCollection class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -128,7 +128,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase //! A simple dialog to choose a KDE icon class KEXIEXTWIDGETS_EXPORT LoadIconDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/relations/kexirelationview.h b/kexi/widget/relations/kexirelationview.h index e801b801..f2ddab10 100644 --- a/kexi/widget/relations/kexirelationview.h +++ b/kexi/widget/relations/kexirelationview.h @@ -67,7 +67,7 @@ struct SourceConnection */ class KEXIRELATIONSVIEW_EXPORT KexiRelationView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/relations/kexirelationviewtable.h b/kexi/widget/relations/kexirelationviewtable.h index 25faf896..bf5ab23e 100644 --- a/kexi/widget/relations/kexirelationviewtable.h +++ b/kexi/widget/relations/kexirelationviewtable.h @@ -39,7 +39,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainer : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableItem : public TDEListViewIte class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView { - Q_OBJECT + TQ_OBJECT public: @@ -130,7 +130,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainerHeader : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KexiRelationViewTableContainerHeader(const TQString& text,TQWidget *parent); diff --git a/kexi/widget/relations/kexirelationwidget.h b/kexi/widget/relations/kexirelationwidget.h index c71b6e18..9ab1d5f4 100644 --- a/kexi/widget/relations/kexirelationwidget.h +++ b/kexi/widget/relations/kexirelationwidget.h @@ -43,7 +43,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationWidget : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexiblobtableedit.h b/kexi/widget/tableview/kexiblobtableedit.h index fb7f6049..89de6749 100644 --- a/kexi/widget/tableview/kexiblobtableedit.h +++ b/kexi/widget/tableview/kexiblobtableedit.h @@ -35,7 +35,7 @@ class TQTextEdit; class KexiBlobTableEdit : public KexiTableEdit { - Q_OBJECT + TQ_OBJECT public: KexiBlobTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexibooltableedit.h b/kexi/widget/tableview/kexibooltableedit.h index ee43848c..6814c270 100644 --- a/kexi/widget/tableview/kexibooltableedit.h +++ b/kexi/widget/tableview/kexibooltableedit.h @@ -29,7 +29,7 @@ */ class KexiBoolTableEdit : public KexiTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexicomboboxpopup.h b/kexi/widget/tableview/kexicomboboxpopup.h index 7df750a6..5beb78a5 100644 --- a/kexi/widget/tableview/kexicomboboxpopup.h +++ b/kexi/widget/tableview/kexicomboboxpopup.h @@ -34,7 +34,7 @@ namespace KexiDB { //! Internal class for displaying popup table view class KexiComboBoxPopup : public TQFrame { - Q_OBJECT + TQ_OBJECT public: //js TODO: more ctors! diff --git a/kexi/widget/tableview/kexicomboboxtableedit.h b/kexi/widget/tableview/kexicomboboxtableedit.h index 52bec571..faf17915 100644 --- a/kexi/widget/tableview/kexicomboboxtableedit.h +++ b/kexi/widget/tableview/kexicomboboxtableedit.h @@ -36,7 +36,7 @@ class KexiTableViewColumn; */ class KexiComboBoxTableEdit : public KexiInputTableEdit, public KexiComboBoxBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidataawareobjectiface.h b/kexi/widget/tableview/kexidataawareobjectiface.h index 5d87ad88..d9819f5d 100644 --- a/kexi/widget/tableview/kexidataawareobjectiface.h +++ b/kexi/widget/tableview/kexidataawareobjectiface.h @@ -54,7 +54,7 @@ namespace KexiDB { //! \brief The KexiDataAwareObjectInterface is an interface for record-based data object. /** This interface is implemented by KexiTableView and KexiFormView and used by KexiDataAwareView. If yu're implementing this interface, - add KEXI_DATAAWAREOBJECTINTERFACE convenience macro just after Q_OBJECT. + add KEXI_DATAAWAREOBJECTINTERFACE convenience macro just after TQ_OBJECT. You should add following code to your destructor so data is deleted: \code diff --git a/kexi/widget/tableview/kexidataawarepropertyset.h b/kexi/widget/tableview/kexidataawarepropertyset.h index ed275ab8..c0f3d4cf 100644 --- a/kexi/widget/tableview/kexidataawarepropertyset.h +++ b/kexi/widget/tableview/kexidataawarepropertyset.h @@ -52,7 +52,7 @@ class KexiDataAwareObjectInterface; */ class KEXIDATATABLE_EXPORT KexiDataAwarePropertySet : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidatatableview.h b/kexi/widget/tableview/kexidatatableview.h index 120c9817..19570b84 100644 --- a/kexi/widget/tableview/kexidatatableview.h +++ b/kexi/widget/tableview/kexidatatableview.h @@ -37,7 +37,7 @@ namespace KexiDB { */ class KEXIDATATABLE_EXPORT KexiDataTableView : public KexiTableView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidatetableedit.h b/kexi/widget/tableview/kexidatetableedit.h index 48b216f4..04caf018 100644 --- a/kexi/widget/tableview/kexidatetableedit.h +++ b/kexi/widget/tableview/kexidatetableedit.h @@ -33,7 +33,7 @@ */ class KexiDateTableEdit : public KexiInputTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidatetimetableedit.h b/kexi/widget/tableview/kexidatetimetableedit.h index a6fd5431..e5b6ad70 100644 --- a/kexi/widget/tableview/kexidatetimetableedit.h +++ b/kexi/widget/tableview/kexidatetimetableedit.h @@ -33,7 +33,7 @@ */ class KexiDateTimeTableEdit : public KexiInputTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexiinputtableedit.h b/kexi/widget/tableview/kexiinputtableedit.h index 42539b9f..66211f6f 100644 --- a/kexi/widget/tableview/kexiinputtableedit.h +++ b/kexi/widget/tableview/kexiinputtableedit.h @@ -32,7 +32,7 @@ */ class KEXIDATATABLE_EXPORT KexiInputTableEdit : public KexiTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitableedit.h b/kexi/widget/tableview/kexitableedit.h index c78462ed..f5bbd1be 100644 --- a/kexi/widget/tableview/kexitableedit.h +++ b/kexi/widget/tableview/kexitableedit.h @@ -38,7 +38,7 @@ namespace KexiDB { */ class KEXIDATATABLE_EXPORT KexiTableEdit : public TQWidget, public KexiDataItemInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitableview.h b/kexi/widget/tableview/kexitableview.h index 6142d4cd..f766a8c7 100644 --- a/kexi/widget/tableview/kexitableview.h +++ b/kexi/widget/tableview/kexitableview.h @@ -69,7 +69,7 @@ class KEXIDATATABLE_EXPORT KexiTableView : public KexiSharedActionClient, public KexiDataAwareObjectInterface { -Q_OBJECT +TQ_OBJECT KEXI_DATAAWAREOBJECTINTERFACE public: diff --git a/kexi/widget/tableview/kexitableviewdata.h b/kexi/widget/tableview/kexitableviewdata.h index 699a183a..e03dfbf5 100644 --- a/kexi/widget/tableview/kexitableviewdata.h +++ b/kexi/widget/tableview/kexitableviewdata.h @@ -221,7 +221,7 @@ typedef TQPtrList<KexiTableItem> KexiTableViewDataBase; */ class KEXIDATATABLE_EXPORT KexiTableViewData : public TQObject, protected KexiTableViewDataBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitableviewheader.h b/kexi/widget/tableview/kexitableviewheader.h index 5cb4fa0e..e227aade 100644 --- a/kexi/widget/tableview/kexitableviewheader.h +++ b/kexi/widget/tableview/kexitableviewheader.h @@ -32,7 +32,7 @@ class TQStyle; */ class KEXIDATATABLE_EXPORT KexiTableViewHeader : public TQHeader { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitimetableedit.h b/kexi/widget/tableview/kexitimetableedit.h index 785111a2..6d282f77 100644 --- a/kexi/widget/tableview/kexitimetableedit.h +++ b/kexi/widget/tableview/kexitimetableedit.h @@ -31,7 +31,7 @@ */ class KexiTimeTableEdit : public KexiInputTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexiarrowtip.h b/kexi/widget/utils/kexiarrowtip.h index bf1fb230..8592cc1d 100644 --- a/kexi/widget/utils/kexiarrowtip.h +++ b/kexi/widget/utils/kexiarrowtip.h @@ -28,7 +28,7 @@ */ class KEXIGUIUTILS_EXPORT KexiArrowTip : public KexiToolTip { - Q_OBJECT + TQ_OBJECT public: KexiArrowTip(const TQString& text, TQWidget* parent); diff --git a/kexi/widget/utils/kexicontextmenuutils.h b/kexi/widget/utils/kexicontextmenuutils.h index 03e0881c..6b581ee7 100644 --- a/kexi/widget/utils/kexicontextmenuutils.h +++ b/kexi/widget/utils/kexicontextmenuutils.h @@ -49,7 +49,7 @@ class KEXIGUIUTILS_EXPORT KexiContextMenuUtils */ class KEXIGUIUTILS_EXPORT KexiImageContextMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexidropdownbutton.h b/kexi/widget/utils/kexidropdownbutton.h index 5ffb21fb..4abef7f6 100644 --- a/kexi/widget/utils/kexidropdownbutton.h +++ b/kexi/widget/utils/kexidropdownbutton.h @@ -29,7 +29,7 @@ F2, F4 and alt+down buttons. */ class KEXIGUIUTILS_EXPORT KexiDropDownButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexigradientwidget.h b/kexi/widget/utils/kexigradientwidget.h index 8be2e5b5..84e5f4c4 100644 --- a/kexi/widget/utils/kexigradientwidget.h +++ b/kexi/widget/utils/kexigradientwidget.h @@ -35,7 +35,7 @@ class KEXIGUIUTILS_EXPORT KexiGradientWidget : public TQWidget { typedef TQPtrList<TQWidget> WidgetList; - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(DisplayMode displayMode READ displayMode WRITE setDisplayMode DESIGNABLE true) TQ_PROPERTY(GradientType gradientType READ gradientType WRITE setGradientType DESIGNABLE true) diff --git a/kexi/widget/utils/kexirecordmarker.h b/kexi/widget/utils/kexirecordmarker.h index 5bac9571..0059dd96 100644 --- a/kexi/widget/utils/kexirecordmarker.h +++ b/kexi/widget/utils/kexirecordmarker.h @@ -30,7 +30,7 @@ class TQImage; //! \brief Record marker, usually displayed at the left side of a table view or a continuous form. class KEXIGUIUTILS_EXPORT KexiRecordMarker : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexirecordnavigator.h b/kexi/widget/utils/kexirecordnavigator.h index 78c1f3a4..3bad6668 100644 --- a/kexi/widget/utils/kexirecordnavigator.h +++ b/kexi/widget/utils/kexirecordnavigator.h @@ -64,7 +64,7 @@ class KEXIGUIUTILS_EXPORT KexiRecordNavigatorHandler */ class KEXIGUIUTILS_EXPORT KexiRecordNavigator : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexitooltip.h b/kexi/widget/utils/kexitooltip.h index 49ff1e1b..e8564739 100644 --- a/kexi/widget/utils/kexitooltip.h +++ b/kexi/widget/utils/kexitooltip.h @@ -26,7 +26,7 @@ //! \brief A tooltip that can display rich content class KEXIGUIUTILS_EXPORT KexiToolTip : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KexiToolTip(const TQVariant& value, TQWidget* parent); diff --git a/kformula/formulastring.h b/kformula/formulastring.h index 88523ef4..95dd3d2b 100644 --- a/kformula/formulastring.h +++ b/kformula/formulastring.h @@ -34,7 +34,7 @@ class KFormulaPartView; class FormulaString : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kformula/kfconfig.h b/kformula/kfconfig.h index d5d169ca..74bc6429 100644 --- a/kformula/kfconfig.h +++ b/kformula/kfconfig.h @@ -33,7 +33,7 @@ class KFormulaPartView; */ class KFConfig : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KFConfig( KFormulaPartView* parent ); diff --git a/kformula/kformula_doc.h b/kformula/kformula_doc.h index 43f23e75..7784c7c7 100644 --- a/kformula/kformula_doc.h +++ b/kformula/kformula_doc.h @@ -48,7 +48,7 @@ KFORMULA_NAMESPACE_END */ class KFormulaDoc : public KoDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/kformula/kformula_factory.h b/kformula/kformula_factory.h index 4c773b74..6e7fd372 100644 --- a/kformula/kformula_factory.h +++ b/kformula/kformula_factory.h @@ -10,7 +10,7 @@ class TDEAboutData; class KFormulaFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: KFormulaFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kformula/kformula_view.h b/kformula/kformula_view.h index a1e60861..78017bef 100644 --- a/kformula/kformula_view.h +++ b/kformula/kformula_view.h @@ -43,7 +43,7 @@ namespace KFormula { */ class KFormulaPartView : public KoView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kformula/kformulawidget.h b/kformula/kformulawidget.h index 25470e74..c2c488f9 100644 --- a/kformula/kformulawidget.h +++ b/kformula/kformulawidget.h @@ -42,7 +42,7 @@ KFORMULA_NAMESPACE_END * to move the cursor around. To edit the formula use the document. */ class KFormulaWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kivio/kiviopart/addstenciltool.h b/kivio/kiviopart/addstenciltool.h index 7b224b79..9be0a94e 100644 --- a/kivio/kiviopart/addstenciltool.h +++ b/kivio/kiviopart/addstenciltool.h @@ -33,7 +33,7 @@ namespace Kivio { */ class AddStencilTool : public MouseTool { - Q_OBJECT + TQ_OBJECT public: AddStencilTool(KivioView* parent); diff --git a/kivio/kiviopart/kivio_canvas.h b/kivio/kiviopart/kivio_canvas.h index 3da7c434..b0c11444 100644 --- a/kivio/kiviopart/kivio_canvas.h +++ b/kivio/kiviopart/kivio_canvas.h @@ -59,7 +59,7 @@ class KoRect; class KIVIO_EXPORT KivioCanvas : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class KivioView; public: diff --git a/kivio/kiviopart/kivio_dlg_pageshow.h b/kivio/kiviopart/kivio_dlg_pageshow.h index 012af531..d3595096 100644 --- a/kivio/kiviopart/kivio_dlg_pageshow.h +++ b/kivio/kiviopart/kivio_dlg_pageshow.h @@ -29,7 +29,7 @@ class KivioView; class KivioPageShow: public KDialogBase -{ Q_OBJECT +{ TQ_OBJECT public: KivioPageShow( KivioView* parent, const char* name ); diff --git a/kivio/kiviopart/kivio_doc.h b/kivio/kiviopart/kivio_doc.h index 76cf5a87..d02a2e5b 100644 --- a/kivio/kiviopart/kivio_doc.h +++ b/kivio/kiviopart/kivio_doc.h @@ -64,7 +64,7 @@ using namespace Kivio; class KIVIO_EXPORT KivioDoc : public KoDocument { - Q_OBJECT + TQ_OBJECT friend class KivioPage; public: diff --git a/kivio/kiviopart/kivio_factory.h b/kivio/kiviopart/kivio_factory.h index 5814d42d..31da76be 100644 --- a/kivio/kiviopart/kivio_factory.h +++ b/kivio/kiviopart/kivio_factory.h @@ -25,7 +25,7 @@ class TDEInstance; class TDEAboutData; class KIVIO_EXPORT KivioFactory : public KoFactory -{ Q_OBJECT +{ TQ_OBJECT public: KivioFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kivio/kiviopart/kivio_icon_view.h b/kivio/kiviopart/kivio_icon_view.h index 09cf8dd5..7223c7b1 100644 --- a/kivio/kiviopart/kivio_icon_view.h +++ b/kivio/kiviopart/kivio_icon_view.h @@ -32,7 +32,7 @@ class KivioStencilSpawner; class KivioIconView : public TQIconView { - Q_OBJECT + TQ_OBJECT protected: KivioStencilSpawnerSet *m_pSpawnerSet; diff --git a/kivio/kiviopart/kivio_page.h b/kivio/kiviopart/kivio_page.h index 7d31d731..d6bdb02c 100644 --- a/kivio/kiviopart/kivio_page.h +++ b/kivio/kiviopart/kivio_page.h @@ -77,7 +77,7 @@ struct DistributeData class KIVIO_EXPORT KivioPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: KivioPage( KivioMap *_map, const TQString &pageName, const char *_name=0L ); diff --git a/kivio/kiviopart/kivio_stackbar.h b/kivio/kiviopart/kivio_stackbar.h index bdf758a3..6535f0fb 100644 --- a/kivio/kiviopart/kivio_stackbar.h +++ b/kivio/kiviopart/kivio_stackbar.h @@ -32,7 +32,7 @@ using namespace Kivio; class KivioStackBar : public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: KivioStackBar(KivioView* view, TQWidget* parent=0, const char* name=0); diff --git a/kivio/kiviopart/kivio_stencil_geometry_panel.h b/kivio/kiviopart/kivio_stencil_geometry_panel.h index 56d5580c..9b64df06 100644 --- a/kivio/kiviopart/kivio_stencil_geometry_panel.h +++ b/kivio/kiviopart/kivio_stencil_geometry_panel.h @@ -10,7 +10,7 @@ class KIntSpinBox; class KivioStencilGeometryPanel : public TQWidget { - Q_OBJECT + TQ_OBJECT protected: KoUnitDoubleSpinBox *m_pX, *m_pY, *m_pW, *m_pH; diff --git a/kivio/kiviopart/kivio_view.h b/kivio/kiviopart/kivio_view.h index 18d1b329..1ad3ae2b 100644 --- a/kivio/kiviopart/kivio_view.h +++ b/kivio/kiviopart/kivio_view.h @@ -84,7 +84,7 @@ using namespace Kivio; class KIVIO_EXPORT KivioView : public KoView { - Q_OBJECT + TQ_OBJECT friend class KivioCanvas; diff --git a/kivio/kiviopart/kivio_zoomaction.h b/kivio/kiviopart/kivio_zoomaction.h index 6571aff1..b45890f7 100644 --- a/kivio/kiviopart/kivio_zoomaction.h +++ b/kivio/kiviopart/kivio_zoomaction.h @@ -24,7 +24,7 @@ namespace Kivio { class ZoomAction : public TTDESelectAction -{ Q_OBJECT +{ TQ_OBJECT public: ZoomAction( TQObject* parent, const char* name ); diff --git a/kivio/kiviopart/kivioarrowheadaction.h b/kivio/kiviopart/kivioarrowheadaction.h index b13b93bc..4526644f 100644 --- a/kivio/kiviopart/kivioarrowheadaction.h +++ b/kivio/kiviopart/kivioarrowheadaction.h @@ -28,7 +28,7 @@ class TDEPopupMenu; class KivioArrowHeadAction : public TDEActionMenu { - Q_OBJECT + TQ_OBJECT public: KivioArrowHeadAction(const TQString &text, const TQString &pix, diff --git a/kivio/kiviopart/kiviodragobject.h b/kivio/kiviopart/kiviodragobject.h index b1f66757..219db3a7 100644 --- a/kivio/kiviopart/kiviodragobject.h +++ b/kivio/kiviopart/kiviodragobject.h @@ -30,7 +30,7 @@ class KivioPage; class KivioDragObject : public TQDragObject { - Q_OBJECT + TQ_OBJECT public: KivioDragObject(TQWidget* dragSource = 0, const char* name = 0); diff --git a/kivio/kiviopart/kiviosdk/kiviostencilfactory.h b/kivio/kiviopart/kiviosdk/kiviostencilfactory.h index 0ec12f09..b409aa25 100644 --- a/kivio/kiviopart/kiviosdk/kiviostencilfactory.h +++ b/kivio/kiviopart/kiviosdk/kiviostencilfactory.h @@ -29,7 +29,7 @@ class TQPixmap; #include <koffice_export.h> class KIVIO_EXPORT KivioStencilFactory : public TQObject { - Q_OBJECT + TQ_OBJECT public: KivioStencilFactory(TQObject *parent=0, const char*name=0, const TQStringList& args = TQStringList()) diff --git a/kivio/kiviopart/kiviostencilsetaction.h b/kivio/kiviopart/kiviostencilsetaction.h index 64f64acc..a89b46cf 100644 --- a/kivio/kiviopart/kiviostencilsetaction.h +++ b/kivio/kiviopart/kiviostencilsetaction.h @@ -33,7 +33,7 @@ class TQPixmap; class KivioStencilSetAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: KivioStencilSetAction(const TQString &text, const TQString &pix, diff --git a/kivio/kiviopart/kiviostencilsetinstaller.h b/kivio/kiviopart/kiviostencilsetinstaller.h index 40395333..67242563 100644 --- a/kivio/kiviopart/kiviostencilsetinstaller.h +++ b/kivio/kiviopart/kiviostencilsetinstaller.h @@ -29,7 +29,7 @@ class KURLRequester; namespace Kivio { class StencilSetInstaller : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: StencilSetInstaller(TQWidget *parent = 0, const char *name = 0); diff --git a/kivio/kiviopart/stencilbarbutton.h b/kivio/kiviopart/stencilbarbutton.h index 3d7f6087..be4d36b1 100644 --- a/kivio/kiviopart/stencilbarbutton.h +++ b/kivio/kiviopart/stencilbarbutton.h @@ -26,7 +26,7 @@ namespace Kivio { class DragBarButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: DragBarButton( const TQString&, TQWidget* parent, const char* name = 0 ); diff --git a/kivio/kiviopart/stencilbardockmanager.h b/kivio/kiviopart/stencilbardockmanager.h index 235aecde..32f5612c 100644 --- a/kivio/kiviopart/stencilbardockmanager.h +++ b/kivio/kiviopart/stencilbardockmanager.h @@ -44,7 +44,7 @@ class KivioView; class StencilBarDockManager : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum BarPos { @@ -93,7 +93,7 @@ class StencilBarDockManager : public TQWidget */ class KoToolDockMoveManager: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kivio/kiviopart/tools/kivio_mousetool.h b/kivio/kiviopart/tools/kivio_mousetool.h index e06f77af..ac80cd29 100644 --- a/kivio/kiviopart/tools/kivio_mousetool.h +++ b/kivio/kiviopart/tools/kivio_mousetool.h @@ -31,7 +31,7 @@ namespace Kivio { Baseclass for mouse tools (like eg the select tool)*/ class KIVIO_EXPORT MouseTool : public Kivio::Plugin { - Q_OBJECT + TQ_OBJECT public: MouseTool(KivioView* parent = 0, const char* name = 0); diff --git a/kivio/kiviopart/tools/kivio_plugin.h b/kivio/kiviopart/tools/kivio_plugin.h index 430d08d6..0fa2327e 100644 --- a/kivio/kiviopart/tools/kivio_plugin.h +++ b/kivio/kiviopart/tools/kivio_plugin.h @@ -29,7 +29,7 @@ namespace Kivio { */ class KIVIO_EXPORT Plugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Plugin(KivioView* parent = 0, const char* name = 0); diff --git a/kivio/kiviopart/tools/kivio_pluginmanager.h b/kivio/kiviopart/tools/kivio_pluginmanager.h index 1a287beb..8a2791a6 100644 --- a/kivio/kiviopart/tools/kivio_pluginmanager.h +++ b/kivio/kiviopart/tools/kivio_pluginmanager.h @@ -29,7 +29,7 @@ namespace Kivio { /** This class manages the plugins*/ class KIVIO_EXPORT PluginManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: PluginManager(KivioView* parent, const char* name = 0); diff --git a/kivio/kiviopart/tools/mousetoolaction.h b/kivio/kiviopart/tools/mousetoolaction.h index 09102fae..41a59924 100644 --- a/kivio/kiviopart/tools/mousetoolaction.h +++ b/kivio/kiviopart/tools/mousetoolaction.h @@ -26,7 +26,7 @@ namespace Kivio { class KIVIO_EXPORT MouseToolAction : public TDERadioAction { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kivio/kiviopart/ui/addstencilsetdialog.h b/kivio/kiviopart/ui/addstencilsetdialog.h index 169ef33a..f0e623d7 100644 --- a/kivio/kiviopart/ui/addstencilsetdialog.h +++ b/kivio/kiviopart/ui/addstencilsetdialog.h @@ -27,7 +27,7 @@ class AddStencilSetPanel; class AddStencilSetDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AddStencilSetDialog(TQWidget *parent = 0, const char *name = 0); diff --git a/kivio/kiviopart/ui/export_page_dialog.h b/kivio/kiviopart/ui/export_page_dialog.h index 16c805c5..6aed5ca7 100644 --- a/kivio/kiviopart/ui/export_page_dialog.h +++ b/kivio/kiviopart/ui/export_page_dialog.h @@ -7,7 +7,7 @@ class ExportPageDialogBase; class ExportPageDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ExportPageDialog(TQWidget* parent=0, const char* name=0); diff --git a/kivio/kiviopart/ui/kivio_birdeye_panel.h b/kivio/kiviopart/ui/kivio_birdeye_panel.h index d5a2ea41..ec77a7c9 100644 --- a/kivio/kiviopart/ui/kivio_birdeye_panel.h +++ b/kivio/kiviopart/ui/kivio_birdeye_panel.h @@ -31,7 +31,7 @@ class TDEAction; class KoZoomHandler; class KivioBirdEyePanel : public KivioBirdEyePanelBase -{ Q_OBJECT +{ TQ_OBJECT public: KivioBirdEyePanel(KivioView* view, TQWidget* parent=0, const char* name=0); diff --git a/kivio/kiviopart/ui/kivio_layer_panel.h b/kivio/kiviopart/ui/kivio_layer_panel.h index cfc24a94..4226d3ed 100644 --- a/kivio/kiviopart/ui/kivio_layer_panel.h +++ b/kivio/kiviopart/ui/kivio_layer_panel.h @@ -48,7 +48,7 @@ class KivioLayerItem: public TQListViewItem /*********************************************************/ class KivioLayerPanel : public KivioLayerPanelBase { - Q_OBJECT + TQ_OBJECT public: KivioLayerPanel(KivioView* view, TQWidget* parent=0, const char* name=0); diff --git a/kivio/kiviopart/ui/kivio_protection_panel.h b/kivio/kiviopart/ui/kivio_protection_panel.h index d53f140d..6ee57008 100644 --- a/kivio/kiviopart/ui/kivio_protection_panel.h +++ b/kivio/kiviopart/ui/kivio_protection_panel.h @@ -27,7 +27,7 @@ class KivioLayer; class KivioProtectionPanel : public KivioProtectionPanelBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kivio/kiviopart/ui/kivioaddstencilsetpanel.h b/kivio/kiviopart/ui/kivioaddstencilsetpanel.h index 81d6d913..7f2d8aa1 100644 --- a/kivio/kiviopart/ui/kivioaddstencilsetpanel.h +++ b/kivio/kiviopart/ui/kivioaddstencilsetpanel.h @@ -28,7 +28,7 @@ class TQListViewItem; namespace Kivio { class AddStencilSetPanel : public KivioStencilSetWidget { - Q_OBJECT + TQ_OBJECT public: AddStencilSetPanel(TQWidget *parent = 0, const char *name = 0); diff --git a/kivio/kiviopart/ui/kivioaligndialog.h b/kivio/kiviopart/ui/kivioaligndialog.h index 0be94822..13269c7b 100644 --- a/kivio/kiviopart/ui/kivioaligndialog.h +++ b/kivio/kiviopart/ui/kivioaligndialog.h @@ -28,7 +28,7 @@ struct DistributeData; class KivioAlignDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KivioAlignDialog(TQWidget* parent = 0, const char* name = 0); diff --git a/kivio/kiviopart/ui/kivioarrowheadformatdlg.h b/kivio/kiviopart/ui/kivioarrowheadformatdlg.h index 84099d35..f0766079 100644 --- a/kivio/kiviopart/ui/kivioarrowheadformatdlg.h +++ b/kivio/kiviopart/ui/kivioarrowheadformatdlg.h @@ -30,7 +30,7 @@ class KivioView; class KivioArrowHeadFormatDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KivioArrowHeadFormatDlg(KivioView* parent, const char* name = 0); diff --git a/kivio/kiviopart/ui/kiviooptionsdialog.h b/kivio/kiviopart/ui/kiviooptionsdialog.h index 56ac0490..bdd2138a 100644 --- a/kivio/kiviopart/ui/kiviooptionsdialog.h +++ b/kivio/kiviopart/ui/kiviooptionsdialog.h @@ -56,7 +56,7 @@ class TQFont; class KivioOptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KivioOptionsDialog(KivioView* parent, const char* name = 0); diff --git a/kivio/kiviopart/ui/kiviostencilformatdlg.h b/kivio/kiviopart/ui/kiviostencilformatdlg.h index f5162e4a..d243cd3d 100644 --- a/kivio/kiviopart/ui/kiviostencilformatdlg.h +++ b/kivio/kiviopart/ui/kiviostencilformatdlg.h @@ -32,7 +32,7 @@ class TQColor; class KivioStencilFormatDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KivioStencilFormatDlg(KivioView* parent, const char* name = 0); diff --git a/kivio/kiviopart/ui/kiviotextformatdlg.h b/kivio/kiviopart/ui/kiviotextformatdlg.h index 39b76929..fb08b4c5 100644 --- a/kivio/kiviopart/ui/kiviotextformatdlg.h +++ b/kivio/kiviopart/ui/kiviotextformatdlg.h @@ -32,7 +32,7 @@ class TQColor; class KivioTextFormatDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KivioTextFormatDlg(KivioView* parent, const char* name = 0); diff --git a/kivio/kiviopart/ui/objectlistpalette.h b/kivio/kiviopart/ui/objectlistpalette.h index ed22bcc0..e2592ff7 100644 --- a/kivio/kiviopart/ui/objectlistpalette.h +++ b/kivio/kiviopart/ui/objectlistpalette.h @@ -31,7 +31,7 @@ namespace Kivio { */ class ObjectListPalette : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ObjectListPalette(KivioView* parent = 0, const char* name = 0); diff --git a/kivio/plugins/kivioconnectortool/plugin.h b/kivio/plugins/kivioconnectortool/plugin.h index cc09afcf..15b98203 100644 --- a/kivio/plugins/kivioconnectortool/plugin.h +++ b/kivio/plugins/kivioconnectortool/plugin.h @@ -27,7 +27,7 @@ class TDEInstance; class ConnectorToolFactory : public KLibFactory -{ Q_OBJECT +{ TQ_OBJECT public: ConnectorToolFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h b/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h index f2ac1fe5..d1929ac3 100644 --- a/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h +++ b/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h @@ -82,7 +82,7 @@ class KivioStraightConnector : public Kivio1DStencil class KIVIOPLUGINS_EXPORT KivioConnectorFactory : public KivioStencilFactory { - Q_OBJECT + TQ_OBJECT public: KivioConnectorFactory(TQObject *parent=0, const char* name=0, const TQStringList& args = TQStringList()); diff --git a/kivio/plugins/kivioconnectortool/tool_connector.h b/kivio/plugins/kivioconnectortool/tool_connector.h index 02dcb145..7c39511b 100644 --- a/kivio/plugins/kivioconnectortool/tool_connector.h +++ b/kivio/plugins/kivioconnectortool/tool_connector.h @@ -37,7 +37,7 @@ class KivioCustomDragData; class ConnectorTool : public Kivio::MouseTool { - Q_OBJECT + TQ_OBJECT public: ConnectorTool( KivioView* parent ); diff --git a/kivio/plugins/kivioselecttool/plugin.h b/kivio/plugins/kivioselecttool/plugin.h index c4e612c1..202f3b78 100644 --- a/kivio/plugins/kivioselecttool/plugin.h +++ b/kivio/plugins/kivioselecttool/plugin.h @@ -27,7 +27,7 @@ class TDEInstance; class SelectToolFactory : public KLibFactory -{ Q_OBJECT +{ TQ_OBJECT public: SelectToolFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kivio/plugins/kivioselecttool/tool_select.h b/kivio/plugins/kivioselecttool/tool_select.h index 07d4a25b..72c85957 100644 --- a/kivio/plugins/kivioselecttool/tool_select.h +++ b/kivio/plugins/kivioselecttool/tool_select.h @@ -53,7 +53,7 @@ enum { class SelectTool : public Kivio::MouseTool { - Q_OBJECT + TQ_OBJECT public: SelectTool( KivioView* parent ); diff --git a/kivio/plugins/kiviosmlconnector/plugin.h b/kivio/plugins/kiviosmlconnector/plugin.h index 5ac52f5e..515fa424 100644 --- a/kivio/plugins/kiviosmlconnector/plugin.h +++ b/kivio/plugins/kiviosmlconnector/plugin.h @@ -27,7 +27,7 @@ class TDEInstance; class SMLConnectorFactory : public KLibFactory -{ Q_OBJECT +{ TQ_OBJECT public: SMLConnectorFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h index 3e6c3daf..277a6e91 100644 --- a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h +++ b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h @@ -92,7 +92,7 @@ public: class KivioSMLConnectorFactory : public KivioStencilFactory { - Q_OBJECT + TQ_OBJECT public: KivioSMLConnectorFactory(TQObject *parent=0, const char* name=0, const TQStringList& args = TQStringList()); diff --git a/kivio/plugins/kiviosmlconnector/tool_connector.h b/kivio/plugins/kiviosmlconnector/tool_connector.h index 87ef56c4..f446832e 100644 --- a/kivio/plugins/kiviosmlconnector/tool_connector.h +++ b/kivio/plugins/kiviosmlconnector/tool_connector.h @@ -33,7 +33,7 @@ class KivioSMLConnector; class KivioCustomDragData; class SMLConnector : public Kivio::MouseTool -{ Q_OBJECT +{ TQ_OBJECT public: SMLConnector( KivioView* view ); diff --git a/kivio/plugins/kiviotargettool/kiviotargettool.h b/kivio/plugins/kiviotargettool/kiviotargettool.h index e9014d85..9107ed12 100644 --- a/kivio/plugins/kiviotargettool/kiviotargettool.h +++ b/kivio/plugins/kiviotargettool/kiviotargettool.h @@ -35,7 +35,7 @@ class KivioView; namespace Kivio { class TargetTool : public MouseTool { - Q_OBJECT + TQ_OBJECT public: TargetTool(KivioView* parent); diff --git a/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h b/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h index e6ead8aa..cd63ff51 100644 --- a/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h +++ b/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h @@ -28,7 +28,7 @@ class TDEInstance; class KivioTargetToolFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KivioTargetToolFactory(TQObject *parent = 0, const char *name = 0); diff --git a/kivio/plugins/kiviotexttool/plugin.h b/kivio/plugins/kiviotexttool/plugin.h index 681f40d7..5d54947e 100644 --- a/kivio/plugins/kiviotexttool/plugin.h +++ b/kivio/plugins/kiviotexttool/plugin.h @@ -27,7 +27,7 @@ class TDEInstance; class TextToolFactory : public KLibFactory -{ Q_OBJECT +{ TQ_OBJECT public: TextToolFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kivio/plugins/kiviotexttool/stenciltexteditor.h b/kivio/plugins/kiviotexttool/stenciltexteditor.h index cfe427b7..83366054 100644 --- a/kivio/plugins/kiviotexttool/stenciltexteditor.h +++ b/kivio/plugins/kiviotexttool/stenciltexteditor.h @@ -33,7 +33,7 @@ class StencilTextEditorUI; */ class StencilTextEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: StencilTextEditor(const TQString& caption, TQWidget *parent = 0, const char *name = 0); diff --git a/kivio/plugins/kiviotexttool/tool_text.h b/kivio/plugins/kiviotexttool/tool_text.h index aa6e1d4d..9fc1d847 100644 --- a/kivio/plugins/kiviotexttool/tool_text.h +++ b/kivio/plugins/kiviotexttool/tool_text.h @@ -35,7 +35,7 @@ class KoPoint; class KIVIO_EXPORT TextTool : public Kivio::MouseTool { - Q_OBJECT + TQ_OBJECT public: TextTool( KivioView* parent ); diff --git a/kivio/plugins/kiviozoomtool/plugin.h b/kivio/plugins/kiviozoomtool/plugin.h index 8db8e531..01fe1a2c 100644 --- a/kivio/plugins/kiviozoomtool/plugin.h +++ b/kivio/plugins/kiviozoomtool/plugin.h @@ -27,7 +27,7 @@ class TDEInstance; class ZoomToolFactory : public KLibFactory -{ Q_OBJECT +{ TQ_OBJECT public: ZoomToolFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kivio/plugins/kiviozoomtool/tool_zoom.h b/kivio/plugins/kiviozoomtool/tool_zoom.h index 7e2ce69d..dc0397a0 100644 --- a/kivio/plugins/kiviozoomtool/tool_zoom.h +++ b/kivio/plugins/kiviozoomtool/tool_zoom.h @@ -33,7 +33,7 @@ class TQCursor; class ZoomTool : public Kivio::MouseTool { - Q_OBJECT + TQ_OBJECT public: ZoomTool(KivioView* parent); diff --git a/koshell/iconsidepane.h b/koshell/iconsidepane.h index 3b72d0a9..58ecc001 100644 --- a/koshell/iconsidepane.h +++ b/koshell/iconsidepane.h @@ -116,7 +116,7 @@ class EntryItemToolTip : public TQToolTip */ class Navigator : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: Navigator(bool _selectable, TDEPopupMenu*, IconSidePane *, TQWidget *parent = 0, const char *name = 0 ); @@ -163,7 +163,7 @@ class Navigator : public TDEListBox class IconSidePane :public TQVBox { - Q_OBJECT + TQ_OBJECT public: IconSidePane( TQWidget *parent, const char *name = 0 ); diff --git a/koshell/koshell_shell.h b/koshell/koshell_shell.h index d25cedd5..cc1bbd4d 100644 --- a/koshell/koshell_shell.h +++ b/koshell/koshell_shell.h @@ -44,7 +44,7 @@ class KoShellGUIClient; class KoShellWindow : public KoMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kounavail/kounavail.h b/kounavail/kounavail.h index 91bdd034..e03365d4 100644 --- a/kounavail/kounavail.h +++ b/kounavail/kounavail.h @@ -24,7 +24,7 @@ class KoUnavailPart : public KoDocument { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQCString mimetype READ nativeFormatMimeType WRITE setMimeType ) TQ_PROPERTY( TQString unavailReason READ unavailReason WRITE setUnavailReason ) @@ -73,7 +73,7 @@ protected: class KoUnavailView : public KoView { - Q_OBJECT + TQ_OBJECT public: KoUnavailView( KoUnavailPart* part, TQWidget* parent = 0, const char* name = 0 ); @@ -90,7 +90,7 @@ class TDEAboutData; class KoUnavailFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: KoUnavailFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kplato/kptaccountsdialog.h b/kplato/kptaccountsdialog.h index 7a48b86a..624ad63a 100644 --- a/kplato/kptaccountsdialog.h +++ b/kplato/kptaccountsdialog.h @@ -34,7 +34,7 @@ class AccountsPanel; class Part; class AccountsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AccountsDialog(Accounts &acc, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptaccountspanel.h b/kplato/kptaccountspanel.h index 73284210..966cfb77 100644 --- a/kplato/kptaccountspanel.h +++ b/kplato/kptaccountspanel.h @@ -42,7 +42,7 @@ class Part; class Project; class AccountsPanel : public AccountsPanelBase { - Q_OBJECT + TQ_OBJECT public: AccountsPanel(Accounts &acc, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptaccountsview.h b/kplato/kptaccountsview.h index 2d2bf6b4..8eabab26 100644 --- a/kplato/kptaccountsview.h +++ b/kplato/kptaccountsview.h @@ -57,7 +57,7 @@ class ResourceItemPrivate; class AccountsView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptaccountsviewconfigdialog.h b/kplato/kptaccountsviewconfigdialog.h index d4ff92a2..854f3685 100644 --- a/kplato/kptaccountsviewconfigdialog.h +++ b/kplato/kptaccountsviewconfigdialog.h @@ -34,7 +34,7 @@ namespace KPlato class AccountsviewConfigPanel; class AccountsviewConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AccountsviewConfigDialog(const TQDate &date, int period, const TQStringList &periodTexts, bool cumulative, TQWidget *parent); @@ -49,7 +49,7 @@ private: }; class AccountsviewConfigPanel : public AccountsviewConfigurePanelBase { - Q_OBJECT + TQ_OBJECT public: AccountsviewConfigPanel(TQWidget *parent); diff --git a/kplato/kptcalendaredit.h b/kplato/kptcalendaredit.h index 69ed7305..2d62502f 100644 --- a/kplato/kptcalendaredit.h +++ b/kplato/kptcalendaredit.h @@ -32,7 +32,7 @@ namespace KPlato class Calendar; class CalendarEdit : public CalendarEditBase { - Q_OBJECT + TQ_OBJECT public: CalendarEdit (TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptcalendareditbase.h b/kplato/kptcalendareditbase.h index 04bfde3f..1ada0db0 100644 --- a/kplato/kptcalendareditbase.h +++ b/kplato/kptcalendareditbase.h @@ -42,7 +42,7 @@ class CalendarPanel; class CalendarEditBase : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptcalendarlistdialog.h b/kplato/kptcalendarlistdialog.h index f95a15c8..8f0fbd36 100644 --- a/kplato/kptcalendarlistdialog.h +++ b/kplato/kptcalendarlistdialog.h @@ -38,7 +38,7 @@ class Project; class Part; class CalendarListDialogImpl : public CalendarListDialogBase { - Q_OBJECT + TQ_OBJECT public: CalendarListDialogImpl(Project &project, TQWidget *parent); @@ -89,7 +89,7 @@ private: }; class CalendarListDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CalendarListDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptcalendarlistdialogbase.h b/kplato/kptcalendarlistdialogbase.h index 18d8c985..233b0c9f 100644 --- a/kplato/kptcalendarlistdialogbase.h +++ b/kplato/kptcalendarlistdialogbase.h @@ -43,7 +43,7 @@ class CalendarEdit; class CalendarListDialogBase : public CalendarListPanel { - Q_OBJECT + TQ_OBJECT public: CalendarListDialogBase( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kplato/kptcalendarpanel.h b/kplato/kptcalendarpanel.h index 3c46d647..ca6dbdd4 100644 --- a/kplato/kptcalendarpanel.h +++ b/kplato/kptcalendarpanel.h @@ -45,7 +45,7 @@ class Calendar; **/ class CalendarPanel: public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQDate date READ date WRITE setDate) TQ_PROPERTY( bool closeButton READ hasCloseButton WRITE setCloseButton ) diff --git a/kplato/kptconfigbehaviorpanel.h b/kplato/kptconfigbehaviorpanel.h index 18b13639..a3c5ecad 100644 --- a/kplato/kptconfigbehaviorpanel.h +++ b/kplato/kptconfigbehaviorpanel.h @@ -32,7 +32,7 @@ class ConfigBehaviourPanelBase; class Part; class ConfigBehaviorPanel : public ConfigBehaviorPanelBase { - Q_OBJECT + TQ_OBJECT public: ConfigBehaviorPanel(Behavior &behavior, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptconfigdialog.h b/kplato/kptconfigdialog.h index 54744ccd..97c2fe62 100644 --- a/kplato/kptconfigdialog.h +++ b/kplato/kptconfigdialog.h @@ -33,7 +33,7 @@ class TaskDefaultPanel; class Config; class ConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ConfigDialog(Config &config, Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptdatetable.h b/kplato/kptdatetable.h index 25b78f52..99b76ab2 100644 --- a/kplato/kptdatetable.h +++ b/kplato/kptdatetable.h @@ -46,7 +46,7 @@ namespace KPlato */ class DateInternalWeekSelector : public TQLineEdit { - Q_OBJECT + TQ_OBJECT protected: TQIntValidator *val; @@ -75,7 +75,7 @@ private: */ class DateInternalMonthPicker : public TQGridView { - Q_OBJECT + TQ_OBJECT protected: /** @@ -149,7 +149,7 @@ private: */ class DateInternalYearSelector : public TQLineEdit { - Q_OBJECT + TQ_OBJECT protected: TQIntValidator *val; @@ -177,7 +177,7 @@ private: */ class PopupFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT protected: /** @@ -254,7 +254,7 @@ public: class DateTable : public TQGridView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kplato/kptdoublelistviewbase.h b/kplato/kptdoublelistviewbase.h index 63d72814..f3fe3cae 100644 --- a/kplato/kptdoublelistviewbase.h +++ b/kplato/kptdoublelistviewbase.h @@ -58,7 +58,7 @@ public: */ class DoubleListViewBase : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptfactory.h b/kplato/kptfactory.h index 61f271c1..0ecf90c5 100644 --- a/kplato/kptfactory.h +++ b/kplato/kptfactory.h @@ -29,7 +29,7 @@ namespace KPlato class Factory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: Factory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kplato/kptganttview.h b/kplato/kptganttview.h index 8eaec208..dc34fe86 100644 --- a/kplato/kptganttview.h +++ b/kplato/kptganttview.h @@ -54,7 +54,7 @@ class Relation; class GanttView : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptintervaledit.h b/kplato/kptintervaledit.h index c334cf19..0489dade 100644 --- a/kplato/kptintervaledit.h +++ b/kplato/kptintervaledit.h @@ -33,7 +33,7 @@ namespace KPlato { class IntervalEditImpl : public IntervalEditBase { - Q_OBJECT + TQ_OBJECT public: IntervalEditImpl(TQWidget *parent); @@ -51,7 +51,7 @@ signals: }; class IntervalEdit : public IntervalEditImpl { - Q_OBJECT + TQ_OBJECT public: IntervalEdit(TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptmainprojectdialog.h b/kplato/kptmainprojectdialog.h index 46887d1f..b42d591a 100644 --- a/kplato/kptmainprojectdialog.h +++ b/kplato/kptmainprojectdialog.h @@ -33,7 +33,7 @@ class Part; class MainProjectDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MainProjectDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptmainprojectpanel.h b/kplato/kptmainprojectpanel.h index c80a92cb..9ec63492 100644 --- a/kplato/kptmainprojectpanel.h +++ b/kplato/kptmainprojectpanel.h @@ -35,7 +35,7 @@ class Project; class Part; class MainProjectPanelImpl : public MainProjectPanelBase { - Q_OBJECT + TQ_OBJECT public: MainProjectPanelImpl(TQWidget *parent=0, const char *name=0); @@ -58,7 +58,7 @@ signals: }; class MainProjectPanel : public MainProjectPanelImpl { - Q_OBJECT + TQ_OBJECT public: MainProjectPanel(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptmilestoneprogressdialog.h b/kplato/kptmilestoneprogressdialog.h index ade9cd2b..e31043a5 100644 --- a/kplato/kptmilestoneprogressdialog.h +++ b/kplato/kptmilestoneprogressdialog.h @@ -32,7 +32,7 @@ class Task; class Part; class MilestoneProgressDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MilestoneProgressDialog(Task &task, TQWidget *parent=0); diff --git a/kplato/kptmilestoneprogresspanel.h b/kplato/kptmilestoneprogresspanel.h index c98bff9a..ed60af74 100644 --- a/kplato/kptmilestoneprogresspanel.h +++ b/kplato/kptmilestoneprogresspanel.h @@ -32,7 +32,7 @@ class Part; class StandardWorktime; class MilestoneProgressPanelImpl : public MilestoneProgressPanelBase { - Q_OBJECT + TQ_OBJECT public: MilestoneProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0); @@ -48,7 +48,7 @@ public slots: }; class MilestoneProgressPanel : public MilestoneProgressPanelImpl { - Q_OBJECT + TQ_OBJECT public: MilestoneProgressPanel(Task &task, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptpart.h b/kplato/kptpart.h index 11efc9f1..63b58bde 100644 --- a/kplato/kptpart.h +++ b/kplato/kptpart.h @@ -45,7 +45,7 @@ class Context; class GanttView; class Part : public KoDocument, public KoTextZoomHandler { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptpertcanvas.h b/kplato/kptpertcanvas.h index e1513252..e56104aa 100644 --- a/kplato/kptpertcanvas.h +++ b/kplato/kptpertcanvas.h @@ -39,7 +39,7 @@ class PertNodeItem; class PertCanvas : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptpertview.h b/kplato/kptpertview.h index ba195f05..411aa6f8 100644 --- a/kplato/kptpertview.h +++ b/kplato/kptpertview.h @@ -39,7 +39,7 @@ class Relation; class PertView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptprojectdialog.h b/kplato/kptprojectdialog.h index c308cde8..6769e053 100644 --- a/kplato/kptprojectdialog.h +++ b/kplato/kptprojectdialog.h @@ -36,7 +36,7 @@ class ProjectDialogImpl; class ResourcesPanel; class ProjectDialogImpl : public ProjectDialogBase { - Q_OBJECT + TQ_OBJECT public: ProjectDialogImpl (TQWidget *parent); @@ -52,7 +52,7 @@ signals: }; class ProjectDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ProjectDialog(Project &project, TQWidget *parent=0, diff --git a/kplato/kptrelationdialog.h b/kplato/kptrelationdialog.h index e0099dbb..8c88fbc5 100644 --- a/kplato/kptrelationdialog.h +++ b/kplato/kptrelationdialog.h @@ -39,7 +39,7 @@ class ModifyRelationTypeCmd; class AddRelationDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AddRelationDialog(Relation *rel, TQWidget *p, TQString caption=TQString(), int buttons=Ok|Cancel, const char *n=0); @@ -61,7 +61,7 @@ protected: class ModifyRelationDialog : public AddRelationDialog { - Q_OBJECT + TQ_OBJECT public: ModifyRelationDialog(Relation *rel, TQWidget *p=0, const char *n=0); diff --git a/kplato/kptreportview.h b/kplato/kptreportview.h index 08f54fb8..4db45f59 100644 --- a/kplato/kptreportview.h +++ b/kplato/kptreportview.h @@ -54,7 +54,7 @@ class ReportTagsPrivate; class ReportView : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptrequestresourcespanel.h b/kplato/kptrequestresourcespanel.h index 973c8242..36541efe 100644 --- a/kplato/kptrequestresourcespanel.h +++ b/kplato/kptrequestresourcespanel.h @@ -91,7 +91,7 @@ public: class RequestResourcesPanel : public TaskResourcesPanelBase { - Q_OBJECT + TQ_OBJECT public: RequestResourcesPanel(TQWidget *parent, Task &task, bool baseline=false); diff --git a/kplato/kptresourceappointmentsview.h b/kplato/kptresourceappointmentsview.h index cdffa912..c8b0c705 100644 --- a/kplato/kptresourceappointmentsview.h +++ b/kplato/kptresourceappointmentsview.h @@ -50,7 +50,7 @@ class Resource; class ResourceAppointmentsView : public DoubleListViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptresourcedialog.h b/kplato/kptresourcedialog.h index 19b3f7f6..ec381b9f 100644 --- a/kplato/kptresourcedialog.h +++ b/kplato/kptresourcedialog.h @@ -42,7 +42,7 @@ class Resource; class Calendar; class ResourceDialogImpl : public ResourceDialogBase { - Q_OBJECT + TQ_OBJECT public: ResourceDialogImpl (TQWidget *parent); @@ -62,7 +62,7 @@ protected slots: }; class ResourceDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ResourceDialog(Project &project, Resource *resource, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptresourcesdialog.h b/kplato/kptresourcesdialog.h index aea991d2..fee5760e 100644 --- a/kplato/kptresourcesdialog.h +++ b/kplato/kptresourcesdialog.h @@ -33,7 +33,7 @@ class Part; class ResourcesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ResourcesDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptresourcespanel.h b/kplato/kptresourcespanel.h index 3e3d5d9e..b89c726f 100644 --- a/kplato/kptresourcespanel.h +++ b/kplato/kptresourcespanel.h @@ -39,7 +39,7 @@ class ResourcesPanelGroupLVItem; class Part; class ResourcesPanel : public ResourcesPanelBase { - Q_OBJECT + TQ_OBJECT public: ResourcesPanel (TQWidget *parent, Project *project); diff --git a/kplato/kptresourceview.h b/kplato/kptresourceview.h index 2cf6737b..16701c2b 100644 --- a/kplato/kptresourceview.h +++ b/kplato/kptresourceview.h @@ -48,7 +48,7 @@ class ResourceItemPrivate; class ResourceView : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptstandardworktimedialog.h b/kplato/kptstandardworktimedialog.h index cb920059..a8ee6a86 100644 --- a/kplato/kptstandardworktimedialog.h +++ b/kplato/kptstandardworktimedialog.h @@ -37,7 +37,7 @@ class Part; class IntervalEditImpl; class StandardWorktimeDialogImpl : public StandardWorktimeDialogBase { - Q_OBJECT + TQ_OBJECT public: StandardWorktimeDialogImpl ( StandardWorktime *std, TQWidget *parent); @@ -75,7 +75,7 @@ private: }; class StandardWorktimeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: StandardWorktimeDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptsummarytaskdialog.h b/kplato/kptsummarytaskdialog.h index d382a916..8c7ebb94 100644 --- a/kplato/kptsummarytaskdialog.h +++ b/kplato/kptsummarytaskdialog.h @@ -49,7 +49,7 @@ class Task; * The dialog that shows and allows you to alter summary tasks. */ class SummaryTaskDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kplato/kptsummarytaskgeneralpanel.h b/kplato/kptsummarytaskgeneralpanel.h index a35a5c7b..aea89ba1 100644 --- a/kplato/kptsummarytaskgeneralpanel.h +++ b/kplato/kptsummarytaskgeneralpanel.h @@ -32,7 +32,7 @@ class Part; class Task; class SummaryTaskGeneralPanel : public SummaryTaskGeneralPanelBase { - Q_OBJECT + TQ_OBJECT public: SummaryTaskGeneralPanel(Task &task, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskappointmentsview.h b/kplato/kpttaskappointmentsview.h index 7f6e7b4b..e913b439 100644 --- a/kplato/kpttaskappointmentsview.h +++ b/kplato/kpttaskappointmentsview.h @@ -49,7 +49,7 @@ class ResourceItemPrivate; class TaskAppointmentsView : public DoubleListViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kpttaskcostpanel.h b/kplato/kpttaskcostpanel.h index 865e2454..990ff44f 100644 --- a/kplato/kpttaskcostpanel.h +++ b/kplato/kpttaskcostpanel.h @@ -34,7 +34,7 @@ class Part; class Task; class TaskCostPanelImpl : public TaskCostPanelBase { - Q_OBJECT + TQ_OBJECT public: TaskCostPanelImpl(TQWidget *parent=0, const char *name=0); @@ -47,7 +47,7 @@ public slots: }; class TaskCostPanel : public TaskCostPanelImpl { - Q_OBJECT + TQ_OBJECT public: TaskCostPanel(Task &task, Accounts &accounts, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskdefaultpanel.h b/kplato/kpttaskdefaultpanel.h index 79d284fd..6024e4f0 100644 --- a/kplato/kpttaskdefaultpanel.h +++ b/kplato/kpttaskdefaultpanel.h @@ -34,7 +34,7 @@ class StandardWorktime; class ConfigTaskPanelImpl : public ConfigTaskPanelBase { - Q_OBJECT + TQ_OBJECT public: ConfigTaskPanelImpl(TQWidget *parent, const char *name); @@ -87,7 +87,7 @@ protected: }; class TaskDefaultPanel : public ConfigTaskPanelImpl { - Q_OBJECT + TQ_OBJECT public: TaskDefaultPanel(Task &task, StandardWorktime *workTime=0, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskdialog.h b/kplato/kpttaskdialog.h index 3a1818f4..181351f5 100644 --- a/kplato/kpttaskdialog.h +++ b/kplato/kpttaskdialog.h @@ -55,7 +55,7 @@ class StandardWorktime; * The dialog that shows and allows you to alter any task. */ class TaskDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kplato/kpttaskgeneralpanel.h b/kplato/kpttaskgeneralpanel.h index b301a37c..d442d71c 100644 --- a/kplato/kpttaskgeneralpanel.h +++ b/kplato/kpttaskgeneralpanel.h @@ -36,7 +36,7 @@ class StandardWorktime; class TaskGeneralPanelImpl : public TaskGeneralPanelBase { - Q_OBJECT + TQ_OBJECT public: TaskGeneralPanelImpl(TQWidget *parent, const char *name); @@ -90,7 +90,7 @@ protected: }; class TaskGeneralPanel : public TaskGeneralPanelImpl { - Q_OBJECT + TQ_OBJECT public: TaskGeneralPanel(Task &task, StandardWorktime *workTime=0, bool baseline=false, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskprogressdialog.h b/kplato/kpttaskprogressdialog.h index 1108ae8d..c00cbd55 100644 --- a/kplato/kpttaskprogressdialog.h +++ b/kplato/kpttaskprogressdialog.h @@ -33,7 +33,7 @@ class Part; class StandardWorktime; class TaskProgressDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: TaskProgressDialog(Task &task, StandardWorktime *workTime, TQWidget *parent=0); diff --git a/kplato/kpttaskprogresspanel.h b/kplato/kpttaskprogresspanel.h index 406faeda..1d743ea2 100644 --- a/kplato/kpttaskprogresspanel.h +++ b/kplato/kpttaskprogresspanel.h @@ -32,7 +32,7 @@ class Part; class StandardWorktime; class TaskProgressPanelImpl : public TaskProgressPanelBase { - Q_OBJECT + TQ_OBJECT public: TaskProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0); @@ -50,7 +50,7 @@ public slots: }; class TaskProgressPanel : public TaskProgressPanelImpl { - Q_OBJECT + TQ_OBJECT public: TaskProgressPanel(Task &task, StandardWorktime *workTime=0, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptview.h b/kplato/kptview.h index eecbeabd..f2726c70 100644 --- a/kplato/kptview.h +++ b/kplato/kptview.h @@ -56,7 +56,7 @@ class Relation; class Context; class View : public KoView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kplato/kptwbsdefinitiondialog.h b/kplato/kptwbsdefinitiondialog.h index 9582a79f..90d72897 100644 --- a/kplato/kptwbsdefinitiondialog.h +++ b/kplato/kptwbsdefinitiondialog.h @@ -32,7 +32,7 @@ class WBSDefinition; class Part; class WBSDefinitionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: WBSDefinitionDialog(WBSDefinition &def, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptwbsdefinitionpanel.h b/kplato/kptwbsdefinitionpanel.h index 8446fdea..1b7ce35e 100644 --- a/kplato/kptwbsdefinitionpanel.h +++ b/kplato/kptwbsdefinitionpanel.h @@ -31,7 +31,7 @@ class Part; class WBSDefinition; class WBSDefinitionPanel : public WBSDefinitionPanelBase { - Q_OBJECT + TQ_OBJECT public: WBSDefinitionPanel(WBSDefinition &def, TQWidget *parent=0, const char *name=0); diff --git a/kpresenter/KPrBackDia.h b/kpresenter/KPrBackDia.h index 06b3e58b..6dd774d4 100644 --- a/kpresenter/KPrBackDia.h +++ b/kpresenter/KPrBackDia.h @@ -43,7 +43,7 @@ class KURLRequester; class KPrBackPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -64,7 +64,7 @@ private: class KPrBackDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrBrushProperty.h b/kpresenter/KPrBrushProperty.h index bd332461..b5d48578 100644 --- a/kpresenter/KPrBrushProperty.h +++ b/kpresenter/KPrBrushProperty.h @@ -35,7 +35,7 @@ class KComboBox; class KPrBrushProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrBrushProperty( TQWidget *parent, const char *name, const KPrBrushCmd::Brush &brush ); diff --git a/kpresenter/KPrCanvas.h b/kpresenter/KPrCanvas.h index 96e97f58..71d47fab 100644 --- a/kpresenter/KPrCanvas.h +++ b/kpresenter/KPrCanvas.h @@ -80,7 +80,7 @@ class KPrPageEffects; */ class KPrCanvas : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrConfig.h b/kpresenter/KPrConfig.h index 62e26458..a92f0ef2 100644 --- a/kpresenter/KPrConfig.h +++ b/kpresenter/KPrConfig.h @@ -47,7 +47,7 @@ namespace KSpell2 { class KPrConfigureInterfacePage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigureInterfacePage( KPrView *_view, TQWidget *parent = 0, char *name = 0 ); @@ -64,7 +64,7 @@ private: class KPrConfigureColorBackground : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigureColorBackground( KPrView* _view, TQWidget *parent = 0, char *name = 0 ); @@ -81,7 +81,7 @@ protected: class KPrConfigureSpellPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigureSpellPage( KPrView *_view, TQWidget *parent, char *name = 0 ); @@ -95,7 +95,7 @@ private: class KPrConfigureMiscPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigureMiscPage( KPrView *_view, TQWidget *parent, char *name = 0 ); @@ -114,7 +114,7 @@ private: class KPrConfigureDefaultDocPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigureDefaultDocPage( KPrView *_view, TQWidget *parent, char *name = 0 ); @@ -146,7 +146,7 @@ private: class KPrConfigureToolsPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigureToolsPage( KPrView *_view, TQWidget *parent, char *name = 0 ); @@ -168,7 +168,7 @@ private: class KPrConfigurePathPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigurePathPage( KPrView *_view, TQWidget *parent, char *name = 0 ); @@ -186,7 +186,7 @@ private: class KPrConfigureTTSPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrConfigureTTSPage( KPrView *_view, TQWidget *parent, char *name = 0 ); @@ -211,7 +211,7 @@ private: class KPrConfig : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum { KP_INTERFACE = 1, KP_COLOR=2, KP_TDESPELL=4,KP_MISC=8, KP_DOC=16, KP_TOOLS=32,KP_PATH = 64 }; diff --git a/kpresenter/KPrCustomSlideShowDia.h b/kpresenter/KPrCustomSlideShowDia.h index be08adeb..fa698c3d 100644 --- a/kpresenter/KPrCustomSlideShowDia.h +++ b/kpresenter/KPrCustomSlideShowDia.h @@ -33,7 +33,7 @@ class KPrPage; class KPrCustomSlideShowDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -84,7 +84,7 @@ private: class KPrDefineCustomSlideShow : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KPrDefineCustomSlideShow( TQWidget* parent, TQStringList &_listNameSlideShow, const TQPtrList<KPrPage> &pages, const char *name = 0L); diff --git a/kpresenter/KPrDocument.h b/kpresenter/KPrDocument.h index 58374c7f..cfba6e6f 100644 --- a/kpresenter/KPrDocument.h +++ b/kpresenter/KPrDocument.h @@ -100,7 +100,7 @@ protected: class KPrDocument : public KoDocument { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int maxRecentFiles READ maxRecentFiles ) TQ_PROPERTY( int undoRedoLimit READ undoRedoLimit WRITE setUndoRedoLimit ) diff --git a/kpresenter/KPrDuplicateObjDia.h b/kpresenter/KPrDuplicateObjDia.h index 3800e5f1..0736846b 100644 --- a/kpresenter/KPrDuplicateObjDia.h +++ b/kpresenter/KPrDuplicateObjDia.h @@ -30,7 +30,7 @@ class KoUnitDoubleSpinBox; class KPrDuplicatObjDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KPrDuplicatObjDia( TQWidget *parent, KPrDocument * _doc, const char *name=0L); diff --git a/kpresenter/KPrEffectDia.h b/kpresenter/KPrEffectDia.h index 226232f0..79814f90 100644 --- a/kpresenter/KPrEffectDia.h +++ b/kpresenter/KPrEffectDia.h @@ -40,7 +40,7 @@ class TQSpinBox; class KPrEffectDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrFactory.h b/kpresenter/KPrFactory.h index 8a792642..bd3f5954 100644 --- a/kpresenter/KPrFactory.h +++ b/kpresenter/KPrFactory.h @@ -25,7 +25,7 @@ class TDEAboutData; class KPrFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: KPrFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kpresenter/KPrFindReplace.h b/kpresenter/KPrFindReplace.h index 3cc6c084..e78d0f80 100644 --- a/kpresenter/KPrFindReplace.h +++ b/kpresenter/KPrFindReplace.h @@ -40,7 +40,7 @@ class KCommand; */ class KPrFindReplace : public KoFindReplace { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kpresenter/KPrGeneralProperty.h b/kpresenter/KPrGeneralProperty.h index cf8bd147..7c0bb7ca 100644 --- a/kpresenter/KPrGeneralProperty.h +++ b/kpresenter/KPrGeneralProperty.h @@ -29,7 +29,7 @@ class KoGeneralPropertyUI; class KPrGeneralProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: struct GeneralValue diff --git a/kpresenter/KPrImageEffectDia.h b/kpresenter/KPrImageEffectDia.h index d3365004..3d5a07b0 100644 --- a/kpresenter/KPrImageEffectDia.h +++ b/kpresenter/KPrImageEffectDia.h @@ -28,7 +28,7 @@ #include "global.h" class KPrImageEffectDia: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrImportStyleDia.h b/kpresenter/KPrImportStyleDia.h index fee9b7db..0d7fb977 100644 --- a/kpresenter/KPrImportStyleDia.h +++ b/kpresenter/KPrImportStyleDia.h @@ -31,7 +31,7 @@ class KoParagStyle; class KPrImportStyleDia : public KoImportStyleDia { - Q_OBJECT + TQ_OBJECT public: KPrImportStyleDia( KPrDocument *_doc, KoStyleCollection* currentCollection, TQWidget *parent, const char *name = 0 ); diff --git a/kpresenter/KPrMSPresentationSetup.h b/kpresenter/KPrMSPresentationSetup.h index 235f5c18..72b55bf1 100644 --- a/kpresenter/KPrMSPresentationSetup.h +++ b/kpresenter/KPrMSPresentationSetup.h @@ -98,7 +98,7 @@ protected: class KPrMSPresentationSetup : public TQDialog { - Q_OBJECT + TQ_OBJECT public: @@ -127,7 +127,7 @@ protected slots: class KPrMSPresentationCreateDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrMarginWidget.h b/kpresenter/KPrMarginWidget.h index 7f1c034b..a47dadbd 100644 --- a/kpresenter/KPrMarginWidget.h +++ b/kpresenter/KPrMarginWidget.h @@ -29,7 +29,7 @@ class MarginUI; class KPrMarginWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrMarginWidget( TQWidget *parent, const char *name, const KoUnit::Unit unit ); diff --git a/kpresenter/KPrMoveHelpLineDia.h b/kpresenter/KPrMoveHelpLineDia.h index c419a205..26bdc660 100644 --- a/kpresenter/KPrMoveHelpLineDia.h +++ b/kpresenter/KPrMoveHelpLineDia.h @@ -31,7 +31,7 @@ class KoUnitDoubleSpinBox; class KPrMoveHelpLineDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KPrMoveHelpLineDia( TQWidget *parent, double value, double limitTop, double limitBottom, @@ -51,7 +51,7 @@ protected: class KPrInsertHelpLineDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KPrInsertHelpLineDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, const char *name=0L); @@ -74,7 +74,7 @@ protected: class KPrInsertHelpPointDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KPrInsertHelpPointDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, double poxX=0.0, diff --git a/kpresenter/KPrNoteBar.h b/kpresenter/KPrNoteBar.h index 3b500917..2902817e 100644 --- a/kpresenter/KPrNoteBar.h +++ b/kpresenter/KPrNoteBar.h @@ -32,7 +32,7 @@ class KTextEdit; class KPrNoteBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrPBPreview.h b/kpresenter/KPrPBPreview.h index 39380d25..5220535e 100644 --- a/kpresenter/KPrPBPreview.h +++ b/kpresenter/KPrPBPreview.h @@ -36,7 +36,7 @@ class KoTextZoomHandler; class KPrPBPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrPartObject.h b/kpresenter/KPrPartObject.h index 9f70f676..1f4b48f8 100644 --- a/kpresenter/KPrPartObject.h +++ b/kpresenter/KPrPartObject.h @@ -30,7 +30,7 @@ class KoStore; class KPrPartObject : public TQObject, public KPr2DObject { - Q_OBJECT + TQ_OBJECT public: KPrPartObject( KPrChild *_child ); diff --git a/kpresenter/KPrPenStyleWidget.h b/kpresenter/KPrPenStyleWidget.h index 41dda97b..685c45f4 100644 --- a/kpresenter/KPrPenStyleWidget.h +++ b/kpresenter/KPrPenStyleWidget.h @@ -32,7 +32,7 @@ class PenStyleUI; class KPrPenStyleWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrPenStyleWidget( TQWidget *parent, const char *name, const KoPenCmd::Pen &pen, bool configureLineEnds = true ); diff --git a/kpresenter/KPrPgConfDia.h b/kpresenter/KPrPgConfDia.h index e547c5de..924c2b31 100644 --- a/kpresenter/KPrPgConfDia.h +++ b/kpresenter/KPrPgConfDia.h @@ -43,7 +43,7 @@ class TQSlider; class KPrPgConfDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrPicturePreview.h b/kpresenter/KPrPicturePreview.h index 1e27e924..61e7ad7c 100644 --- a/kpresenter/KPrPicturePreview.h +++ b/kpresenter/KPrPicturePreview.h @@ -29,7 +29,7 @@ class KPrPicturePreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrPictureProperty.h b/kpresenter/KPrPictureProperty.h index 9ac71d30..0b7ae38b 100644 --- a/kpresenter/KPrPictureProperty.h +++ b/kpresenter/KPrPictureProperty.h @@ -29,7 +29,7 @@ class TQPixmap; class KPrPictureProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrPictureProperty( TQWidget *parent, const char *name, const TQPixmap &pixmap, diff --git a/kpresenter/KPrPiePreview.h b/kpresenter/KPrPiePreview.h index 89a5cb84..e62c67cf 100644 --- a/kpresenter/KPrPiePreview.h +++ b/kpresenter/KPrPiePreview.h @@ -30,7 +30,7 @@ class KPrPiePreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrPieProperty.h b/kpresenter/KPrPieProperty.h index 53509937..3f7eb80d 100644 --- a/kpresenter/KPrPieProperty.h +++ b/kpresenter/KPrPieProperty.h @@ -28,7 +28,7 @@ class PiePropertyUI; class KPrPieProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrPieProperty( TQWidget *parent, const char *name, KPrPieValueCmd::PieValues pieValues ); diff --git a/kpresenter/KPrPolygonPreview.h b/kpresenter/KPrPolygonPreview.h index bf6f148a..06e483cc 100644 --- a/kpresenter/KPrPolygonPreview.h +++ b/kpresenter/KPrPolygonPreview.h @@ -31,7 +31,7 @@ class TQPainter; class KPrPolygonPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrPolygonProperty.h b/kpresenter/KPrPolygonProperty.h index ccbb5eb3..4b569465 100644 --- a/kpresenter/KPrPolygonProperty.h +++ b/kpresenter/KPrPolygonProperty.h @@ -27,7 +27,7 @@ class PolygonPropertyUI; class KPrPolygonProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrPolygonProperty( TQWidget *parent, const char *name, KPrPolygonSettingCmd::PolygonSettings &polygonSettings ); diff --git a/kpresenter/KPrPresDurationDia.h b/kpresenter/KPrPresDurationDia.h index 542e4bd8..98f41c9f 100644 --- a/kpresenter/KPrPresDurationDia.h +++ b/kpresenter/KPrPresDurationDia.h @@ -28,7 +28,7 @@ class TQLabel; class KPrPresDurationDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrPrinterDlg.h b/kpresenter/KPrPrinterDlg.h index 2999ff03..4752a1f7 100644 --- a/kpresenter/KPrPrinterDlg.h +++ b/kpresenter/KPrPrinterDlg.h @@ -31,7 +31,7 @@ class KPrPrinterDlg : public KPrintDialogPage { - Q_OBJECT + TQ_OBJECT public: /// Getting the common arguments. diff --git a/kpresenter/KPrPropertyEditor.h b/kpresenter/KPrPropertyEditor.h index 5f818e3c..58415989 100644 --- a/kpresenter/KPrPropertyEditor.h +++ b/kpresenter/KPrPropertyEditor.h @@ -37,7 +37,7 @@ class KPrObjectProperties; class KPrPropertyEditor : public TQTabDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrRectPreview.h b/kpresenter/KPrRectPreview.h index d4fb743e..6e2280db 100644 --- a/kpresenter/KPrRectPreview.h +++ b/kpresenter/KPrRectPreview.h @@ -28,7 +28,7 @@ class KPrRectPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrRectProperty.h b/kpresenter/KPrRectProperty.h index b9ee93d7..7da43f4e 100644 --- a/kpresenter/KPrRectProperty.h +++ b/kpresenter/KPrRectProperty.h @@ -28,7 +28,7 @@ class RectPropertyUI; class KPrRectProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KPrRectProperty( TQWidget *parent, const char *name, KPrRectValueCmd::RectValues &rectValue ); diff --git a/kpresenter/KPrRotationDialogImpl.h b/kpresenter/KPrRotationDialogImpl.h index 5e371193..c6222beb 100644 --- a/kpresenter/KPrRotationDialogImpl.h +++ b/kpresenter/KPrRotationDialogImpl.h @@ -32,7 +32,7 @@ class KPrCircleGroup; */ class KPrRotationDialogImpl : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -62,7 +62,7 @@ private: */ class KPrCircleToggle : public TQLabel { - Q_OBJECT + TQ_OBJECT public: /** @@ -102,7 +102,7 @@ private: */ class KPrCircleGroup : public TQFrame { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kpresenter/KPrShadowDialogImpl.h b/kpresenter/KPrShadowDialogImpl.h index 715f4d3c..b9f3a411 100644 --- a/kpresenter/KPrShadowDialogImpl.h +++ b/kpresenter/KPrShadowDialogImpl.h @@ -8,7 +8,7 @@ class KPrTextPreview; class KPrShadowDialogImpl : public ShadowDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrSideBar.h b/kpresenter/KPrSideBar.h index 81128f07..0113cf80 100644 --- a/kpresenter/KPrSideBar.h +++ b/kpresenter/KPrSideBar.h @@ -64,7 +64,7 @@ protected: class KPrThumbBar : public TDEIconView, public KPrSideBarBase { - Q_OBJECT + TQ_OBJECT public: @@ -101,7 +101,7 @@ private: class KPrOutline: public TDEListView, public KPrSideBarBase { - Q_OBJECT + TQ_OBJECT public: @@ -143,7 +143,7 @@ private: class KPrSideBar: public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrSlideTransitionDia.h b/kpresenter/KPrSlideTransitionDia.h index 09c905f4..1d965015 100644 --- a/kpresenter/KPrSlideTransitionDia.h +++ b/kpresenter/KPrSlideTransitionDia.h @@ -36,7 +36,7 @@ class SlideTransitionWidget; class KPrSlideTransitionDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KPrSlideTransitionDia( TQWidget *parent, const char *name, KPrView *view ); diff --git a/kpresenter/KPrSoundPlayer.h b/kpresenter/KPrSoundPlayer.h index 4ef27a20..f410c4b0 100644 --- a/kpresenter/KPrSoundPlayer.h +++ b/kpresenter/KPrSoundPlayer.h @@ -43,7 +43,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, */ class KPrSoundPlayer : public TQObject { - Q_OBJECT + TQ_OBJECT public: KPrSoundPlayer( const TQString &fileName, TQObject *parent = 0, const char *name = 0 ); diff --git a/kpresenter/KPrStyleManager.h b/kpresenter/KPrStyleManager.h index c86f771c..47fb3e97 100644 --- a/kpresenter/KPrStyleManager.h +++ b/kpresenter/KPrStyleManager.h @@ -30,7 +30,7 @@ class KoUnit; class KPrStyleManager : public KoStyleManager { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrTextDocument.h b/kpresenter/KPrTextDocument.h index 8047e424..6a1c7242 100644 --- a/kpresenter/KPrTextDocument.h +++ b/kpresenter/KPrTextDocument.h @@ -32,7 +32,7 @@ class KoTextFormatCollection; */ class KPrTextDocument : public KoTextDocument { - Q_OBJECT + TQ_OBJECT public: /** A text document inside a kptextobject */ diff --git a/kpresenter/KPrTextObject.h b/kpresenter/KPrTextObject.h index 2736a891..5cedd878 100644 --- a/kpresenter/KPrTextObject.h +++ b/kpresenter/KPrTextObject.h @@ -50,7 +50,7 @@ class KoParagStyle; class KPrTextObject : public TQObject, public KPr2DObject, public KoTextFlow { - Q_OBJECT + TQ_OBJECT public: KPrTextObject( KPrDocument *doc ); @@ -228,7 +228,7 @@ private: class KPrTextView : public KoTextView { - Q_OBJECT + TQ_OBJECT public: KPrTextView( KPrTextObject * txtObj, KPrCanvas *_canvas, bool temp=false ); diff --git a/kpresenter/KPrTextPreview.h b/kpresenter/KPrTextPreview.h index ab75dc2d..a993d72b 100644 --- a/kpresenter/KPrTextPreview.h +++ b/kpresenter/KPrTextPreview.h @@ -6,7 +6,7 @@ class KPrTextPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrTextProperty.h b/kpresenter/KPrTextProperty.h index 2a33b56f..3c0851b6 100644 --- a/kpresenter/KPrTextProperty.h +++ b/kpresenter/KPrTextProperty.h @@ -33,7 +33,7 @@ class TQCheckBox; class KPrTextProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum TextValueChange diff --git a/kpresenter/KPrTransEffectDia.h b/kpresenter/KPrTransEffectDia.h index 61b5aeb4..7ad225e7 100644 --- a/kpresenter/KPrTransEffectDia.h +++ b/kpresenter/KPrTransEffectDia.h @@ -47,7 +47,7 @@ class KPrPageEffects; class KPrEffectPreview : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -73,7 +73,7 @@ protected slots: class KPrTransEffectDia: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrView.h b/kpresenter/KPrView.h index abb7ac59..456e2f13 100644 --- a/kpresenter/KPrView.h +++ b/kpresenter/KPrView.h @@ -117,7 +117,7 @@ private: class KPrView : public KoView { friend class PageBase; - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/KPrWebPresentation.h b/kpresenter/KPrWebPresentation.h index d8262a0f..4d0d2804 100644 --- a/kpresenter/KPrWebPresentation.h +++ b/kpresenter/KPrWebPresentation.h @@ -147,7 +147,7 @@ protected: class KPrWebPresentationWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: @@ -192,7 +192,7 @@ protected slots: class KPrWebPresentationCreateDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpresenter/autoformEdit/AFChoose.h b/kpresenter/autoformEdit/AFChoose.h index bc6a7165..1ab82543 100644 --- a/kpresenter/autoformEdit/AFChoose.h +++ b/kpresenter/autoformEdit/AFChoose.h @@ -30,7 +30,7 @@ class TDEIconCanvas; class AFChoose : public TQTabDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_angle.h b/kspread/dialogs/kspread_dlg_angle.h index f4bc9e0c..75a4da5a 100644 --- a/kspread/dialogs/kspread_dlg_angle.h +++ b/kspread/dialogs/kspread_dlg_angle.h @@ -34,7 +34,7 @@ class View; class AngleDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AngleDialog( View* parent,const char* name,const TQPoint &_marker); diff --git a/kspread/dialogs/kspread_dlg_area.h b/kspread/dialogs/kspread_dlg_area.h index 9c2563ff..024abcfe 100644 --- a/kspread/dialogs/kspread_dlg_area.h +++ b/kspread/dialogs/kspread_dlg_area.h @@ -36,7 +36,7 @@ class View; class AreaDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AreaDialog( View * parent, const char * name, const TQPoint & _marker ); diff --git a/kspread/dialogs/kspread_dlg_comment.h b/kspread/dialogs/kspread_dlg_comment.h index bc1ef5a6..986b93eb 100644 --- a/kspread/dialogs/kspread_dlg_comment.h +++ b/kspread/dialogs/kspread_dlg_comment.h @@ -36,7 +36,7 @@ class View; class CommentDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CommentDialog( View* parent, const char* name,const TQPoint &_marker ); diff --git a/kspread/dialogs/kspread_dlg_conditional.h b/kspread/dialogs/kspread_dlg_conditional.h index 1934f8c1..9e469350 100644 --- a/kspread/dialogs/kspread_dlg_conditional.h +++ b/kspread/dialogs/kspread_dlg_conditional.h @@ -38,7 +38,7 @@ class View; class ConditionalWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -69,7 +69,7 @@ class ConditionalWidget : public TQWidget class ConditionalDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ConditionalDialog( View * parent, const char * name, diff --git a/kspread/dialogs/kspread_dlg_cons.h b/kspread/dialogs/kspread_dlg_cons.h index 795f2186..695c0ef3 100644 --- a/kspread/dialogs/kspread_dlg_cons.h +++ b/kspread/dialogs/kspread_dlg_cons.h @@ -45,7 +45,7 @@ class View; class ConsolidateDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ConsolidateDialog( View* parent, const char* name ); diff --git a/kspread/dialogs/kspread_dlg_csv.h b/kspread/dialogs/kspread_dlg_csv.h index cd672ad1..3a549461 100644 --- a/kspread/dialogs/kspread_dlg_csv.h +++ b/kspread/dialogs/kspread_dlg_csv.h @@ -54,7 +54,7 @@ class View; */ class CSVDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_database.h b/kspread/dialogs/kspread_dlg_database.h index 2604bf41..03d49e9a 100644 --- a/kspread/dialogs/kspread_dlg_database.h +++ b/kspread/dialogs/kspread_dlg_database.h @@ -49,7 +49,7 @@ class View; class DatabaseDialog : public KWizard { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_find.h b/kspread/dialogs/kspread_dlg_find.h index 0eb63a6f..4a274d43 100644 --- a/kspread/dialogs/kspread_dlg_find.h +++ b/kspread/dialogs/kspread_dlg_find.h @@ -34,7 +34,7 @@ namespace KSpread class FindOption : public TQObject { - Q_OBJECT + TQ_OBJECT public: FindOption( TQWidget *parent); @@ -62,7 +62,7 @@ private: class FindDlg : public KFindDialog { - Q_OBJECT + TQ_OBJECT public: @@ -80,7 +80,7 @@ class FindDlg : public KFindDialog class SearchDlg : public KReplaceDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_format.h b/kspread/dialogs/kspread_dlg_format.h index 4749138e..f89d7519 100644 --- a/kspread/dialogs/kspread_dlg_format.h +++ b/kspread/dialogs/kspread_dlg_format.h @@ -48,7 +48,7 @@ class View; */ class FormatDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: FormatDialog( View* view, const char* name = 0 ); diff --git a/kspread/dialogs/kspread_dlg_formula.h b/kspread/dialogs/kspread_dlg_formula.h index 1bf30db3..505dd9c0 100644 --- a/kspread/dialogs/kspread_dlg_formula.h +++ b/kspread/dialogs/kspread_dlg_formula.h @@ -49,7 +49,7 @@ class View; class FormulaDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: FormulaDialog( View* parent, const char* name,const TQString& formulaName=0); diff --git a/kspread/dialogs/kspread_dlg_goalseek.h b/kspread/dialogs/kspread_dlg_goalseek.h index 6665f530..1427a424 100644 --- a/kspread/dialogs/kspread_dlg_goalseek.h +++ b/kspread/dialogs/kspread_dlg_goalseek.h @@ -47,7 +47,7 @@ class View; class GoalSeekDialog : public KDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_goto.h b/kspread/dialogs/kspread_dlg_goto.h index 9b044f65..e3f9ffd4 100644 --- a/kspread/dialogs/kspread_dlg_goto.h +++ b/kspread/dialogs/kspread_dlg_goto.h @@ -36,7 +36,7 @@ class View; class GotoDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: GotoDialog( View* parent, const char* name); diff --git a/kspread/dialogs/kspread_dlg_insert.h b/kspread/dialogs/kspread_dlg_insert.h index f470cbac..9cf6b03c 100644 --- a/kspread/dialogs/kspread_dlg_insert.h +++ b/kspread/dialogs/kspread_dlg_insert.h @@ -40,7 +40,7 @@ class View; class InsertDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum Mode { Insert, Remove }; diff --git a/kspread/dialogs/kspread_dlg_layout.h b/kspread/dialogs/kspread_dlg_layout.h index 657850c7..84b6d241 100644 --- a/kspread/dialogs/kspread_dlg_layout.h +++ b/kspread/dialogs/kspread_dlg_layout.h @@ -96,7 +96,7 @@ enum BorderShortcutType class PatternSelect : public TQFrame { - Q_OBJECT + TQ_OBJECT public: PatternSelect( TQWidget *parent, const char *_name ); @@ -135,7 +135,7 @@ protected: class GeneralTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -164,7 +164,7 @@ class GeneralTab : public TQWidget */ class CellFormatPageFont : public FontTab { - Q_OBJECT + TQ_OBJECT public: CellFormatPageFont( TQWidget* parent, CellFormatDialog *_dlg ); @@ -207,7 +207,7 @@ private: */ class CellFormatPageFloat : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CellFormatPageFloat( TQWidget *parent, CellFormatDialog *_dlg ); @@ -251,7 +251,7 @@ protected: class CellFormatPagePosition : public PositionTab { - Q_OBJECT + TQ_OBJECT public: CellFormatPagePosition( TQWidget *parent, CellFormatDialog *_dlg ); @@ -283,7 +283,7 @@ protected: class Border : public TQFrame { - Q_OBJECT + TQ_OBJECT public: Border( TQWidget *parent,const char *_name,bool _oneCol,bool _oneRow ); @@ -299,7 +299,7 @@ protected: class BorderButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: BorderButton( TQWidget *parent, const char *_name ); @@ -326,7 +326,7 @@ public: class CellFormatPageBorder : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CellFormatPageBorder( TQWidget *parent, CellFormatDialog *_dlg ); @@ -384,7 +384,7 @@ private: class BrushSelect : public TQFrame { - Q_OBJECT + TQ_OBJECT public: BrushSelect( TQWidget *parent, const char *_name ); @@ -414,7 +414,7 @@ protected: class CellFormatPagePattern : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CellFormatPagePattern( TQWidget *parent, CellFormatDialog *_dlg ); @@ -459,7 +459,7 @@ protected: class CellFormatPageProtection : public ProtectionTab { - Q_OBJECT + TQ_OBJECT public: @@ -482,7 +482,7 @@ class CellFormatPageProtection : public ProtectionTab */ class CellFormatDialog : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kspread/dialogs/kspread_dlg_list.h b/kspread/dialogs/kspread_dlg_list.h index 84f27d8d..990ffb43 100644 --- a/kspread/dialogs/kspread_dlg_list.h +++ b/kspread/dialogs/kspread_dlg_list.h @@ -37,7 +37,7 @@ namespace KSpread class ListDialog: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_paperlayout.h b/kspread/dialogs/kspread_dlg_paperlayout.h index 3855cec0..ff198a38 100644 --- a/kspread/dialogs/kspread_dlg_paperlayout.h +++ b/kspread/dialogs/kspread_dlg_paperlayout.h @@ -38,7 +38,7 @@ class View; class PaperLayout: public KoPageLayoutDia { - Q_OBJECT + TQ_OBJECT public: PaperLayout( TQWidget* parent, const char* name, diff --git a/kspread/dialogs/kspread_dlg_pasteinsert.h b/kspread/dialogs/kspread_dlg_pasteinsert.h index 2a07e735..2ec1e18e 100644 --- a/kspread/dialogs/kspread_dlg_pasteinsert.h +++ b/kspread/dialogs/kspread_dlg_pasteinsert.h @@ -35,7 +35,7 @@ class View; class PasteInsertDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PasteInsertDialog( View* parent, const char* name, const TQRect &_rect ); diff --git a/kspread/dialogs/kspread_dlg_preference.h b/kspread/dialogs/kspread_dlg_preference.h index 484f26a2..dcc51215 100644 --- a/kspread/dialogs/kspread_dlg_preference.h +++ b/kspread/dialogs/kspread_dlg_preference.h @@ -46,7 +46,7 @@ class View; class parameterLocale : public TQObject { - Q_OBJECT + TQ_OBJECT public: parameterLocale( View* _view,TQVBox *box, char *name = 0); @@ -67,7 +67,7 @@ public slots: class configure : public TQObject { - Q_OBJECT + TQ_OBJECT public: configure( View* _view,TQVBox *box, char *name = 0 ); @@ -96,7 +96,7 @@ protected: class miscParameters : public TQObject { - Q_OBJECT + TQ_OBJECT public: miscParameters( View* _view, TQVBox *box, char *name = 0 ); @@ -128,7 +128,7 @@ protected: class colorParameters : public TQObject { - Q_OBJECT + TQ_OBJECT public: colorParameters( View* _view, TQVBox *box, char *name = 0 ); @@ -143,7 +143,7 @@ protected: class configureLayoutPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: configureLayoutPage( View* _view,TQVBox *box, char *name = 0 ); @@ -165,7 +165,7 @@ protected: class configureSpellPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: configureSpellPage( View* _view, TQVBox *box, char *name = 0 ); @@ -181,7 +181,7 @@ protected: class configureTTSPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: configureTTSPage( View *_view, TQVBox *box, char *name = 0 ); @@ -205,7 +205,7 @@ private: class PreferenceDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum { KS_PREFERENCES = 1, KS_LOCALE = 2, KS_INTERFACE = 4, diff --git a/kspread/dialogs/kspread_dlg_reference.h b/kspread/dialogs/kspread_dlg_reference.h index 84992a93..aff961b9 100644 --- a/kspread/dialogs/kspread_dlg_reference.h +++ b/kspread/dialogs/kspread_dlg_reference.h @@ -41,7 +41,7 @@ class View; class reference: public TQDialog { - Q_OBJECT + TQ_OBJECT public: reference( View* parent, const char* name ); @@ -70,7 +70,7 @@ private: class EditAreaName : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_resize2.h b/kspread/dialogs/kspread_dlg_resize2.h index d904aab7..3db03766 100644 --- a/kspread/dialogs/kspread_dlg_resize2.h +++ b/kspread/dialogs/kspread_dlg_resize2.h @@ -37,7 +37,7 @@ class View; class ResizeRow: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -55,7 +55,7 @@ protected: class ResizeColumn: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_series.h b/kspread/dialogs/kspread_dlg_series.h index a850757e..329c1a56 100644 --- a/kspread/dialogs/kspread_dlg_series.h +++ b/kspread/dialogs/kspread_dlg_series.h @@ -39,7 +39,7 @@ class View; class SeriesDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_show.h b/kspread/dialogs/kspread_dlg_show.h index 71f564e5..55ce51fa 100644 --- a/kspread/dialogs/kspread_dlg_show.h +++ b/kspread/dialogs/kspread_dlg_show.h @@ -35,7 +35,7 @@ class View; class ShowDialog: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ShowDialog( View* parent, const char* name ); diff --git a/kspread/dialogs/kspread_dlg_showColRow.h b/kspread/dialogs/kspread_dlg_showColRow.h index 422dca36..72d540bc 100644 --- a/kspread/dialogs/kspread_dlg_showColRow.h +++ b/kspread/dialogs/kspread_dlg_showColRow.h @@ -35,7 +35,7 @@ class View; class ShowColRow: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum Type { Column, Row }; diff --git a/kspread/dialogs/kspread_dlg_sort.h b/kspread/dialogs/kspread_dlg_sort.h index 0ba0ad5f..47ecb94c 100644 --- a/kspread/dialogs/kspread_dlg_sort.h +++ b/kspread/dialogs/kspread_dlg_sort.h @@ -48,7 +48,7 @@ class View; class SortDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_special.h b/kspread/dialogs/kspread_dlg_special.h index 4242e7ca..17c72a95 100644 --- a/kspread/dialogs/kspread_dlg_special.h +++ b/kspread/dialogs/kspread_dlg_special.h @@ -35,7 +35,7 @@ class View; class SpecialDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SpecialDialog( View* parent, const char* name ); diff --git a/kspread/dialogs/kspread_dlg_styles.h b/kspread/dialogs/kspread_dlg_styles.h index fda66536..da8e73de 100644 --- a/kspread/dialogs/kspread_dlg_styles.h +++ b/kspread/dialogs/kspread_dlg_styles.h @@ -36,7 +36,7 @@ class View; class StyleWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ signals: class StyleDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: StyleDlg( View * parent, StyleManager * manager, diff --git a/kspread/dialogs/kspread_dlg_subtotal.h b/kspread/dialogs/kspread_dlg_subtotal.h index b32de30d..9c37cf1e 100644 --- a/kspread/dialogs/kspread_dlg_subtotal.h +++ b/kspread/dialogs/kspread_dlg_subtotal.h @@ -38,7 +38,7 @@ class View; class SubtotalDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/kspread_dlg_validity.h b/kspread/dialogs/kspread_dlg_validity.h index d5b4933e..100bbc50 100644 --- a/kspread/dialogs/kspread_dlg_validity.h +++ b/kspread/dialogs/kspread_dlg_validity.h @@ -42,7 +42,7 @@ class View; class DlgValidity : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: DlgValidity(View* parent, const char* name ,const TQRect &_marker ); diff --git a/kspread/dialogs/link.h b/kspread/dialogs/link.h index 7df2a474..fcc0e081 100644 --- a/kspread/dialogs/link.h +++ b/kspread/dialogs/link.h @@ -32,7 +32,7 @@ namespace KSpread class LinkDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/dialogs/sheet_properties.h b/kspread/dialogs/sheet_properties.h index 5a63b4c9..872cd97a 100644 --- a/kspread/dialogs/sheet_properties.h +++ b/kspread/dialogs/sheet_properties.h @@ -30,7 +30,7 @@ class SheetPropertiesBase; class SheetPropertiesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/kspread_canvas.h b/kspread/kspread_canvas.h index d7b0e89b..95647e75 100644 --- a/kspread/kspread_canvas.h +++ b/kspread/kspread_canvas.h @@ -92,7 +92,7 @@ class KSPREAD_EXPORT Canvas : public TQWidget friend class VBorder; friend class View; - Q_OBJECT + TQ_OBJECT public: /** @@ -575,7 +575,7 @@ private: */ class HBorder : public TQWidget { - Q_OBJECT + TQ_OBJECT public: HBorder( TQWidget *_parent, Canvas *_canvas, View *_view ); @@ -662,7 +662,7 @@ private: */ class VBorder : public TQWidget { - Q_OBJECT + TQ_OBJECT public: VBorder( TQWidget *_parent, Canvas *_canvas, View *_view ); diff --git a/kspread/kspread_doc.h b/kspread/kspread_doc.h index 7dbfb0a3..d6c17e1f 100644 --- a/kspread/kspread_doc.h +++ b/kspread/kspread_doc.h @@ -96,7 +96,7 @@ class Plugin */ class KSPREAD_EXPORT Doc : public KoDocument, public KoZoomHandler { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool getShowRowHeader READ getShowRowHeader ) TQ_PROPERTY( bool getShowColHeader READ getShowColHeader ) diff --git a/kspread/kspread_editors.h b/kspread/kspread_editors.h index 6d4a77a5..473841a8 100644 --- a/kspread/kspread_editors.h +++ b/kspread/kspread_editors.h @@ -119,7 +119,7 @@ private: */ class FunctionCompletion : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -166,7 +166,7 @@ private: */ class CellEditor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -243,7 +243,7 @@ private: */ class ComboboxLocationEditWidget : public KComboBox { - Q_OBJECT + TQ_OBJECT public: ComboboxLocationEditWidget( TQWidget *_parent, View * _canvas ); @@ -263,7 +263,7 @@ private: */ class LocationEditWidget : public KLineEdit { - Q_OBJECT + TQ_OBJECT public: LocationEditWidget( TQWidget *_parent, View * _canvas ); @@ -291,7 +291,7 @@ private: */ class EditWidget : public TQLineEdit { - Q_OBJECT + TQ_OBJECT public: EditWidget( TQWidget *parent, Canvas *canvas, diff --git a/kspread/kspread_factory.h b/kspread/kspread_factory.h index a2f467e0..8f9dab66 100644 --- a/kspread/kspread_factory.h +++ b/kspread/kspread_factory.h @@ -30,7 +30,7 @@ namespace KSpread class Factory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: Factory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kspread/kspread_generalProperty.h b/kspread/kspread_generalProperty.h index 370ca5b5..b407ba74 100644 --- a/kspread/kspread_generalProperty.h +++ b/kspread/kspread_generalProperty.h @@ -32,7 +32,7 @@ namespace KSpread class GeneralProperty : public TQWidget { - Q_OBJECT + TQ_OBJECT public: struct GeneralValue diff --git a/kspread/kspread_handler.h b/kspread/kspread_handler.h index 06ae4fd7..854a3399 100644 --- a/kspread/kspread_handler.h +++ b/kspread/kspread_handler.h @@ -27,7 +27,7 @@ class View; */ class InsertHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: InsertHandler( View* view, TQWidget* widget ); diff --git a/kspread/kspread_map.h b/kspread/kspread_map.h index e05b9afe..6944318f 100644 --- a/kspread/kspread_map.h +++ b/kspread/kspread_map.h @@ -57,7 +57,7 @@ class Style; */ class KSPREAD_EXPORT Map : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kspread/kspread_propertyEditor.h b/kspread/kspread_propertyEditor.h index ee176ee5..1a957440 100644 --- a/kspread/kspread_propertyEditor.h +++ b/kspread/kspread_propertyEditor.h @@ -41,7 +41,7 @@ class Doc; class PropertyEditor : public TQTabDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/kspread_sheet.h b/kspread/kspread_sheet.h index a9902452..afc907ed 100644 --- a/kspread/kspread_sheet.h +++ b/kspread/kspread_sheet.h @@ -92,7 +92,7 @@ class EmbeddedObject; */ class CellBinding : public TQObject { - Q_OBJECT + TQ_OBJECT public: CellBinding( Sheet *_sheet, const TQRect& _area ); @@ -125,7 +125,7 @@ protected: class ChartBinding : public CellBinding { - Q_OBJECT + TQ_OBJECT public: @@ -150,7 +150,7 @@ private: class TextDrag : public TQTextDrag { - Q_OBJECT + TQ_OBJECT public: @@ -184,7 +184,7 @@ class KSPREAD_EXPORT Sheet : public TQObject { friend class Cell; - Q_OBJECT + TQ_OBJECT diff --git a/kspread/kspread_sheetprint.h b/kspread/kspread_sheetprint.h index e5c63e12..fb1de764 100644 --- a/kspread/kspread_sheetprint.h +++ b/kspread/kspread_sheetprint.h @@ -37,7 +37,7 @@ class PrintObject; class KSPREAD_EXPORT SheetPrint : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/kspread_toolbox.h b/kspread/kspread_toolbox.h index a58e84af..ab44dd01 100644 --- a/kspread/kspread_toolbox.h +++ b/kspread/kspread_toolbox.h @@ -33,7 +33,7 @@ namespace KSpread class KOFFICEUI_EXPORT ToolBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: ToolBox( TQWidget* parent = 0, const char* name = 0 ); @@ -55,7 +55,7 @@ private: class KOFFICEUI_EXPORT KoTransformToolBox : public ToolBox { - Q_OBJECT + TQ_OBJECT public: KoTransformToolBox( KoDocumentChild* child, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kspread/kspread_view.h b/kspread/kspread_view.h index 30c39b30..1cfd51d2 100644 --- a/kspread/kspread_view.h +++ b/kspread/kspread_view.h @@ -79,7 +79,7 @@ class EmbeddedObject; */ class KPSheetSelectPage : public KPrintDialogPage { - Q_OBJECT + TQ_OBJECT public: KPSheetSelectPage( TQWidget *parent = 0 ); @@ -188,7 +188,7 @@ class KSPREAD_EXPORT View : public KoView { friend class Canvas; - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/plugins/calculator/configdlg.h b/kspread/plugins/calculator/configdlg.h index 8b4a2927..41e57ca9 100644 --- a/kspread/plugins/calculator/configdlg.h +++ b/kspread/plugins/calculator/configdlg.h @@ -48,7 +48,7 @@ class ConfigDlg : public TQDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kspread/plugins/calculator/dlabel.h b/kspread/plugins/calculator/dlabel.h index c8cf1fdc..4824dbcd 100644 --- a/kspread/plugins/calculator/dlabel.h +++ b/kspread/plugins/calculator/dlabel.h @@ -34,7 +34,7 @@ class DLabel : public TQLabel { -Q_OBJECT +TQ_OBJECT public: diff --git a/kspread/plugins/calculator/kcalc.h b/kspread/plugins/calculator/kcalc.h index 8a4560e7..53f4ff7c 100644 --- a/kspread/plugins/calculator/kcalc.h +++ b/kspread/plugins/calculator/kcalc.h @@ -198,7 +198,7 @@ class Calculator; class TQtCalculator : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspread/plugins/calculator/main.h b/kspread/plugins/calculator/main.h index 8aade302..0bf6533d 100644 --- a/kspread/plugins/calculator/main.h +++ b/kspread/plugins/calculator/main.h @@ -39,7 +39,7 @@ class View; class CalcFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: CalcFactory( TQObject* parent = 0, const char* name = 0 ); @@ -56,7 +56,7 @@ private: class KSPREAD_EXPORT Calculator : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Calculator( View* parent, const char* name = 0 ); diff --git a/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h b/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h index 40d5731a..a44c8d64 100644 --- a/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h +++ b/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h @@ -37,7 +37,7 @@ namespace KSpread class KSPREAD_EXPORT InsertCalendarDialog : public InsertCalendarDialogBase { - Q_OBJECT + TQ_OBJECT private: diff --git a/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h b/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h index 0dde5dba..1e36fc19 100644 --- a/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h +++ b/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h @@ -51,7 +51,7 @@ class InsertCalendarDialog; */ class KSPREAD_EXPORT PluginInsertCalendar : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT protected: diff --git a/kspread/plugins/scripting/scripting.h b/kspread/plugins/scripting/scripting.h index 52ffadd1..ef6f9e5a 100644 --- a/kspread/plugins/scripting/scripting.h +++ b/kspread/plugins/scripting/scripting.h @@ -34,7 +34,7 @@ namespace Kross { class Scripting : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Scripting(TQObject *parent, const char *name, const TQStringList &); diff --git a/kspread/selection.h b/kspread/selection.h index 422065aa..c020fb95 100644 --- a/kspread/selection.h +++ b/kspread/selection.h @@ -33,7 +33,7 @@ class View; class Selection : public TQObject, public Region { - Q_OBJECT + TQ_OBJECT public: Selection(View*); diff --git a/kspread/tests/inspector.h b/kspread/tests/inspector.h index 9d11127c..341f3703 100644 --- a/kspread/tests/inspector.h +++ b/kspread/tests/inspector.h @@ -28,7 +28,7 @@ class Cell; class Inspector : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kspread/tests/testrunner.h b/kspread/tests/testrunner.h index 9fe35695..d836b9eb 100644 --- a/kspread/tests/testrunner.h +++ b/kspread/tests/testrunner.h @@ -29,7 +29,7 @@ class Tester; class TestRunner : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kugar/kudesigner/kudesigner_doc.h b/kugar/kudesigner/kudesigner_doc.h index 84964349..38c82e37 100644 --- a/kugar/kudesigner/kudesigner_doc.h +++ b/kugar/kudesigner/kudesigner_doc.h @@ -36,7 +36,7 @@ class Canvas; class KudesignerDoc: public KoDocument { - Q_OBJECT + TQ_OBJECT public: KudesignerDoc( TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false ); diff --git a/kugar/kudesigner/kudesigner_factory.h b/kugar/kudesigner/kudesigner_factory.h index 91e49690..be8a1062 100644 --- a/kugar/kudesigner/kudesigner_factory.h +++ b/kugar/kudesigner/kudesigner_factory.h @@ -27,7 +27,7 @@ class TDEAboutData; class KUGARDESIGNER_EXPORT KudesignerFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: KudesignerFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kugar/kudesigner/kudesigner_view.h b/kugar/kudesigner/kudesigner_view.h index 8eafe0bb..f80baf4b 100644 --- a/kugar/kudesigner/kudesigner_view.h +++ b/kugar/kudesigner/kudesigner_view.h @@ -56,7 +56,7 @@ class ReportItem; class KudesignerView: public KoView { - Q_OBJECT + TQ_OBJECT friend class Kudesigner::View; diff --git a/kugar/kudesigner_lib/canvas.h b/kugar/kudesigner_lib/canvas.h index 9ba50633..8a6a419e 100644 --- a/kugar/kudesigner_lib/canvas.h +++ b/kugar/kudesigner_lib/canvas.h @@ -39,7 +39,7 @@ typedef TQValueList<Box*> BoxList; class Canvas: public TQCanvas { - Q_OBJECT + TQ_OBJECT public: Canvas( int w, int h ); diff --git a/kugar/kudesigner_lib/plugin.h b/kugar/kudesigner_lib/plugin.h index ff466e4f..9d4c16bf 100644 --- a/kugar/kudesigner_lib/plugin.h +++ b/kugar/kudesigner_lib/plugin.h @@ -33,7 +33,7 @@ using namespace Kudesigner; class KuDesignerPlugin: public TQObject { - Q_OBJECT + TQ_OBJECT public: KuDesignerPlugin( TQObject *parent, const char* name, const TQStringList& args ); diff --git a/kugar/kudesigner_lib/structurewidget.h b/kugar/kudesigner_lib/structurewidget.h index 11149338..30bbdf80 100644 --- a/kugar/kudesigner_lib/structurewidget.h +++ b/kugar/kudesigner_lib/structurewidget.h @@ -36,7 +36,7 @@ class StructureItem; class StructureWidget: public TDEListView { - Q_OBJECT + TQ_OBJECT public: StructureWidget( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kugar/kudesigner_lib/view.h b/kugar/kudesigner_lib/view.h index 4618840b..17d1d876 100644 --- a/kugar/kudesigner_lib/view.h +++ b/kugar/kudesigner_lib/view.h @@ -57,7 +57,7 @@ public: class View: public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: View( Canvas *canvas, TQWidget *parent, const char *name = 0, WFlags f = 0 ); diff --git a/kugar/lib/inputmask.h b/kugar/lib/inputmask.h index 379b43ee..52ca2b9f 100644 --- a/kugar/lib/inputmask.h +++ b/kugar/lib/inputmask.h @@ -22,7 +22,7 @@ namespace Kugar class InputMask : public TQObject { - Q_OBJECT + TQ_OBJECT public: InputMask( TQObject *parent = 0, const char *name = 0 ); diff --git a/kugar/lib/mpagedisplay.h b/kugar/lib/mpagedisplay.h index 29145d85..ef864e36 100644 --- a/kugar/lib/mpagedisplay.h +++ b/kugar/lib/mpagedisplay.h @@ -24,7 +24,7 @@ namespace Kugar class MPageDisplay : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** Constructor */ diff --git a/kugar/lib/mreportengine.h b/kugar/lib/mreportengine.h index 0797539a..a4764342 100644 --- a/kugar/lib/mreportengine.h +++ b/kugar/lib/mreportengine.h @@ -36,7 +36,7 @@ namespace Kugar class MReportEngine : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kugar/lib/mreportviewer.h b/kugar/lib/mreportviewer.h index 2df7f7bb..d4061fad 100644 --- a/kugar/lib/mreportviewer.h +++ b/kugar/lib/mreportviewer.h @@ -40,7 +40,7 @@ namespace Kugar class KUGAR_EXPORT MReportViewer : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kugar/part/kugar_factory.h b/kugar/part/kugar_factory.h index b93f5fce..754096dd 100644 --- a/kugar/part/kugar_factory.h +++ b/kugar/part/kugar_factory.h @@ -15,7 +15,7 @@ class TDEInstance; class KugarFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: KugarFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kugar/part/kugar_part.h b/kugar/part/kugar_part.h index 9d61361c..b59eb298 100644 --- a/kugar/part/kugar_part.h +++ b/kugar/part/kugar_part.h @@ -16,7 +16,7 @@ class KugarBrowserExtension; class KugarPart: public KoDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/kugar/part/kugar_view.h b/kugar/part/kugar_view.h index 0080468a..aef4db46 100644 --- a/kugar/part/kugar_view.h +++ b/kugar/part/kugar_view.h @@ -14,7 +14,7 @@ class KugarPart; class KugarView: public KoView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWCanvas.h b/kword/KWCanvas.h index 5fc7dcb8..cab23b9c 100644 --- a/kword/KWCanvas.h +++ b/kword/KWCanvas.h @@ -59,7 +59,7 @@ class KWFrameView; */ class KWCanvas : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWConfig.h b/kword/KWConfig.h index 8700bcb2..3e21870f 100644 --- a/kword/KWConfig.h +++ b/kword/KWConfig.h @@ -45,7 +45,7 @@ namespace KSpell2 { class ConfigureSpellPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: ConfigureSpellPage( KWView *view, TQVBox *box, char *name = 0 ); @@ -59,7 +59,7 @@ private: class ConfigureInterfacePage : public TQObject { - Q_OBJECT + TQ_OBJECT public: ConfigureInterfacePage( KWView *view, TQVBox *box, char *name = 0 ); @@ -84,7 +84,7 @@ private: class ConfigureMiscPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: ConfigureMiscPage( KWView *view, TQVBox *box, char *name = 0 ); @@ -104,7 +104,7 @@ private: class ConfigureDefaultDocPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: ConfigureDefaultDocPage( KWView *view, TQVBox *box, char *name = 0 ); @@ -142,7 +142,7 @@ private: class ConfigurePathPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: ConfigurePathPage( KWView *view, TQVBox *box, char *name = 0 ); @@ -160,7 +160,7 @@ private: class ConfigureTTSPage : public TQObject { - Q_OBJECT + TQ_OBJECT public: ConfigureTTSPage( KWView *view, TQVBox *box, char *name = 0 ); @@ -184,7 +184,7 @@ private: class KWConfig : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum { KW_TDESPELL=1,KP_INTERFACE=2,KP_MISC=4, KP_DOCUMENT=8, KP_FORMULA=16, KP_PATH = 32}; diff --git a/kword/KWConfigFootNoteDia.h b/kword/KWConfigFootNoteDia.h index bcf7f512..f01789d5 100644 --- a/kword/KWConfigFootNoteDia.h +++ b/kword/KWConfigFootNoteDia.h @@ -32,7 +32,7 @@ class KoUnitDoubleSpinBox; class KWConfigFootNoteDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWConfigFootNoteDia( TQWidget *parent, const char *name, KWDocument *doc ); diff --git a/kword/KWCreateBookmarkDia.h b/kword/KWCreateBookmarkDia.h index 75d9fff3..001f25c9 100644 --- a/kword/KWCreateBookmarkDia.h +++ b/kword/KWCreateBookmarkDia.h @@ -29,7 +29,7 @@ class TQPushButton; class KWCreateBookmarkDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWCreateBookmarkDia( const TQStringList & _list, TQWidget *parent, const char *name ); @@ -48,7 +48,7 @@ protected: class KWSelectBookmarkDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWSelectBookmarkDia( const TQStringList & _list, KWDocument *_doc, TQWidget *parent, const char *name ); diff --git a/kword/KWDeleteDia.h b/kword/KWDeleteDia.h index 62af0614..28060216 100644 --- a/kword/KWDeleteDia.h +++ b/kword/KWDeleteDia.h @@ -32,7 +32,7 @@ class KWView; class KWDeleteDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWDocStruct.h b/kword/KWDocStruct.h index a8de6fd3..70fc98dc 100644 --- a/kword/KWDocStruct.h +++ b/kword/KWDocStruct.h @@ -281,7 +281,7 @@ protected: class KWDocStructTree : public TDEListView { - Q_OBJECT + TQ_OBJECT public: @@ -321,7 +321,7 @@ protected: class KWDocStruct : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWDocument.h b/kword/KWDocument.h index d81d28c5..df716b42 100644 --- a/kword/KWDocument.h +++ b/kword/KWDocument.h @@ -103,7 +103,7 @@ class KoOasisSettings; class KWDocument : public KoDocument, public KoTextZoomHandler { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( double ptColumnWidth READ ptColumnWidth ) TQ_PROPERTY( double ptColumnSpacing READ ptColumnSpacing ) diff --git a/kword/KWEditPersonnalExpression.h b/kword/KWEditPersonnalExpression.h index 9d6b1d14..a682bb11 100644 --- a/kword/KWEditPersonnalExpression.h +++ b/kword/KWEditPersonnalExpression.h @@ -30,7 +30,7 @@ class TQLineEdit; class KWEditPersonnalExpression : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWEditPersonnalExpression( TQWidget *parent, const char *name = 0 ); diff --git a/kword/KWFactory.h b/kword/KWFactory.h index 028756db..770b0307 100644 --- a/kword/KWFactory.h +++ b/kword/KWFactory.h @@ -26,7 +26,7 @@ class TDEAboutData; class KWFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: KWFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kword/KWFindReplace.h b/kword/KWFindReplace.h index 2a43e1eb..2fa5b59f 100644 --- a/kword/KWFindReplace.h +++ b/kword/KWFindReplace.h @@ -40,7 +40,7 @@ class KWTextFrameSetEdit; */ class KWFindReplace : public KoFindReplace { - Q_OBJECT + TQ_OBJECT public: KWFindReplace( KWCanvas * canvas, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KWTextFrameSetEdit* textView ); diff --git a/kword/KWFootNoteDia.h b/kword/KWFootNoteDia.h index c532c595..0bdee6b4 100644 --- a/kword/KWFootNoteDia.h +++ b/kword/KWFootNoteDia.h @@ -32,7 +32,7 @@ class KWDocument; class KWFootNoteDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWFormulaFrameSet.h b/kword/KWFormulaFrameSet.h index e920a6a4..05e642b4 100644 --- a/kword/KWFormulaFrameSet.h +++ b/kword/KWFormulaFrameSet.h @@ -43,7 +43,7 @@ class KWFormulaFrameSetEdit; class KWFormulaFrameSet : public KWFrameSet { - Q_OBJECT + TQ_OBJECT public: KWFormulaFrameSet( KWDocument *doc, const TQString & name ); @@ -121,7 +121,7 @@ private: class KWFormulaFrameSetEdit : public TQObject, public KWFrameSetEdit { - Q_OBJECT + TQ_OBJECT public: KWFormulaFrameSetEdit(KWFormulaFrameSet* fs, KWCanvas* canvas); diff --git a/kword/KWFrameDia.h b/kword/KWFrameDia.h index 93a71e3e..e1ff66d1 100644 --- a/kword/KWFrameDia.h +++ b/kword/KWFrameDia.h @@ -50,7 +50,7 @@ class KDoubleNumInput; /******************************************************************/ class KWBrushStylePreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KWBrushStylePreview( TQWidget* ); @@ -68,7 +68,7 @@ private: */ class KWFourSideConfigWidget : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: KWFourSideConfigWidget( KWDocument* m_doc, const TQString& title, TQWidget*, const char* name = 0 ); @@ -99,7 +99,7 @@ private: /******************************************************************/ class KWFrameDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** Contructor when the dialog is used on creation of m_frame */ diff --git a/kword/KWFrameSet.h b/kword/KWFrameSet.h index 57ca59c6..4f98ec24 100644 --- a/kword/KWFrameSet.h +++ b/kword/KWFrameSet.h @@ -60,7 +60,7 @@ class TQProgressDialog; */ class KWFrameSet : public TQObject { - Q_OBJECT + TQ_OBJECT public: /// constructor diff --git a/kword/KWFrameStyleManager.h b/kword/KWFrameStyleManager.h index e3d8b17c..4ea49e17 100644 --- a/kword/KWFrameStyleManager.h +++ b/kword/KWFrameStyleManager.h @@ -46,7 +46,7 @@ class KWBrushStylePreview; class KWFrameStylePreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -101,7 +101,7 @@ class KWFrameStyleListItem /******************************************************************/ class KWFrameStyleManager : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -155,7 +155,7 @@ protected: }; class KWFrameStyleManagerTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KWFrameStyleManagerTab(TQWidget *parent) : TQWidget(parent) {}; @@ -174,7 +174,7 @@ protected: class KWFrameStyleBackgroundTab : public KWFrameStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KWFrameStyleBackgroundTab( TQWidget * parent ); @@ -194,7 +194,7 @@ protected: class KWFrameStyleBordersTab : public KWFrameStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KWFrameStyleBordersTab( TQWidget * parent ); diff --git a/kword/KWFrameViewManager.h b/kword/KWFrameViewManager.h index b1885c19..ad948301 100644 --- a/kword/KWFrameViewManager.h +++ b/kword/KWFrameViewManager.h @@ -49,7 +49,7 @@ class TQRegion; * that's the KWDocument) */ class KWFrameViewManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWImportStyleDia.h b/kword/KWImportStyleDia.h index 2d6a7b62..37e57c92 100644 --- a/kword/KWImportStyleDia.h +++ b/kword/KWImportStyleDia.h @@ -35,7 +35,7 @@ class KoParagStyle; class KWImportStyleDia : public KoImportStyleDia { - Q_OBJECT + TQ_OBJECT public: KWImportStyleDia( KWDocument *_doc, KoStyleCollection* currentCollection, TQWidget *parent, const char *name = 0 ); @@ -51,7 +51,7 @@ private: class KWImportFrameTableStyleDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum StyleType { frameStyle, TableStyle}; diff --git a/kword/KWInsertDia.h b/kword/KWInsertDia.h index 5c5b9e10..278dee03 100644 --- a/kword/KWInsertDia.h +++ b/kword/KWInsertDia.h @@ -30,7 +30,7 @@ class KWView; class KWInsertDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWInsertPageDia.h b/kword/KWInsertPageDia.h index 9e5da156..bddd508e 100644 --- a/kword/KWInsertPageDia.h +++ b/kword/KWInsertPageDia.h @@ -25,7 +25,7 @@ class TQRadioButton; class KWInsertPageDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWInsertPageDia( TQWidget *parent, const char* name ); diff --git a/kword/KWInsertPicDia.h b/kword/KWInsertPicDia.h index 4e140539..53b43fa8 100644 --- a/kword/KWInsertPicDia.h +++ b/kword/KWInsertPicDia.h @@ -28,7 +28,7 @@ class KWDocument; class KWInsertPicDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWInsertPicDia( TQWidget *parent, bool _inline, bool _keepRatio, KWDocument *_doc, const char *name = 0 ); diff --git a/kword/KWMailMergeDataBase.h b/kword/KWMailMergeDataBase.h index e603da16..8be5bdd8 100644 --- a/kword/KWMailMergeDataBase.h +++ b/kword/KWMailMergeDataBase.h @@ -56,7 +56,7 @@ class TQVBox; class KWORD_EXPORT KWMailMergeDataBase: public TQObject,KWordMailMergeDatabaseIface { -Q_OBJECT +TQ_OBJECT public: @@ -96,7 +96,7 @@ protected: class KWMailMergeChoosePluginDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -116,7 +116,7 @@ class KWMailMergeChoosePluginDialog : public KDialogBase class KWMailMergeConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -148,7 +148,7 @@ protected slots: class KWMailMergeVariableInsertDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWMailMergeDataSource.h b/kword/KWMailMergeDataSource.h index 3cf5eea1..2cdafa76 100644 --- a/kword/KWMailMergeDataSource.h +++ b/kword/KWMailMergeDataSource.h @@ -45,7 +45,7 @@ typedef TQMap<TQString,TQString> DbRecord; class KWORD_EXPORT KWMailMergeDataSource: public TQObject, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP public: diff --git a/kword/KWMailMergeLabelAction.h b/kword/KWMailMergeLabelAction.h index cd104c07..93485497 100644 --- a/kword/KWMailMergeLabelAction.h +++ b/kword/KWMailMergeLabelAction.h @@ -29,7 +29,7 @@ class KWMailMergeLabelAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: KWMailMergeLabelAction( const TQString &text, int accel, diff --git a/kword/KWPartFrameSet.h b/kword/KWPartFrameSet.h index 54a567cb..1119b505 100644 --- a/kword/KWPartFrameSet.h +++ b/kword/KWPartFrameSet.h @@ -28,7 +28,7 @@ class KWFramePartMoveCommand; */ class KWPartFrameSet : public KWFrameSet { - Q_OBJECT + TQ_OBJECT public: KWPartFrameSet( KWDocument *_doc, KWDocumentChild *_child, const TQString & name ); @@ -117,7 +117,7 @@ private: #if 0 class KWPartFrameSetEdit : public TQObject, public KWFrameSetEdit { - //Q_OBJECT + //TQ_OBJECT public: KWPartFrameSetEdit( KWPartFrameSet * fs, KWCanvas * canvas ); diff --git a/kword/KWResizeTableDia.h b/kword/KWResizeTableDia.h index 76fbaea8..92a0dc37 100644 --- a/kword/KWResizeTableDia.h +++ b/kword/KWResizeTableDia.h @@ -34,7 +34,7 @@ class KoUnitDoubleSpinBox; */ class KWResizeTableDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kword/KWSortDia.h b/kword/KWSortDia.h index 9bc6fdc5..80ec9fbf 100644 --- a/kword/KWSortDia.h +++ b/kword/KWSortDia.h @@ -25,7 +25,7 @@ class TQRadioButton; class KWSortDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWSortDia( TQWidget *parent, const char* name ); diff --git a/kword/KWSplitCellDia.h b/kword/KWSplitCellDia.h index 2a5c841e..33352ed4 100644 --- a/kword/KWSplitCellDia.h +++ b/kword/KWSplitCellDia.h @@ -32,7 +32,7 @@ class TQSpinBox; class KWTablePreview; class KWSplitCellDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWStartupWidget.h b/kword/KWStartupWidget.h index 6f0e79cc..0293b307 100644 --- a/kword/KWStartupWidget.h +++ b/kword/KWStartupWidget.h @@ -31,7 +31,7 @@ class KWDocument; * markup for his new empty document. */ class KWStartupWidget : public KWStartupWidgetBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kword/KWStatisticsDialog.h b/kword/KWStatisticsDialog.h index 0481c9b1..b950bba0 100644 --- a/kword/KWStatisticsDialog.h +++ b/kword/KWStatisticsDialog.h @@ -33,7 +33,7 @@ class TQLabel; */ class KWStatisticsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWStyleManager.h b/kword/KWStyleManager.h index ecb995bb..567a5122 100644 --- a/kword/KWStyleManager.h +++ b/kword/KWStyleManager.h @@ -30,7 +30,7 @@ class KoUnit; /******************************************************************/ class KWStyleManager : public KoStyleManager { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWTableDia.h b/kword/KWTableDia.h index 68d3beb2..be5557ac 100644 --- a/kword/KWTableDia.h +++ b/kword/KWTableDia.h @@ -45,7 +45,7 @@ class TQSpinBox; class KWTablePreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -68,7 +68,7 @@ protected: class KWTableDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWTableFrameSet.h b/kword/KWTableFrameSet.h index a3514ab4..c7e40eb7 100644 --- a/kword/KWTableFrameSet.h +++ b/kword/KWTableFrameSet.h @@ -57,7 +57,7 @@ class RemovedColumn; */ class KWTableFrameSet : public KWFrameSet { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWTableStyleManager.h b/kword/KWTableStyleManager.h index 3b601eb8..a1dc69fe 100644 --- a/kword/KWTableStyleManager.h +++ b/kword/KWTableStyleManager.h @@ -47,7 +47,7 @@ class KoTextDocument; class KWTableStylePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -96,7 +96,7 @@ class KWTableStyleListItem /******************************************************************/ class KWTableStyleManager : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWTableTemplateSelector.h b/kword/KWTableTemplateSelector.h index 2a106bf2..38f8f6d2 100644 --- a/kword/KWTableTemplateSelector.h +++ b/kword/KWTableTemplateSelector.h @@ -52,7 +52,7 @@ class KWTableStyle; class KWTableTemplatePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -96,7 +96,7 @@ private: class KWTableTemplateSelector : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/KWTextDocument.h b/kword/KWTextDocument.h index d91917cb..30aa9b3f 100644 --- a/kword/KWTextDocument.h +++ b/kword/KWTextDocument.h @@ -34,7 +34,7 @@ class KoTextDocCommand; */ class KWTextDocument : public KoTextDocument { - Q_OBJECT + TQ_OBJECT public: /** A real text document inside a frameset */ diff --git a/kword/KWTextFrameSet.h b/kword/KWTextFrameSet.h index f8adad31..ef4ed025 100644 --- a/kword/KWTextFrameSet.h +++ b/kword/KWTextFrameSet.h @@ -62,7 +62,7 @@ class TQProgressDialog; */ class KWTextFrameSet : public KWFrameSet, public KoTextFlow, public KoTextFormatInterface { - Q_OBJECT + TQ_OBJECT public: /// Cnstructor @@ -384,7 +384,7 @@ private: */ class KWTextFrameSetEdit : public KoTextView, public KWFrameSetEdit { - Q_OBJECT + TQ_OBJECT public: KWTextFrameSetEdit( KWTextFrameSet * fs, KWCanvas * canvas ); diff --git a/kword/KWView.h b/kword/KWView.h index 216cc6ea..08142ac9 100644 --- a/kword/KWView.h +++ b/kword/KWView.h @@ -94,7 +94,7 @@ namespace KSpell2 { class KWView : public KoView { - Q_OBJECT + TQ_OBJECT public: @@ -818,7 +818,7 @@ private: // variables /******************************************************************/ class KWViewWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -837,7 +837,7 @@ protected: class KWGUI : public TQHBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/mailmerge/KWClassicSerialDataSource.h b/kword/mailmerge/KWClassicSerialDataSource.h index 9863ffe0..9e0581b2 100644 --- a/kword/mailmerge/KWClassicSerialDataSource.h +++ b/kword/mailmerge/KWClassicSerialDataSource.h @@ -45,7 +45,7 @@ typedef TQValueList< DbRecord > Db; class KWClassicSerialDataSource: public KWMailMergeDataSource { - Q_OBJECT + TQ_OBJECT public: KWClassicSerialDataSource(TDEInstance *inst,TQObject *parent); @@ -103,7 +103,7 @@ protected: class KWClassicMailMergeEditorList : public TQListView { - Q_OBJECT + TQ_OBJECT public: @@ -136,7 +136,7 @@ protected: class KWClassicMailMergeEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/mailmerge/kspread/kwmailmerge_kspread.h b/kword/mailmerge/kspread/kwmailmerge_kspread.h index 8f2a4f97..0c266a54 100644 --- a/kword/mailmerge/kspread/kwmailmerge_kspread.h +++ b/kword/mailmerge/kspread/kwmailmerge_kspread.h @@ -31,7 +31,7 @@ class KWMailMergeKSpread: public KWMailMergeDataSource { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/mailmerge/kspread/kwmailmerge_kspread_config.h b/kword/mailmerge/kspread/kwmailmerge_kspread_config.h index d6f67acd..ad35f50c 100644 --- a/kword/mailmerge/kspread/kwmailmerge_kspread_config.h +++ b/kword/mailmerge/kspread/kwmailmerge_kspread_config.h @@ -32,7 +32,7 @@ class KWMailMergeKSpread; class KWMailMergeKSpreadConfig: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/mailmerge/sql/KWQtSqlEasyFilter.h b/kword/mailmerge/sql/KWQtSqlEasyFilter.h index 3b0b6e55..f888a9c6 100644 --- a/kword/mailmerge/sql/KWQtSqlEasyFilter.h +++ b/kword/mailmerge/sql/KWQtSqlEasyFilter.h @@ -9,7 +9,7 @@ class TQStringList; class KWQtSqlEasyFilter: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWQtSqlEasyFilter( TQWidget *parent); diff --git a/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h b/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h index 68fb4b48..a640f088 100644 --- a/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h +++ b/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h @@ -35,7 +35,7 @@ ******************************************************************/ class KWQtSqlMailMergeOpen : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h b/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h index 29264c4e..b64be135 100644 --- a/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h +++ b/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h @@ -44,7 +44,7 @@ ******************************************************************/ class KWQtSqlPowerSerialDataSource: public KWQtSqlSerialDataSourceBase { - Q_OBJECT + TQ_OBJECT // public: KWQtSqlPowerSerialDataSource(TDEInstance *inst,TQObject *parent); @@ -77,7 +77,7 @@ class KWQtSqlPowerSerialDataSource: public KWQtSqlSerialDataSourceBase class KWQtSqlPowerMailMergeEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT // public: diff --git a/kword/mailmerge/sql/KWQtSqlSerialDataSource.h b/kword/mailmerge/sql/KWQtSqlSerialDataSource.h index 704ae05e..7cb1de12 100644 --- a/kword/mailmerge/sql/KWQtSqlSerialDataSource.h +++ b/kword/mailmerge/sql/KWQtSqlSerialDataSource.h @@ -63,7 +63,7 @@ class KWQtSqlSerialDataSource: public KWQtSqlSerialDataSourceBase class KWQtSqlDataSourceEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h b/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h index 120ce209..5d7cb75e 100644 --- a/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h +++ b/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h @@ -37,7 +37,7 @@ ******************************************************************/ class KWQtSqlSerialDataSourceBase: public KWMailMergeDataSource { - Q_OBJECT + TQ_OBJECT // K_DCOP public: diff --git a/kword/mailmerge/tdeabc/KWMailMergeTDEABC.h b/kword/mailmerge/tdeabc/KWMailMergeTDEABC.h index 3db02d91..3ae2bbb4 100644 --- a/kword/mailmerge/tdeabc/KWMailMergeTDEABC.h +++ b/kword/mailmerge/tdeabc/KWMailMergeTDEABC.h @@ -32,7 +32,7 @@ class KWMailMergeTDEABC: public KWMailMergeDataSource { - Q_OBJECT + TQ_OBJECT public: diff --git a/kword/mailmerge/tdeabc/KWMailMergeTDEABCConfig.h b/kword/mailmerge/tdeabc/KWMailMergeTDEABCConfig.h index 1a23b44c..8052f3c2 100644 --- a/kword/mailmerge/tdeabc/KWMailMergeTDEABCConfig.h +++ b/kword/mailmerge/tdeabc/KWMailMergeTDEABCConfig.h @@ -33,7 +33,7 @@ class KWMailMergeTDEABC; class KWMailMergeTDEABCConfig: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KWMailMergeTDEABCConfig( TQWidget *parent, KWMailMergeTDEABC *db_ ); diff --git a/lib/kformula/MatrixDialog.h b/lib/kformula/MatrixDialog.h index bc5bd7f1..2bef8732 100644 --- a/lib/kformula/MatrixDialog.h +++ b/lib/kformula/MatrixDialog.h @@ -33,7 +33,7 @@ KFORMULA_NAMESPACE_BEGIN */ class MatrixDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulaconfigpage.h b/lib/kformula/kformulaconfigpage.h index b87cf844..55d65b59 100644 --- a/lib/kformula/kformulaconfigpage.h +++ b/lib/kformula/kformulaconfigpage.h @@ -51,7 +51,7 @@ class Document; class KOFORMULA_EXPORT ConfigurePage : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -110,7 +110,7 @@ private: // class MathFontsConfigurePage : public TQObject // { -// Q_OBJECT +// TQ_OBJECT // // public: diff --git a/lib/kformula/kformulacontainer.h b/lib/kformula/kformulacontainer.h index 41c4c9bf..64866af6 100644 --- a/lib/kformula/kformulacontainer.h +++ b/lib/kformula/kformulacontainer.h @@ -89,7 +89,7 @@ public: */ class KOFORMULA_EXPORT Container : public TQObject, public FormulaDocument { friend class MimeSource; - Q_OBJECT + TQ_OBJECT // no copying diff --git a/lib/kformula/kformuladocument.h b/lib/kformula/kformuladocument.h index 7a8f0369..0cd80263 100644 --- a/lib/kformula/kformuladocument.h +++ b/lib/kformula/kformuladocument.h @@ -66,7 +66,7 @@ protected: * or destroy a Container object. */ class KOFORMULA_EXPORT Document : public TQObject { - Q_OBJECT + TQ_OBJECT friend class DocumentWrapper; @@ -290,7 +290,7 @@ private: * document to work with. */ class KOFORMULA_EXPORT DocumentWrapper : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulainputfilter.h b/lib/kformula/kformulainputfilter.h index 50d299b8..38a15c93 100644 --- a/lib/kformula/kformulainputfilter.h +++ b/lib/kformula/kformulainputfilter.h @@ -30,7 +30,7 @@ KFORMULA_NAMESPACE_BEGIN class KFInputFilter : public TQObject { -Q_OBJECT +TQ_OBJECT public: /* diff --git a/lib/kformula/kformulamathmlread.h b/lib/kformula/kformulamathmlread.h index 9fad12ca..58e08283 100644 --- a/lib/kformula/kformulamathmlread.h +++ b/lib/kformula/kformulamathmlread.h @@ -36,7 +36,7 @@ class MathML2KFormulaPrivate; */ class MathML2KFormula : public KFInputFilter { - Q_OBJECT + TQ_OBJECT friend class MathML2KFormulaPrivate; diff --git a/lib/kformula/kformulaview.h b/lib/kformula/kformulaview.h index bf692282..cfcf10a8 100644 --- a/lib/kformula/kformulaview.h +++ b/lib/kformula/kformulaview.h @@ -48,7 +48,7 @@ class Container; * is to be drawn into. */ class KOFORMULA_EXPORT View : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulawidget.h b/lib/kformula/kformulawidget.h index dd15684c..e185b308 100644 --- a/lib/kformula/kformulawidget.h +++ b/lib/kformula/kformulawidget.h @@ -46,7 +46,7 @@ using namespace KFormula; * to move the cursor around. To edit the formula use the document. */ class KFormulaWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/scrollview.h b/lib/kformula/scrollview.h index fad75420..d09ea895 100644 --- a/lib/kformula/scrollview.h +++ b/lib/kformula/scrollview.h @@ -12,7 +12,7 @@ using namespace KFormula; class ScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: ScrollView(); diff --git a/lib/kofficecore/KoApplication.h b/lib/kofficecore/KoApplication.h index 158f107b..64634f67 100644 --- a/lib/kofficecore/KoApplication.h +++ b/lib/kofficecore/KoApplication.h @@ -41,7 +41,7 @@ class KoApplicationPrivate; */ class KOFFICECORE_EXPORT KoApplication : public TDEApplication { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoChild.h b/lib/kofficecore/KoChild.h index 16b0f302..ef3dc55a 100644 --- a/lib/kofficecore/KoChild.h +++ b/lib/kofficecore/KoChild.h @@ -40,7 +40,7 @@ */ class KOFFICECORE_EXPORT KoChild : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoContainerHandler.h b/lib/kofficecore/KoContainerHandler.h index 43d2fbbf..5b751fc7 100644 --- a/lib/kofficecore/KoContainerHandler.h +++ b/lib/kofficecore/KoContainerHandler.h @@ -42,7 +42,7 @@ class KoPartMoveHandlerPrivate; */ class KOFFICECORE_EXPORT KoEventHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoEventHandler( TQObject* target ); @@ -60,7 +60,7 @@ private: */ class KoPartResizeHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartResizeHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -81,7 +81,7 @@ private: */ class KoPartMoveHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartMoveHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -111,7 +111,7 @@ private: */ class KOFFICECORE_EXPORT KoContainerHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoContainerHandler( KoView* view, TQWidget* widget ); diff --git a/lib/kofficecore/KoDetailsPane.h b/lib/kofficecore/KoDetailsPane.h index 1ae87ce9..21971368 100644 --- a/lib/kofficecore/KoDetailsPane.h +++ b/lib/kofficecore/KoDetailsPane.h @@ -45,7 +45,7 @@ class KoTemplatesPanePrivate; */ class KoTemplatesPane : public KoDetailsPaneBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -96,7 +96,7 @@ class KoTemplatesPane : public KoDetailsPaneBase */ class KoRecentDocumentsPane : public KoDetailsPaneBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h index 21cb0b6b..f7fc00d9 100644 --- a/lib/kofficecore/KoDocument.h +++ b/lib/kofficecore/KoDocument.h @@ -59,7 +59,7 @@ class KoOpenPane; */ class KOFFICECORE_EXPORT KoDocument : public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQCString dcopObjectId READ dcopObjectId) TQ_PROPERTY( bool backupFile READ backupFile WRITE setBackupFile ) diff --git a/lib/kofficecore/KoDocumentChild.h b/lib/kofficecore/KoDocumentChild.h index 6dfebd21..31f19316 100644 --- a/lib/kofficecore/KoDocumentChild.h +++ b/lib/kofficecore/KoDocumentChild.h @@ -42,7 +42,7 @@ class KoXmlWriter; */ class KOFFICECORE_EXPORT KoDocumentChild : public KoChild { - Q_OBJECT + TQ_OBJECT public: KoDocumentChild( KoDocument* parent, KoDocument* doc, const TQRect& geometry ); diff --git a/lib/kofficecore/KoDocumentInfo.h b/lib/kofficecore/KoDocumentInfo.h index f6467768..13bfdb5c 100644 --- a/lib/kofficecore/KoDocumentInfo.h +++ b/lib/kofficecore/KoDocumentInfo.h @@ -38,7 +38,7 @@ class KoXmlWriter; class KOFFICECORE_EXPORT KoDocumentInfo : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfo( TQObject* parent = 0, const char* name = 0 ); @@ -77,7 +77,7 @@ public: class KOFFICECORE_EXPORT KoDocumentInfoAuthor : public KoDocumentInfoPage { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoAuthor( KoDocumentInfo* info ); @@ -136,7 +136,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoAbout : public KoDocumentInfoPage { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoAbout( KoDocumentInfo* info ); @@ -180,7 +180,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoUserMetadata : public KoDocumentInfoPage { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoUserMetadata( KoDocumentInfo* info ); diff --git a/lib/kofficecore/KoDocumentInfoDlg.h b/lib/kofficecore/KoDocumentInfoDlg.h index a636c7dd..30703ba2 100644 --- a/lib/kofficecore/KoDocumentInfoDlg.h +++ b/lib/kofficecore/KoDocumentInfoDlg.h @@ -34,7 +34,7 @@ class KArchiveEntry; class KOFFICECORE_EXPORT KoDocumentInfoDlg : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoDlg( KoDocumentInfo *docInfo, TQWidget *parent = 0, const char *name = 0, @@ -69,7 +69,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoPropsPage : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoPropsPage( KPropertiesDialog *props, const char *name = 0, diff --git a/lib/kofficecore/KoDocument_p.h b/lib/kofficecore/KoDocument_p.h index a6437d3d..40181eb6 100644 --- a/lib/kofficecore/KoDocument_p.h +++ b/lib/kofficecore/KoDocument_p.h @@ -29,7 +29,7 @@ class KoDocument; */ class KoBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT public: KoBrowserExtension( KoDocument * doc, const char * name = 0 ); diff --git a/lib/kofficecore/KoFactory.h b/lib/kofficecore/KoFactory.h index 21287315..087b4498 100644 --- a/lib/kofficecore/KoFactory.h +++ b/lib/kofficecore/KoFactory.h @@ -26,7 +26,7 @@ class TDEInstance; class KOFFICECORE_EXPORT KoFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: KoFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/lib/kofficecore/KoFileDialog.h b/lib/kofficecore/KoFileDialog.h index c48169a3..c1532e1d 100644 --- a/lib/kofficecore/KoFileDialog.h +++ b/lib/kofficecore/KoFileDialog.h @@ -34,7 +34,7 @@ */ class KoFileDialog : public KFileDialog { - Q_OBJECT + TQ_OBJECT public: KoFileDialog( const TQString& startDir, const TQString& filter, diff --git a/lib/kofficecore/KoFilter.h b/lib/kofficecore/KoFilter.h index c4560280..09ea61b7 100644 --- a/lib/kofficecore/KoFilter.h +++ b/lib/kofficecore/KoFilter.h @@ -31,7 +31,7 @@ class KoFilterChain; * @brief The base class for import and export filters. * * Derive your filter class from this base class and implement - * the @ref convert() method. Don't forget to specify the Q_OBJECT + * the @ref convert() method. Don't forget to specify the TQ_OBJECT * macro in your class even if you don't use signals or slots. * This is needed as filters are created on the fly. @@ -48,7 +48,7 @@ class KoFilterChain; */ class KOFFICECORE_EXPORT KoFilter : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KoFilterEntry; // needed for the filter chain pointer :( @@ -146,7 +146,7 @@ private: */ class KOFFICECORE_EXPORT KoEmbeddingFilter : public KoFilter { - Q_OBJECT + TQ_OBJECT friend class KoFilterChain; diff --git a/lib/kofficecore/KoFilterManager.h b/lib/kofficecore/KoFilterManager.h index 9c9dcaa8..dec2ec03 100644 --- a/lib/kofficecore/KoFilterManager.h +++ b/lib/kofficecore/KoFilterManager.h @@ -43,7 +43,7 @@ class KoDocument; */ class KOFFICECORE_EXPORT KoFilterManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficecore/KoFilterManager_p.h b/lib/kofficecore/KoFilterManager_p.h index e446f6f7..2d614d4f 100644 --- a/lib/kofficecore/KoFilterManager_p.h +++ b/lib/kofficecore/KoFilterManager_p.h @@ -29,7 +29,7 @@ class TDEListBox; class KoFilterChooser : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kofficecore/KoFrame.h b/lib/kofficecore/KoFrame.h index 484f6a45..48ed77a9 100644 --- a/lib/kofficecore/KoFrame.h +++ b/lib/kofficecore/KoFrame.h @@ -27,7 +27,7 @@ class KoFramePrivate; class KoFrame : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum State { Inactive, Selected, Active }; diff --git a/lib/kofficecore/KoMainWindow.h b/lib/kofficecore/KoMainWindow.h index 81dcd587..9befc71e 100644 --- a/lib/kofficecore/KoMainWindow.h +++ b/lib/kofficecore/KoMainWindow.h @@ -50,7 +50,7 @@ namespace KParts */ class KOFFICECORE_EXPORT KoMainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoOpenPane.h b/lib/kofficecore/KoOpenPane.h index d9d3b43d..eccf39ff 100644 --- a/lib/kofficecore/KoOpenPane.h +++ b/lib/kofficecore/KoOpenPane.h @@ -35,7 +35,7 @@ class KoDetailsPaneBase; class KoOpenPane : public KoOpenPaneBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoSpeaker.h b/lib/kofficecore/KoSpeaker.h index 7376e4ca..e6d61d34 100644 --- a/lib/kofficecore/KoSpeaker.h +++ b/lib/kofficecore/KoSpeaker.h @@ -62,7 +62,7 @@ class KoSpeakerPrivate; */ class KOFFICECORE_EXPORT KoSpeaker : public TQObject, public TDEShared { - Q_OBJECT + TQ_OBJECT public: KoSpeaker(); diff --git a/lib/kofficecore/KoView.h b/lib/kofficecore/KoView.h index b53c339a..354fd2c8 100644 --- a/lib/kofficecore/KoView.h +++ b/lib/kofficecore/KoView.h @@ -56,7 +56,7 @@ namespace KParts */ class KOFFICECORE_EXPORT KoView : public TQWidget, public KParts::PartBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -472,7 +472,7 @@ private: */ class KoViewChild : public KoChild { - Q_OBJECT + TQ_OBJECT public: KoViewChild( KoDocumentChild *child, KoView *_parentView ); diff --git a/lib/kofficecore/Koversiondialog.h b/lib/kofficecore/Koversiondialog.h index 9bf930a2..2f920d7c 100644 --- a/lib/kofficecore/Koversiondialog.h +++ b/lib/kofficecore/Koversiondialog.h @@ -29,7 +29,7 @@ class TQMultiLineEdit; class KoVersionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoVersionDialog( TQWidget* parent, const char* name = 0L ); @@ -56,7 +56,7 @@ protected: class KoVersionModifyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoVersionModifyDialog( TQWidget* parent, const TQString &_comment = TQString() , const char* name = 0L ); diff --git a/lib/kofficeui/KoCharSelectDia.h b/lib/kofficeui/KoCharSelectDia.h index a8d0b91c..1f216a1e 100644 --- a/lib/kofficeui/KoCharSelectDia.h +++ b/lib/kofficeui/KoCharSelectDia.h @@ -35,7 +35,7 @@ class KButtonBox; class KOFFICEUI_EXPORT KoCharSelectDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoCommandHistory.h b/lib/kofficeui/KoCommandHistory.h index 02af7c80..96a09d54 100644 --- a/lib/kofficeui/KoCommandHistory.h +++ b/lib/kofficeui/KoCommandHistory.h @@ -33,7 +33,7 @@ class KCommand; #include <tqlistbox.h> class KoListBox : public TQListBox { - Q_OBJECT + TQ_OBJECT public: KoListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); @@ -57,7 +57,7 @@ signals: * @short History of user commands (for undo/redo) */ class KOFFICEUI_EXPORT KoCommandHistory : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoContextCelp.h b/lib/kofficeui/KoContextCelp.h index 51ea6539..0b101f87 100644 --- a/lib/kofficeui/KoContextCelp.h +++ b/lib/kofficeui/KoContextCelp.h @@ -32,7 +32,7 @@ class TQSimpleRichText; class KoVerticalLabel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ class KoVerticalLabel : public TQWidget class KoHelpNavButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -78,7 +78,7 @@ class KoHelpNavButton : public TQWidget class KoTinyButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -107,7 +107,7 @@ class KoTinyButton : public TQWidget class KoHelpView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -133,7 +133,7 @@ class KoHelpView : public TQWidget class KoHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -170,7 +170,7 @@ class KoHelpWidget : public TQWidget */ class KoContextHelpPopup : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -216,7 +216,7 @@ class KoContextHelpPopup : public TQWidget */ class KOFFICEUI_EXPORT KoContextHelpAction : public TDEToggleAction { - Q_OBJECT + TQ_OBJECT public: @@ -239,7 +239,7 @@ class KOFFICEUI_EXPORT KoContextHelpAction : public TDEToggleAction class KoContextHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -263,7 +263,7 @@ class KoContextHelpWidget : public TQWidget class KoContextHelpDocker : public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoEditPath.h b/lib/kofficeui/KoEditPath.h index 2b971ff6..71866198 100644 --- a/lib/kofficeui/KoEditPath.h +++ b/lib/kofficeui/KoEditPath.h @@ -29,7 +29,7 @@ class TQCheckBox; class KOFFICEUI_EXPORT KoEditPathDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoEditPathDia( const TQString & _path, TQWidget *parent, const char *name ); @@ -42,7 +42,7 @@ private: class KOFFICEUI_EXPORT KoChangePathDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoChangePathDia( const TQString & _path, TQWidget *parent, const char *name ); diff --git a/lib/kofficeui/KoGuideLineDia.h b/lib/kofficeui/KoGuideLineDia.h index 4313a60c..cac53f76 100644 --- a/lib/kofficeui/KoGuideLineDia.h +++ b/lib/kofficeui/KoGuideLineDia.h @@ -35,7 +35,7 @@ class TQRadioButton; */ class KoGuideLineDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoGuides.h b/lib/kofficeui/KoGuides.h index d1e574e7..7feb7164 100644 --- a/lib/kofficeui/KoGuides.h +++ b/lib/kofficeui/KoGuides.h @@ -34,7 +34,7 @@ class KoZoomHandler; class KOFFICEUI_EXPORT KoGuides : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoInsertLink.h b/lib/kofficeui/KoInsertLink.h index ccade61b..436c9b61 100644 --- a/lib/kofficeui/KoInsertLink.h +++ b/lib/kofficeui/KoInsertLink.h @@ -31,7 +31,7 @@ namespace KOfficePrivate { */ class internetLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: internetLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -53,7 +53,7 @@ signals: */ class bookmarkLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: bookmarkLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -77,7 +77,7 @@ signals: */ class mailLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: mailLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -100,7 +100,7 @@ signals: */ class fileLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: fileLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -126,7 +126,7 @@ signals: */ class KOFFICEUI_EXPORT KoInsertLinkDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoInsertLinkDia( TQWidget *parent, const char *name = 0,bool displayBookmarkLink=true ); diff --git a/lib/kofficeui/KoKoolBar.h b/lib/kofficeui/KoKoolBar.h index 4416610f..2a202940 100644 --- a/lib/kofficeui/KoKoolBar.h +++ b/lib/kofficeui/KoKoolBar.h @@ -33,7 +33,7 @@ class KoKoolBarGroup; class KoKoolBarItem : public TQObject { private: - Q_OBJECT + TQ_OBJECT public: KoKoolBarItem( KoKoolBarGroup *_grp, const TQPixmap& _pix, const TQString& _text = TQString() ); @@ -66,7 +66,7 @@ protected: class KoKoolBarGroup : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoKoolBarGroup( KoKoolBar *_bar, const TQString& _text ); @@ -100,7 +100,7 @@ protected: class KoKoolBarBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KoKoolBarBox( KoKoolBar *_bar ); @@ -139,7 +139,7 @@ protected: class KOFFICEUI_EXPORT KoKoolBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoKoolBar( TQWidget *_parent = 0L, const char *_name = 0L ); diff --git a/lib/kofficeui/KoPageLayoutColumns.h b/lib/kofficeui/KoPageLayoutColumns.h index b4e0b35e..d8369136 100644 --- a/lib/kofficeui/KoPageLayoutColumns.h +++ b/lib/kofficeui/KoPageLayoutColumns.h @@ -34,7 +34,7 @@ class KoPagePreview; * This class is a widget that shows the KoColumns data structure and allows the user to change it. */ class KoPageLayoutColumns : public KoPageLayoutColumnsBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPageLayoutDia.h b/lib/kofficeui/KoPageLayoutDia.h index 0c50b448..ff23c929 100644 --- a/lib/kofficeui/KoPageLayoutDia.h +++ b/lib/kofficeui/KoPageLayoutDia.h @@ -46,7 +46,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE */ class KoPagePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -82,7 +82,7 @@ class KoPageLayoutDiaPrivate; */ class KOFFICEUI_EXPORT KoPageLayoutDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPageLayoutHeader.h b/lib/kofficeui/KoPageLayoutHeader.h index 213b021c..fe4eb662 100644 --- a/lib/kofficeui/KoPageLayoutHeader.h +++ b/lib/kofficeui/KoPageLayoutHeader.h @@ -31,7 +31,7 @@ class KoPagePreview; * This class is a widget that shows the KoKWHeaderFooter data structure and allows the user to change it. */ class KoPageLayoutHeader : public KoPageLayoutHeaderBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPageLayoutSize.h b/lib/kofficeui/KoPageLayoutSize.h index 7de19ca3..07b26d37 100644 --- a/lib/kofficeui/KoPageLayoutSize.h +++ b/lib/kofficeui/KoPageLayoutSize.h @@ -35,7 +35,7 @@ class KoPageLayoutColumns; * This class is a widget that shows the KoPageLayout data structure and allows the user to change it. */ class KoPageLayoutSize : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPartSelectAction.h b/lib/kofficeui/KoPartSelectAction.h index e402dd77..cf0d7e39 100644 --- a/lib/kofficeui/KoPartSelectAction.h +++ b/lib/kofficeui/KoPartSelectAction.h @@ -29,7 +29,7 @@ */ class KOFFICEUI_EXPORT KoPartSelectAction : public TDEActionMenu { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPartSelectDia.h b/lib/kofficeui/KoPartSelectDia.h index b6414e3a..ac8ec765 100644 --- a/lib/kofficeui/KoPartSelectDia.h +++ b/lib/kofficeui/KoPartSelectDia.h @@ -35,7 +35,7 @@ class TQPushButton; */ class KOFFICEUI_EXPORT KoPartSelectDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPictureFilePreview.h b/lib/kofficeui/KoPictureFilePreview.h index a9c9297e..58db0d98 100644 --- a/lib/kofficeui/KoPictureFilePreview.h +++ b/lib/kofficeui/KoPictureFilePreview.h @@ -32,7 +32,7 @@ class KoPictureFilePreviewWidget; */ class KOFFICEUI_EXPORT KoPictureFilePreview : public KPreviewWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoRuler.h b/lib/kofficeui/KoRuler.h index 8019b908..9bf6c8c6 100644 --- a/lib/kofficeui/KoRuler.h +++ b/lib/kofficeui/KoRuler.h @@ -100,7 +100,7 @@ class KoRulerPrivate; */ class KOFFICEUI_EXPORT KoRuler : public TQFrame { - Q_OBJECT + TQ_OBJECT friend class KoRulerPrivate; // for the Action enum public: diff --git a/lib/kofficeui/KoSelectAction.h b/lib/kofficeui/KoSelectAction.h index 4531e012..8ee0799e 100644 --- a/lib/kofficeui/KoSelectAction.h +++ b/lib/kofficeui/KoSelectAction.h @@ -30,7 +30,7 @@ class TQPoint; */ class KOFFICEUI_EXPORT KoSelectAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: /** Constructs a KoSelectAction with a text and an icon. diff --git a/lib/kofficeui/KoTabBar.h b/lib/kofficeui/KoTabBar.h index 5396924a..57b5a3ea 100644 --- a/lib/kofficeui/KoTabBar.h +++ b/lib/kofficeui/KoTabBar.h @@ -60,7 +60,7 @@ class KoTabBarPrivate; */ class KOFFICEUI_EXPORT KoTabBar : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString activeTab READ activeTab WRITE setActiveTab ) diff --git a/lib/kofficeui/KoTabChooser.h b/lib/kofficeui/KoTabChooser.h index a487959f..bdbf99e2 100644 --- a/lib/kofficeui/KoTabChooser.h +++ b/lib/kofficeui/KoTabChooser.h @@ -34,7 +34,7 @@ class KoTabChooserPrivate; class KOFFICEUI_EXPORT KoTabChooser : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoTemplateChooseDia.h b/lib/kofficeui/KoTemplateChooseDia.h index 6797a69c..b2dd4df5 100644 --- a/lib/kofficeui/KoTemplateChooseDia.h +++ b/lib/kofficeui/KoTemplateChooseDia.h @@ -42,7 +42,7 @@ class TQGridLayout; */ class KoTCDIconCanvas : public TDEIconCanvas { - Q_OBJECT + TQ_OBJECT public: KoTCDIconCanvas( TQWidget *parent = 0, const char *name = 0L ) @@ -93,7 +93,7 @@ class KoTCDIconViewItem : public TDEIconViewItem * @internal */ class KoTCDRecentFilesIconView : public KFileIconView { - Q_OBJECT + TQ_OBJECT public: KoTCDRecentFilesIconView( TQWidget* parent, const char* name ) : @@ -132,7 +132,7 @@ class KoTemplateChooseDiaPrivate; */ class KOFFICEUI_EXPORT KoTemplateChooseDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoTemplateCreateDia.h b/lib/kofficeui/KoTemplateCreateDia.h index 73833975..3eb134d0 100644 --- a/lib/kofficeui/KoTemplateCreateDia.h +++ b/lib/kofficeui/KoTemplateCreateDia.h @@ -41,7 +41,7 @@ class KoTemplateCreateDiaPrivate; class KOFFICEUI_EXPORT KoTemplateCreateDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoToolBox.h b/lib/kofficeui/KoToolBox.h index ef7e5a77..0d5b2b18 100644 --- a/lib/kofficeui/KoToolBox.h +++ b/lib/kofficeui/KoToolBox.h @@ -44,7 +44,7 @@ class ToolArea; class KOFFICEUI_EXPORT KoToolBox : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoTooluButton.h b/lib/kofficeui/KoTooluButton.h index b2975123..c57574c2 100644 --- a/lib/kofficeui/KoTooluButton.h +++ b/lib/kofficeui/KoTooluButton.h @@ -28,7 +28,7 @@ class TQPopupMenu; class KoColorPanel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoColorPanel( TQWidget* parent = 0, const char* name = 0 ); @@ -105,7 +105,7 @@ bool operator<( const KoColorPanel::Position& lhs, const KoColorPanel::Position& // colors... hacky class KoColorPopupProxy : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoColorPopupProxy( const TQColor& defaultColor, KoColorPanel* recentColors, TQObject* parent, const char* name ); @@ -129,7 +129,7 @@ private: // Parts of the code are from TDEToolBarButton class KoToolButton : public TDEToolBarButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoUnitWidgets.h b/lib/kofficeui/KoUnitWidgets.h index cd741f32..ddadd5d9 100644 --- a/lib/kofficeui/KoUnitWidgets.h +++ b/lib/kofficeui/KoUnitWidgets.h @@ -106,7 +106,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -157,7 +157,7 @@ private slots: */ class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L ); @@ -186,7 +186,7 @@ private: */ class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -223,7 +223,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L ); diff --git a/lib/kofficeui/KoZoomAction.h b/lib/kofficeui/KoZoomAction.h index ec3b9fc1..bba92480 100644 --- a/lib/kofficeui/KoZoomAction.h +++ b/lib/kofficeui/KoZoomAction.h @@ -30,7 +30,7 @@ */ class KOFFICEUI_EXPORT KoZoomAction : public TDESelectAction { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kofficeui/Kolinestyleaction.h b/lib/kofficeui/Kolinestyleaction.h index d0eb4ef0..e310c226 100644 --- a/lib/kofficeui/Kolinestyleaction.h +++ b/lib/kofficeui/Kolinestyleaction.h @@ -25,7 +25,7 @@ /** A line style selection action */ class KOFFICEUI_EXPORT KoLineStyleAction : public KoSelectAction { - Q_OBJECT + TQ_OBJECT public: /** Constructs a KoLineStyleAction with a text and an icon. diff --git a/lib/kofficeui/Kolinewidthaction.h b/lib/kofficeui/Kolinewidthaction.h index fe1ed705..4adc9266 100644 --- a/lib/kofficeui/Kolinewidthaction.h +++ b/lib/kofficeui/Kolinewidthaction.h @@ -29,7 +29,7 @@ /** A line width selection action */ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction { - Q_OBJECT + TQ_OBJECT public: /** Constructs a KoLineWidthAction with a text and an icon. @@ -87,7 +87,7 @@ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction /** This class provides a dialog for setting a custom line width. */ class KoLineWidthChooser : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoLineWidthChooser(TQWidget* parent = 0, const char* name = 0); diff --git a/lib/kofficeui/kcoloractions.h b/lib/kofficeui/kcoloractions.h index 8842f480..669b1515 100644 --- a/lib/kofficeui/kcoloractions.h +++ b/lib/kofficeui/kcoloractions.h @@ -28,7 +28,7 @@ */ class KColorAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: @@ -67,7 +67,7 @@ private: class TDESelectColorAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: enum Type { diff --git a/lib/kofficeui/tests/coloraction_test.h b/lib/kofficeui/tests/coloraction_test.h index f2d1618e..31ddec07 100644 --- a/lib/kofficeui/tests/coloraction_test.h +++ b/lib/kofficeui/tests/coloraction_test.h @@ -27,7 +27,7 @@ class KoColorPanel; class TopLevel : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: TopLevel( TQWidget* parent = 0, const char* name = 0 ); diff --git a/lib/kofficeui/tkcoloractions.h b/lib/kofficeui/tkcoloractions.h index eb77fa7a..2c4f68b6 100644 --- a/lib/kofficeui/tkcoloractions.h +++ b/lib/kofficeui/tkcoloractions.h @@ -31,7 +31,7 @@ class TKColorPanel; class TTDESelectColorActionPrivate; class TKColorPopupMenu : public TDEPopupMenu -{ Q_OBJECT +{ TQ_OBJECT public: TKColorPopupMenu( TQWidget* parent = 0, const char* name = 0 ); @@ -42,7 +42,7 @@ public slots: }; /****************************************************************************************/ class KOFFICEUI_EXPORT TTDESelectColorAction : public TTDEAction -{ Q_OBJECT +{ TQ_OBJECT public: enum Type { @@ -99,7 +99,7 @@ private: }; /****************************************************************************************/ class TKColorPanelButton : public TQFrame -{ Q_OBJECT +{ TQ_OBJECT public: TKColorPanelButton( const TQColor&, TQWidget* parent, const char* name = 0 ); @@ -127,7 +127,7 @@ private: }; /****************************************************************************************/ class TKColorPanel : public TQWidget -{ Q_OBJECT +{ TQ_OBJECT public: diff --git a/lib/kofficeui/tkcombobox.h b/lib/kofficeui/tkcombobox.h index 63e52f55..fd9be294 100644 --- a/lib/kofficeui/tkcombobox.h +++ b/lib/kofficeui/tkcombobox.h @@ -22,7 +22,7 @@ #include <tqcombobox.h> class TKComboBox : public TQComboBox -{ Q_OBJECT +{ TQ_OBJECT public: TKComboBox(TQWidget* parent=0, const char* name=0); diff --git a/lib/kofficeui/ttdeaction.h b/lib/kofficeui/ttdeaction.h index bc5912f4..349ab5b8 100644 --- a/lib/kofficeui/ttdeaction.h +++ b/lib/kofficeui/ttdeaction.h @@ -31,7 +31,7 @@ class TTDEToolBarButton; class TKComboBox; class KOFFICEUI_EXPORT TTDEAction : public TDEAction -{ Q_OBJECT +{ TQ_OBJECT public: TTDEAction(TQObject* parent, const char* name); @@ -60,7 +60,7 @@ private: }; /******************************************************************************/ class KOFFICEUI_EXPORT TKBaseSelectAction : public TTDEAction -{ Q_OBJECT +{ TQ_OBJECT friend class TTDESelectAction; public: @@ -95,7 +95,7 @@ private: }; /******************************************************************************/ class KOFFICEUI_EXPORT TTDESelectAction : public TKBaseSelectAction -{ Q_OBJECT +{ TQ_OBJECT public: TTDESelectAction(TQObject* parent, const char* name); diff --git a/lib/kofficeui/ttdetoolbarbutton.h b/lib/kofficeui/ttdetoolbarbutton.h index 3a899fc8..9a797989 100644 --- a/lib/kofficeui/ttdetoolbarbutton.h +++ b/lib/kofficeui/ttdetoolbarbutton.h @@ -32,7 +32,7 @@ class TQPopupMenu; class TQPainter; class TTDEToolBarButton : public TQToolButton -{ Q_OBJECT +{ TQ_OBJECT public: TTDEToolBarButton(const TQString& icon, const TQString& txt, diff --git a/lib/kopainter/koColorChooser.h b/lib/kopainter/koColorChooser.h index f1b259bc..d978823a 100644 --- a/lib/kopainter/koColorChooser.h +++ b/lib/kopainter/koColorChooser.h @@ -42,7 +42,7 @@ class ColorWidget; class KoColorChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoColorChooser(TQWidget *parent = 0L, const char *name = 0L); @@ -82,7 +82,7 @@ private: }; class ColorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -100,7 +100,7 @@ protected: class RGBWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: RGBWidget(TQWidget *parent = 0L); @@ -138,7 +138,7 @@ private: class HSVWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: HSVWidget(TQWidget *parent = 0L); @@ -176,7 +176,7 @@ private: class GreyWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: GreyWidget(TQWidget *parent = 0L); @@ -202,7 +202,7 @@ protected: class LABWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: LABWidget(TQWidget *parent = 0L); diff --git a/lib/kopainter/koColorSlider.h b/lib/kopainter/koColorSlider.h index 05a715a4..ac03d61a 100644 --- a/lib/kopainter/koColorSlider.h +++ b/lib/kopainter/koColorSlider.h @@ -30,7 +30,7 @@ class SliderWidget; class KOPAINTER_EXPORT KoColorFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KoColorFrame(TQWidget *parent = 0L); @@ -63,7 +63,7 @@ protected: class KOPAINTER_EXPORT KoSliderWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoSliderWidget(TQWidget *parent = 0L); @@ -84,7 +84,7 @@ protected: class KOPAINTER_EXPORT KoColorSlider : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoColorSlider(TQWidget *parent = 0L); diff --git a/lib/kopainter/koFrameButton.h b/lib/kopainter/koFrameButton.h index 67be4340..8648b1c0 100644 --- a/lib/kopainter/koFrameButton.h +++ b/lib/kopainter/koFrameButton.h @@ -28,7 +28,7 @@ class TQString; class KoFrameButton : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KoFrameButton(TQWidget *parent = 0, const char *name = 0); diff --git a/lib/kopainter/koIconChooser.h b/lib/kopainter/koIconChooser.h index ed81dc02..836df9f8 100644 --- a/lib/kopainter/koIconChooser.h +++ b/lib/kopainter/koIconChooser.h @@ -61,7 +61,7 @@ private: class KOPAINTER_EXPORT KoIconChooser: public TQGridView { - Q_OBJECT + TQ_OBJECT public: // To make the items sorted, set 'sort' to true and override KoIconItem::compare(). @@ -123,7 +123,7 @@ private: // kis_patternchooser. (Rob) class KOPAINTER_EXPORT KoPatternChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoPatternChooser( const TQPtrList<KoIconItem> &list, TQWidget *parent, const char *name = 0 ); diff --git a/lib/kopainter/ko_cmyk_widget.h b/lib/kopainter/ko_cmyk_widget.h index 4e1e4c89..42afc6bb 100644 --- a/lib/kopainter/ko_cmyk_widget.h +++ b/lib/kopainter/ko_cmyk_widget.h @@ -43,7 +43,7 @@ struct CMYKColor class KoCMYKWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopainter/ko_color_wheel.h b/lib/kopainter/ko_color_wheel.h index d57a98da..582cae4f 100644 --- a/lib/kopainter/ko_color_wheel.h +++ b/lib/kopainter/ko_color_wheel.h @@ -28,7 +28,7 @@ class TQPainter; class KoColorWheel : public KXYSelector { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kopainter/ko_gray_widget.h b/lib/kopainter/ko_gray_widget.h index c2b49adf..4b1d7abe 100644 --- a/lib/kopainter/ko_gray_widget.h +++ b/lib/kopainter/ko_gray_widget.h @@ -35,7 +35,7 @@ class KDualColorButton; class KoGrayWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopainter/ko_hsv_widget.h b/lib/kopainter/ko_hsv_widget.h index 228475d0..035dc5ce 100644 --- a/lib/kopainter/ko_hsv_widget.h +++ b/lib/kopainter/ko_hsv_widget.h @@ -38,7 +38,7 @@ class TQSpinBox; class KoHSVWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopainter/ko_rgb_widget.h b/lib/kopainter/ko_rgb_widget.h index 827322f5..915d363d 100644 --- a/lib/kopainter/ko_rgb_widget.h +++ b/lib/kopainter/ko_rgb_widget.h @@ -37,7 +37,7 @@ class TQColor; class KoRGBWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopalette/kopalette.h b/lib/kopalette/kopalette.h index 7c592c9c..659d9f9b 100644 --- a/lib/kopalette/kopalette.h +++ b/lib/kopalette/kopalette.h @@ -38,7 +38,7 @@ */ class KOPALETTE_EXPORT KoPalette : public TQDockWindow { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kopalette/kopalettemanager.h b/lib/kopalette/kopalettemanager.h index 090f237d..7869d075 100644 --- a/lib/kopalette/kopalettemanager.h +++ b/lib/kopalette/kopalettemanager.h @@ -84,7 +84,7 @@ namespace { */ class KOPALETTE_EXPORT KoPaletteManager : public TQObject { - Q_OBJECT + TQ_OBJECT diff --git a/lib/kopalette/kotabpalette.h b/lib/kopalette/kotabpalette.h index 31b46683..a2f7ca7b 100644 --- a/lib/kopalette/kotabpalette.h +++ b/lib/kopalette/kotabpalette.h @@ -36,7 +36,7 @@ class TQWidget; */ class KoTabPalette : public KoPalette { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kopalette/kotoolboxpalette.h b/lib/kopalette/kotoolboxpalette.h index cbc119ba..c11f86d9 100644 --- a/lib/kopalette/kotoolboxpalette.h +++ b/lib/kopalette/kotoolboxpalette.h @@ -29,7 +29,7 @@ */ class KoToolBoxPalette : public KoPalette { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/koproperty/editor.h b/lib/koproperty/editor.h index 204bb615..ec1eda1c 100644 --- a/lib/koproperty/editor.h +++ b/lib/koproperty/editor.h @@ -62,7 +62,7 @@ class EditorItem; */ class KOPROPERTY_EXPORT Editor : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h index edd3c637..cce7c0a3 100644 --- a/lib/koproperty/editors/booledit.h +++ b/lib/koproperty/editors/booledit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT BoolEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: @@ -59,7 +59,7 @@ class KOPROPERTY_EXPORT BoolEdit : public Widget class KOPROPERTY_EXPORT ThreeStateBoolEdit : public ComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/coloredit.h b/lib/koproperty/editors/coloredit.h index 2dd74707..94e2bc2e 100644 --- a/lib/koproperty/editors/coloredit.h +++ b/lib/koproperty/editors/coloredit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ColorButton : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/combobox.h b/lib/koproperty/editors/combobox.h index 9bb7a745..f95a43f7 100644 --- a/lib/koproperty/editors/combobox.h +++ b/lib/koproperty/editors/combobox.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ComboBox : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/cursoredit.h b/lib/koproperty/editors/cursoredit.h index 0748110a..3f6b9c98 100644 --- a/lib/koproperty/editors/cursoredit.h +++ b/lib/koproperty/editors/cursoredit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT CursorEdit : public ComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/dateedit.h b/lib/koproperty/editors/dateedit.h index 58d679ae..aeb58252 100644 --- a/lib/koproperty/editors/dateedit.h +++ b/lib/koproperty/editors/dateedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/datetimeedit.h b/lib/koproperty/editors/datetimeedit.h index d27b1c07..ae6a856a 100644 --- a/lib/koproperty/editors/datetimeedit.h +++ b/lib/koproperty/editors/datetimeedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateTimeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/dummywidget.h b/lib/koproperty/editors/dummywidget.h index 61edac60..c983cf09 100644 --- a/lib/koproperty/editors/dummywidget.h +++ b/lib/koproperty/editors/dummywidget.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DummyWidget: public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/fontedit.h b/lib/koproperty/editors/fontedit.h index 96fa1617..53280539 100644 --- a/lib/koproperty/editors/fontedit.h +++ b/lib/koproperty/editors/fontedit.h @@ -30,7 +30,7 @@ class FontEditRequester; class KOPROPERTY_EXPORT FontEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/linestyleedit.h b/lib/koproperty/editors/linestyleedit.h index c288e33f..cae5a3aa 100644 --- a/lib/koproperty/editors/linestyleedit.h +++ b/lib/koproperty/editors/linestyleedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT LineStyleEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/pixmapedit.h b/lib/koproperty/editors/pixmapedit.h index c2a9d011..b3bfbdbf 100644 --- a/lib/koproperty/editors/pixmapedit.h +++ b/lib/koproperty/editors/pixmapedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PixmapEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/pointedit.h b/lib/koproperty/editors/pointedit.h index 31623b46..5bb01ff0 100644 --- a/lib/koproperty/editors/pointedit.h +++ b/lib/koproperty/editors/pointedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PointEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/rectedit.h b/lib/koproperty/editors/rectedit.h index 42f3630d..8eb5fee6 100644 --- a/lib/koproperty/editors/rectedit.h +++ b/lib/koproperty/editors/rectedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT RectEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/sizeedit.h b/lib/koproperty/editors/sizeedit.h index 4ae5bf64..5e91cee1 100644 --- a/lib/koproperty/editors/sizeedit.h +++ b/lib/koproperty/editors/sizeedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/sizepolicyedit.h b/lib/koproperty/editors/sizepolicyedit.h index c8d8e7a8..a9834975 100644 --- a/lib/koproperty/editors/sizepolicyedit.h +++ b/lib/koproperty/editors/sizepolicyedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizePolicyEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/spinbox.h b/lib/koproperty/editors/spinbox.h index 9c4a3fe2..b79f8265 100644 --- a/lib/koproperty/editors/spinbox.h +++ b/lib/koproperty/editors/spinbox.h @@ -34,7 +34,7 @@ class DoubleEdit; class IntSpinBox : public KIntSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -50,7 +50,7 @@ class IntSpinBox : public KIntSpinBox class KOPROPERTY_EXPORT IntEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KOPROPERTY_EXPORT IntEdit : public Widget class DoubleSpinBox : public KDoubleSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -94,7 +94,7 @@ class DoubleSpinBox : public KDoubleSpinBox class KOPROPERTY_EXPORT DoubleEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/stringedit.h b/lib/koproperty/editors/stringedit.h index cebe6a3e..099cfff1 100644 --- a/lib/koproperty/editors/stringedit.h +++ b/lib/koproperty/editors/stringedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/stringlistedit.h b/lib/koproperty/editors/stringlistedit.h index af9812f5..5370b511 100644 --- a/lib/koproperty/editors/stringlistedit.h +++ b/lib/koproperty/editors/stringlistedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringListEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/symbolcombo.h b/lib/koproperty/editors/symbolcombo.h index 99eb325c..f9a57a8d 100644 --- a/lib/koproperty/editors/symbolcombo.h +++ b/lib/koproperty/editors/symbolcombo.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SymbolCombo : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/timeedit.h b/lib/koproperty/editors/timeedit.h index 16b24686..88d1da73 100644 --- a/lib/koproperty/editors/timeedit.h +++ b/lib/koproperty/editors/timeedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT TimeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/urledit.h b/lib/koproperty/editors/urledit.h index 597d09df..34c478f7 100644 --- a/lib/koproperty/editors/urledit.h +++ b/lib/koproperty/editors/urledit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT URLEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/set.h b/lib/koproperty/set.h index 9e1dc3d2..90c7534f 100644 --- a/lib/koproperty/set.h +++ b/lib/koproperty/set.h @@ -39,7 +39,7 @@ class SetPrivate; */ class KOPROPERTY_EXPORT Set : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -233,7 +233,7 @@ class KOPROPERTY_EXPORT Set : public TQObject */ class KOPROPERTY_EXPORT Buffer : public Set { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/test/test.h b/lib/koproperty/test/test.h index 2866031a..8135f0b1 100644 --- a/lib/koproperty/test/test.h +++ b/lib/koproperty/test/test.h @@ -35,7 +35,7 @@ */ class Test : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: Test(); diff --git a/lib/koproperty/widget.h b/lib/koproperty/widget.h index a93e59cb..8c296d82 100644 --- a/lib/koproperty/widget.h +++ b/lib/koproperty/widget.h @@ -35,7 +35,7 @@ class Property; */ class KOPROPERTY_EXPORT Widget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/widgetproxy.h b/lib/koproperty/widgetproxy.h index 6a52f67d..ea013a4d 100644 --- a/lib/koproperty/widgetproxy.h +++ b/lib/koproperty/widgetproxy.h @@ -36,7 +36,7 @@ class WidgetProxyPrivate; */ class KOPROPERTY_EXPORT WidgetProxy : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/DateFormatWidget.h b/lib/kotext/DateFormatWidget.h index 2ad68658..d926e996 100644 --- a/lib/kotext/DateFormatWidget.h +++ b/lib/kotext/DateFormatWidget.h @@ -4,7 +4,7 @@ class DateFormatWidget : public TimeDateFormatWidgetPrototype { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoAutoFormat.h b/lib/kotext/KoAutoFormat.h index b4e53f6c..d1ce4c09 100644 --- a/lib/kotext/KoAutoFormat.h +++ b/lib/kotext/KoAutoFormat.h @@ -48,7 +48,7 @@ class KoTextFormat; class KoCompletionBox : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KoCompletionBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); diff --git a/lib/kotext/KoAutoFormatDia.h b/lib/kotext/KoAutoFormatDia.h index 800028df..341903c8 100644 --- a/lib/kotext/KoAutoFormatDia.h +++ b/lib/kotext/KoAutoFormatDia.h @@ -34,7 +34,7 @@ class TQComboBox; */ class KoAutoFormatLineEdit : public TQLineEdit { - Q_OBJECT + TQ_OBJECT public: KoAutoFormatLineEdit ( TQWidget * parent, const char * name=0 ); @@ -51,7 +51,7 @@ protected: class KoAutoFormatExceptionWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -81,7 +81,7 @@ protected slots: class KOTEXT_EXPORT KoAutoFormatDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoBgSpellCheck.h b/lib/kotext/KoBgSpellCheck.h index 3cb2f35b..731ad96d 100644 --- a/lib/kotext/KoBgSpellCheck.h +++ b/lib/kotext/KoBgSpellCheck.h @@ -31,7 +31,7 @@ class KoTextIterator; class KOTEXT_EXPORT KoBgSpellCheck : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoBgSpellCheck( const KSpell2::Broker::Ptr& broker, TQObject *parent =0, diff --git a/lib/kotext/KoChangeCaseDia.h b/lib/kotext/KoChangeCaseDia.h index 53519c4f..417b735e 100644 --- a/lib/kotext/KoChangeCaseDia.h +++ b/lib/kotext/KoChangeCaseDia.h @@ -28,7 +28,7 @@ class TQPushButton; class KOTEXT_EXPORT KoChangeCaseDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoChangeCaseDia( TQWidget *parent, const char *name ); diff --git a/lib/kotext/KoCommentDia.h b/lib/kotext/KoCommentDia.h index 206b549c..ccfde381 100644 --- a/lib/kotext/KoCommentDia.h +++ b/lib/kotext/KoCommentDia.h @@ -27,7 +27,7 @@ class TQMultiLineEdit; class KOTEXT_EXPORT KoCommentDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoCommentDia( TQWidget *parent, const TQString &_note=TQString(), const TQString & _authorName=TQString(), const TQString &_createNote=TQString(), const char *name=0L ); diff --git a/lib/kotext/KoCompletionDia.h b/lib/kotext/KoCompletionDia.h index a6fb742f..39901a7e 100644 --- a/lib/kotext/KoCompletionDia.h +++ b/lib/kotext/KoCompletionDia.h @@ -27,7 +27,7 @@ * Completion configuration widget. */ class KoCompletion : public KoCompletionBase { - Q_OBJECT + TQ_OBJECT public: @@ -52,7 +52,7 @@ protected: * Completion configuration dialog. */ class KOTEXT_EXPORT KoCompletionDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoCreateStyleDia.h b/lib/kotext/KoCreateStyleDia.h index 2262091d..d33cfef8 100644 --- a/lib/kotext/KoCreateStyleDia.h +++ b/lib/kotext/KoCreateStyleDia.h @@ -27,7 +27,7 @@ class TQLineEdit; class KOTEXT_EXPORT KoCreateStyleDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoCreateStyleDia( const TQStringList & _list, TQWidget *parent, const char *name ); diff --git a/lib/kotext/KoCustomVariablesDia.h b/lib/kotext/KoCustomVariablesDia.h index 2d796725..e35cee24 100644 --- a/lib/kotext/KoCustomVariablesDia.h +++ b/lib/kotext/KoCustomVariablesDia.h @@ -41,7 +41,7 @@ class TQCloseEvent; class KoVariableNameDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ protected: */ class KoCustomVariablesList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: @@ -116,7 +116,7 @@ private: */ class KOTEXT_EXPORT KoCustomVariablesDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -137,7 +137,7 @@ protected: */ class KOTEXT_EXPORT KoCustomVarDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoDecorationTab.h b/lib/kotext/KoDecorationTab.h index 44b1b354..107e1aad 100644 --- a/lib/kotext/KoDecorationTab.h +++ b/lib/kotext/KoDecorationTab.h @@ -26,7 +26,7 @@ class KoDecorationTab : public KoDecorationTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoFontDia.h b/lib/kotext/KoFontDia.h index a0779a84..bdc102fa 100644 --- a/lib/kotext/KoFontDia.h +++ b/lib/kotext/KoFontDia.h @@ -41,7 +41,7 @@ class TQComboBox; class KOTEXT_EXPORT KoFontDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoFontDiaPreview.h b/lib/kotext/KoFontDiaPreview.h index f995e981..042a5133 100644 --- a/lib/kotext/KoFontDiaPreview.h +++ b/lib/kotext/KoFontDiaPreview.h @@ -31,7 +31,7 @@ */ class KoFontDiaPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kotext/KoFontTab.h b/lib/kotext/KoFontTab.h index 5c7e65cf..5863c0ac 100644 --- a/lib/kotext/KoFontTab.h +++ b/lib/kotext/KoFontTab.h @@ -25,7 +25,7 @@ class KoFontTab : public KoFontTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoHighlightingTab.h b/lib/kotext/KoHighlightingTab.h index 512aacf6..cc069fa8 100644 --- a/lib/kotext/KoHighlightingTab.h +++ b/lib/kotext/KoHighlightingTab.h @@ -27,7 +27,7 @@ class KoHighlightingTab : public KoHighlightingTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoImportStyleDia.h b/lib/kotext/KoImportStyleDia.h index a83e6407..6d4c9f16 100644 --- a/lib/kotext/KoImportStyleDia.h +++ b/lib/kotext/KoImportStyleDia.h @@ -29,7 +29,7 @@ class TQPushButton; class KOTEXT_EXPORT KoImportStyleDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /// @param currentCollection collection of styles already present in the document diff --git a/lib/kotext/KoLanguageTab.h b/lib/kotext/KoLanguageTab.h index ea8f08b8..3a49af7e 100644 --- a/lib/kotext/KoLanguageTab.h +++ b/lib/kotext/KoLanguageTab.h @@ -26,7 +26,7 @@ class KoLanguageTab : public KoLanguageTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoLayoutTab.h b/lib/kotext/KoLayoutTab.h index 9722888a..38ceb1c8 100644 --- a/lib/kotext/KoLayoutTab.h +++ b/lib/kotext/KoLayoutTab.h @@ -25,7 +25,7 @@ class KoLayoutTab : public KoLayoutTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoParagDia.h b/lib/kotext/KoParagDia.h index 18a992c1..8ec432f3 100644 --- a/lib/kotext/KoParagDia.h +++ b/lib/kotext/KoParagDia.h @@ -71,7 +71,7 @@ class KoParagDecorationTab; // From KoParagDecorationTab.ui */ class KOTEXT_EXPORT KoParagLayoutWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: // Constructor: parent widget, flag (PD_SOMETHING) and name @@ -107,7 +107,7 @@ private: */ class KOTEXT_EXPORT KoIndentSpacingWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoIndentSpacingWidget( KoUnit::Unit unit, double _frameWidth, TQWidget * parent,const char * name = 0 ); @@ -151,7 +151,7 @@ private: */ class KOTEXT_EXPORT KoParagAlignWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoParagAlignWidget(bool breakLine, TQWidget * parent, const char * name = 0 ); @@ -185,7 +185,7 @@ private: */ class KOTEXT_EXPORT KoParagDecorationWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoParagDecorationWidget( TQWidget * parent, const char * name = 0 ); @@ -262,7 +262,7 @@ private: class KOTEXT_EXPORT KoCounterStyleWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoCounterStyleWidget( bool displayDepth= true, bool onlyStyleTypeLetter = false, bool disableAll=false, TQWidget* parent = 0, const char* name = 0 ); @@ -344,7 +344,7 @@ private: */ class KOTEXT_EXPORT KoParagCounterWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: @@ -389,7 +389,7 @@ private: */ class KoTabulatorsLineEdit : public KoUnitDoubleSpinBox { - Q_OBJECT + TQ_OBJECT public: KoTabulatorsLineEdit( TQWidget *parent, double lower, double upper, double step, double value = 0.0, @@ -406,7 +406,7 @@ protected: */ class KOTEXT_EXPORT KoParagTabulatorsWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoParagTabulatorsWidget( KoUnit::Unit unit, double _frameWidth, TQWidget * parent, const char * name = 0 ); @@ -467,7 +467,7 @@ private: */ class KoStylePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -497,7 +497,7 @@ protected: */ class KOTEXT_EXPORT KoParagDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoParagDia_p.h b/lib/kotext/KoParagDia_p.h index 1e1b42d3..75ee2c32 100644 --- a/lib/kotext/KoParagDia_p.h +++ b/lib/kotext/KoParagDia_p.h @@ -35,7 +35,7 @@ class TQPainter; /******************************************************************/ class KoSpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -58,7 +58,7 @@ public: /******************************************************************/ class KPagePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ protected: class KPagePreview2 : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ protected: class KoBorderPreview : public TQFrame/*TQGroupBox*/ { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoSearchDia.h b/lib/kotext/KoSearchDia.h index 3c5ebf0b..b110feb8 100644 --- a/lib/kotext/KoSearchDia.h +++ b/lib/kotext/KoSearchDia.h @@ -99,7 +99,7 @@ public: // class KoSearchContextUI : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoSearchContextUI( KoSearchContext *ctx, TQWidget *parent ); @@ -124,7 +124,7 @@ private: class KOTEXT_EXPORT KoSearchDia: public KFindDialog { - Q_OBJECT + TQ_OBJECT public: @@ -147,7 +147,7 @@ private: class KOTEXT_EXPORT KoReplaceDia: public KReplaceDialog { - Q_OBJECT + TQ_OBJECT public: @@ -175,7 +175,7 @@ private: */ class KoTextFind : public KFind { - Q_OBJECT + TQ_OBJECT public: KoTextFind(const TQString &pattern, long options, KoFindReplace *_findReplace, TQWidget *parent = 0); @@ -190,7 +190,7 @@ private: */ class KoTextReplace : public KReplace { - Q_OBJECT + TQ_OBJECT public: KoTextReplace(const TQString &pattern, const TQString &replacement, long options, KoFindReplace *_findReplace, TQWidget *parent = 0); @@ -206,7 +206,7 @@ private: */ class KOTEXT_EXPORT KoFindReplace : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoFindReplace( TQWidget * parent, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView ); @@ -296,7 +296,7 @@ private: */ class KoFormatDia: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoFormatDia( TQWidget* parent, const TQString & _caption, KoSearchContext *_ctx, const char* name=0L); diff --git a/lib/kotext/KoSpell.h b/lib/kotext/KoSpell.h index 685b7348..1c0ccb32 100644 --- a/lib/kotext/KoSpell.h +++ b/lib/kotext/KoSpell.h @@ -44,7 +44,7 @@ namespace KSpell2 */ class KOTEXT_EXPORT KoSpell : public KSpell2::BackgroundChecker { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoStyleManager.h b/lib/kotext/KoStyleManager.h index 6d27449a..8a7e4cf4 100644 --- a/lib/kotext/KoStyleManager.h +++ b/lib/kotext/KoStyleManager.h @@ -53,7 +53,7 @@ class KoStyleManagerPrivate; */ class KOTEXT_EXPORT KoStyleManager : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -120,7 +120,7 @@ protected: }; class KOTEXT_EXPORT KoStyleManagerTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoStyleManagerTab(TQWidget *parent) : TQWidget(parent) {}; @@ -141,7 +141,7 @@ protected: // Acts as a wrapper around KoParagLayoutWidget [which doesn't know about styles]. class KOTEXT_EXPORT KoStyleParagTab : public KoStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KoStyleParagTab( TQWidget * parent ); @@ -161,7 +161,7 @@ private: // The "font" tab. Maybe we should put the text color at the bottom ? class KOTEXT_EXPORT KoStyleFontTab : public KoStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KoStyleFontTab( TQWidget * parent ); diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h index 4bdf0914..b1a1a17e 100644 --- a/lib/kotext/KoTextDocument.h +++ b/lib/kotext/KoTextDocument.h @@ -43,7 +43,7 @@ class CustomItemsMap; class KOTEXT_EXPORT KoTextDocument : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KoTextCursor; diff --git a/lib/kotext/KoTextIterator.h b/lib/kotext/KoTextIterator.h index accd8f92..c1d6e49a 100644 --- a/lib/kotext/KoTextIterator.h +++ b/lib/kotext/KoTextIterator.h @@ -35,7 +35,7 @@ class KoTextView; */ class KOTEXT_EXPORT KoTextIterator : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kotext/KoTextObject.h b/lib/kotext/KoTextObject.h index 4111d4d2..4b032107 100644 --- a/lib/kotext/KoTextObject.h +++ b/lib/kotext/KoTextObject.h @@ -180,7 +180,7 @@ public: */ class KOTEXT_EXPORT KoTextObject : public TQObject, public KoTextFormatInterface { - Q_OBJECT + TQ_OBJECT public: /** Constructor. diff --git a/lib/kotext/KoTextView.h b/lib/kotext/KoTextView.h index 20013ad7..23b6c945 100644 --- a/lib/kotext/KoTextView.h +++ b/lib/kotext/KoTextView.h @@ -52,7 +52,7 @@ class KoParagStyle; */ class KOTEXT_EXPORT KoTextView : public TQObject, public KoTextFormatInterface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kotext/KoVariable.h b/lib/kotext/KoVariable.h index 6113b6d6..629361b9 100644 --- a/lib/kotext/KoVariable.h +++ b/lib/kotext/KoVariable.h @@ -291,7 +291,7 @@ class KoTextDocument; class KoVariableCollection; class KOTEXT_EXPORT KoVariableCollection : public TQObject { - Q_OBJECT + TQ_OBJECT public: // Note that the KoVariableSettings becomes owned by the collection; diff --git a/lib/kotext/TimeFormatWidget.h b/lib/kotext/TimeFormatWidget.h index 6813203b..6a008647 100644 --- a/lib/kotext/TimeFormatWidget.h +++ b/lib/kotext/TimeFormatWidget.h @@ -4,7 +4,7 @@ class TimeFormatWidget : public TimeDateFormatWidgetPrototype { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/tests/KoUserStyleTester.h b/lib/kotext/tests/KoUserStyleTester.h index 4be17d4c..6ba410da 100644 --- a/lib/kotext/tests/KoUserStyleTester.h +++ b/lib/kotext/tests/KoUserStyleTester.h @@ -22,7 +22,7 @@ #include <tdeunittest/tester.h> class KoUserStyleTester : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT private slots: void testEmptyCollection(); diff --git a/lib/kross/main/scriptaction.h b/lib/kross/main/scriptaction.h index ce6544bc..58e6fc19 100644 --- a/lib/kross/main/scriptaction.h +++ b/lib/kross/main/scriptaction.h @@ -40,7 +40,7 @@ namespace Kross { namespace Api { : public TDEAction , public Kross::Api::ScriptContainer { - Q_OBJECT + TQ_OBJECT /// The name of the interpreter used to execute the scripting code. diff --git a/lib/kross/main/scriptguiclient.h b/lib/kross/main/scriptguiclient.h index 01a9b22e..28bb62c0 100644 --- a/lib/kross/main/scriptguiclient.h +++ b/lib/kross/main/scriptguiclient.h @@ -44,7 +44,7 @@ namespace Kross { namespace Api { : public TQObject , public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT //TQ_PROPERTY(TQString configfile READ getConfigFile WRITE setConfigFile) diff --git a/lib/kross/main/wdgscriptsmanager.h b/lib/kross/main/wdgscriptsmanager.h index a30111d1..1415169a 100644 --- a/lib/kross/main/wdgscriptsmanager.h +++ b/lib/kross/main/wdgscriptsmanager.h @@ -36,7 +36,7 @@ class WdgScriptsManagerPrivate; */ class WdgScriptsManager : public WdgScriptsManagerBase { - Q_OBJECT + TQ_OBJECT public: WdgScriptsManager(ScriptGUIClient* scr, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0); diff --git a/lib/kross/test/testaction.h b/lib/kross/test/testaction.h index 8e2d355e..db6e2b90 100644 --- a/lib/kross/test/testaction.h +++ b/lib/kross/test/testaction.h @@ -31,7 +31,7 @@ class TestAction : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TestAction(Kross::Api::ScriptContainer::Ptr scriptcontainer); diff --git a/lib/kross/test/testobject.h b/lib/kross/test/testobject.h index 21454829..0ec38a6f 100644 --- a/lib/kross/test/testobject.h +++ b/lib/kross/test/testobject.h @@ -27,7 +27,7 @@ class TestObject : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString testProperty READ testProperty WRITE setTestProperty) diff --git a/lib/kross/test/testwindow.h b/lib/kross/test/testwindow.h index 45f14de0..e090d800 100644 --- a/lib/kross/test/testwindow.h +++ b/lib/kross/test/testwindow.h @@ -35,7 +35,7 @@ class KTextEdit; class TestWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: TestWindow(const TQString& interpretername, const TQString& scriptcode); diff --git a/plugins/scan/scan.h b/plugins/scan/scan.h index 29b100be..01ef89d8 100644 --- a/plugins/scan/scan.h +++ b/plugins/scan/scan.h @@ -27,7 +27,7 @@ class KScanDialog; class Scan : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Scan(TQObject *parent, const char *name, const TQStringList &); diff --git a/tools/converter/koconverter.h b/tools/converter/koconverter.h index 87672b7b..bcb36234 100644 --- a/tools/converter/koconverter.h +++ b/tools/converter/koconverter.h @@ -24,7 +24,7 @@ class ProgressObject : public TQObject { - Q_OBJECT + TQ_OBJECT public: ProgressObject() : TQObject( 0, 0 ) { } diff --git a/tools/spell/main.h b/tools/spell/main.h index 30ed65fd..3f5c851a 100644 --- a/tools/spell/main.h +++ b/tools/spell/main.h @@ -26,7 +26,7 @@ class SpellChecker : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/abiword/tdefile_abiword.h b/tools/tdefile-plugins/abiword/tdefile_abiword.h index 524996a0..a33eeca7 100644 --- a/tools/tdefile-plugins/abiword/tdefile_abiword.h +++ b/tools/tdefile-plugins/abiword/tdefile_abiword.h @@ -27,7 +27,7 @@ class TQDomNode; class AbiwordPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h index 4340f918..e789a978 100644 --- a/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h +++ b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h @@ -27,7 +27,7 @@ class TQDomNode; class GnumericPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/koffice/tdefile_koffice.h b/tools/tdefile-plugins/koffice/tdefile_koffice.h index 2dbe7025..8a3ca5e1 100644 --- a/tools/tdefile-plugins/koffice/tdefile_koffice.h +++ b/tools/tdefile-plugins/koffice/tdefile_koffice.h @@ -27,7 +27,7 @@ class TQDomNode; class KOfficePlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/tdefile-plugins/ooo/tdefile_ooo.h b/tools/tdefile-plugins/ooo/tdefile_ooo.h index 4f3b90f3..33ed85fc 100644 --- a/tools/tdefile-plugins/ooo/tdefile_ooo.h +++ b/tools/tdefile-plugins/ooo/tdefile_ooo.h @@ -30,7 +30,7 @@ class TQDomElement; class KOfficePlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/thesaurus/main.h b/tools/thesaurus/main.h index aa2e1919..a59947f4 100644 --- a/tools/thesaurus/main.h +++ b/tools/thesaurus/main.h @@ -62,7 +62,7 @@ class TQToolButton; class Thesaurus : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/tools/thumbnail/kofficecreator.h b/tools/thumbnail/kofficecreator.h index 43f09bf2..398c2a91 100644 --- a/tools/thumbnail/kofficecreator.h +++ b/tools/thumbnail/kofficecreator.h @@ -28,7 +28,7 @@ class KoDocument; class KOfficeCreator : public TQObject, public ThumbCreator { - Q_OBJECT + TQ_OBJECT public: KOfficeCreator(); |