diff options
1057 files changed, 1335 insertions, 1335 deletions
diff --git a/chalk/chalkcolor/kis_colorspace_factory_registry.h b/chalk/chalkcolor/kis_colorspace_factory_registry.h index 1ecff87a..3c018e69 100644 --- a/chalk/chalkcolor/kis_colorspace_factory_registry.h +++ b/chalk/chalkcolor/kis_colorspace_factory_registry.h @@ -36,7 +36,7 @@ class KisColorSpaceFactoryRegistry : public TQObject, public KisGenericRegistry 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 0a38b98e..c64daf46 100644 --- a/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h +++ b/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.h @@ -27,7 +27,7 @@ class CMYKU16Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: CMYKU16Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~CMYKU16Plugin(); diff --git a/chalk/colorspaces/cmyk_u8/cmyk_plugin.h b/chalk/colorspaces/cmyk_u8/cmyk_plugin.h index a43b04bb..7fa5e0ec 100644 --- a/chalk/colorspaces/cmyk_u8/cmyk_plugin.h +++ b/chalk/colorspaces/cmyk_u8/cmyk_plugin.h @@ -27,7 +27,7 @@ class CMYKPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: CMYKPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~CMYKPlugin(); diff --git a/chalk/colorspaces/gray_u16/gray_u16_plugin.h b/chalk/colorspaces/gray_u16/gray_u16_plugin.h index 3d16c1ac..d1b2c938 100644 --- a/chalk/colorspaces/gray_u16/gray_u16_plugin.h +++ b/chalk/colorspaces/gray_u16/gray_u16_plugin.h @@ -27,7 +27,7 @@ class GRAYU16Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: GRAYU16Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~GRAYU16Plugin(); diff --git a/chalk/colorspaces/gray_u8/gray_plugin.h b/chalk/colorspaces/gray_u8/gray_plugin.h index b3260971..d33778f0 100644 --- a/chalk/colorspaces/gray_u8/gray_plugin.h +++ b/chalk/colorspaces/gray_u8/gray_plugin.h @@ -27,7 +27,7 @@ class GrayPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: GrayPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~GrayPlugin(); diff --git a/chalk/colorspaces/lms_f32/lms_f32_plugin.h b/chalk/colorspaces/lms_f32/lms_f32_plugin.h index 6a289882..fe54f4ea 100644 --- a/chalk/colorspaces/lms_f32/lms_f32_plugin.h +++ b/chalk/colorspaces/lms_f32/lms_f32_plugin.h @@ -29,7 +29,7 @@ class LMSF32Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: LMSF32Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~LMSF32Plugin(); diff --git a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h index d188f7ba..1c7818f0 100644 --- a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h +++ b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.h @@ -28,7 +28,7 @@ class RGBF16HalfPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: RGBF16HalfPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~RGBF16HalfPlugin(); diff --git a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h index 75ae708a..28e3e5a5 100644 --- a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h +++ b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.h @@ -28,7 +28,7 @@ class RGBF32Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: RGBF32Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~RGBF32Plugin(); diff --git a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h index 4373a205..fd9f3ee8 100644 --- a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h +++ b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.h @@ -27,7 +27,7 @@ class RGBU16Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: RGBU16Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~RGBU16Plugin(); diff --git a/chalk/colorspaces/rgb_u8/rgb_plugin.h b/chalk/colorspaces/rgb_u8/rgb_plugin.h index a3408c78..00b34ede 100644 --- a/chalk/colorspaces/rgb_u8/rgb_plugin.h +++ b/chalk/colorspaces/rgb_u8/rgb_plugin.h @@ -27,7 +27,7 @@ class RGBPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: RGBPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~RGBPlugin(); diff --git a/chalk/colorspaces/wet/kis_wet_palette_widget.h b/chalk/colorspaces/wet/kis_wet_palette_widget.h index 60fd28e0..a70cc744 100644 --- a/chalk/colorspaces/wet/kis_wet_palette_widget.h +++ b/chalk/colorspaces/wet/kis_wet_palette_widget.h @@ -41,7 +41,7 @@ class KRITAUI_EXPORT KisWetPaletteWidget public KisCanvasObserver { Q_OBJECT - TQ_OBJECT + typedef TQWidget super; public: diff --git a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h index 979d580c..eb54a90c 100644 --- a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h +++ b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h @@ -30,7 +30,7 @@ class KisView; class WetnessVisualisationFilter : public TQObject { Q_OBJECT - TQ_OBJECT + public: WetnessVisualisationFilter(KisView* view); virtual ~WetnessVisualisationFilter() {} diff --git a/chalk/colorspaces/wet/wet_plugin.h b/chalk/colorspaces/wet/wet_plugin.h index fa3bed06..615981b9 100644 --- a/chalk/colorspaces/wet/wet_plugin.h +++ b/chalk/colorspaces/wet/wet_plugin.h @@ -32,7 +32,7 @@ class KisWetColorSpace; class WetPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: WetPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~WetPlugin(); diff --git a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h index 59d4ef15..68b379eb 100644 --- a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h +++ b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.h @@ -31,7 +31,7 @@ class KisView; class WSBrushPaintOpPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: WSBrushPaintOpPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~WSBrushPaintOpPlugin(); diff --git a/chalk/colorspaces/wetsticky/wet_sticky_plugin.h b/chalk/colorspaces/wetsticky/wet_sticky_plugin.h index e6749e7f..9dfab1ce 100644 --- a/chalk/colorspaces/wetsticky/wet_sticky_plugin.h +++ b/chalk/colorspaces/wetsticky/wet_sticky_plugin.h @@ -32,7 +32,7 @@ class WetStickyPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: WetStickyPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~WetStickyPlugin(); diff --git a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h index 1e3b5812..55c2b8ee 100644 --- a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h +++ b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.h @@ -27,7 +27,7 @@ class YCbCrU16Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: YCbCrU16Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~YCbCrU16Plugin(); diff --git a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h index 85127380..461b5fdb 100644 --- a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h +++ b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.h @@ -27,7 +27,7 @@ class YCbCrU8Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: YCbCrU8Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~YCbCrU8Plugin(); diff --git a/chalk/core/kis_adjustment_layer.h b/chalk/core/kis_adjustment_layer.h index b8b76437..adc3f067 100644 --- a/chalk/core/kis_adjustment_layer.h +++ b/chalk/core/kis_adjustment_layer.h @@ -38,7 +38,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 9a7f3bb0..5ee21881 100644 --- a/chalk/core/kis_brush.h +++ b/chalk/core/kis_brush.h @@ -54,7 +54,7 @@ enum enumBrushType { class KRITACORE_EXPORT KisBrush : public KisResource { typedef KisResource super; Q_OBJECT - TQ_OBJECT + public: /// Construct brush to load filename later as brush diff --git a/chalk/core/kis_filter.h b/chalk/core/kis_filter.h index 193be6ce..32350fff 100644 --- a/chalk/core/kis_filter.h +++ b/chalk/core/kis_filter.h @@ -45,7 +45,7 @@ class TQWidget; */ class KRITACORE_EXPORT KisFilter : public KisProgressSubject, public KShared { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/chalk/core/kis_filter_config_widget.h b/chalk/core/kis_filter_config_widget.h index f893b138..4cafcbf1 100644 --- a/chalk/core/kis_filter_config_widget.h +++ b/chalk/core/kis_filter_config_widget.h @@ -29,7 +29,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 9ad9901d..604e84c4 100644 --- a/chalk/core/kis_filter_registry.h +++ b/chalk/core/kis_filter_registry.h @@ -34,7 +34,7 @@ class KRITACORE_EXPORT KisFilterRegistry : public TQObject, public KisGenericReg { Q_OBJECT - TQ_OBJECT + public: virtual ~KisFilterRegistry(); diff --git a/chalk/core/kis_gradient.h b/chalk/core/kis_gradient.h index 50bc0fd8..cbb2eb00 100644 --- a/chalk/core/kis_gradient.h +++ b/chalk/core/kis_gradient.h @@ -232,7 +232,7 @@ class KisGradientSegment { class KisGradient : public KisResource { typedef KisResource super; Q_OBJECT - TQ_OBJECT + public: KisGradient(const TQString& file); diff --git a/chalk/core/kis_group_layer.h b/chalk/core/kis_group_layer.h index 58a3ddab..bec98296 100644 --- a/chalk/core/kis_group_layer.h +++ b/chalk/core/kis_group_layer.h @@ -37,7 +37,7 @@ class KisGroupLayer : public KisLayer { typedef KisLayer super; Q_OBJECT - TQ_OBJECT + public: KisGroupLayer(KisImage *img, const TQString &name, TQ_UINT8 opacity); diff --git a/chalk/core/kis_image.h b/chalk/core/kis_image.h index 132505b2..b3cc4e5a 100644 --- a/chalk/core/kis_image.h +++ b/chalk/core/kis_image.h @@ -60,7 +60,7 @@ class KisPerspectiveGrid; class KRITACORE_EXPORT KisImage : public TQObject, public KShared { Q_OBJECT - TQ_OBJECT + public: KisImage(KisUndoAdapter * adapter, TQ_INT32 width, TQ_INT32 height, KisColorSpace * colorSpace, const TQString& name); diff --git a/chalk/core/kis_imagepipe_brush.h b/chalk/core/kis_imagepipe_brush.h index eea58194..b43b950a 100644 --- a/chalk/core/kis_imagepipe_brush.h +++ b/chalk/core/kis_imagepipe_brush.h @@ -101,7 +101,7 @@ public: class KisImagePipeBrush : public KisBrush { typedef KisBrush super; Q_OBJECT - TQ_OBJECT + public: KisImagePipeBrush(const TQString& filename); diff --git a/chalk/core/kis_layer.h b/chalk/core/kis_layer.h index 2cff4bc9..eee2da12 100644 --- a/chalk/core/kis_layer.h +++ b/chalk/core/kis_layer.h @@ -41,7 +41,7 @@ class KisGroupLayer; class KRITACORE_EXPORT KisLayer : public TQObject, public KShared { Q_OBJECT - TQ_OBJECT + public: KisLayer(KisImage *img, const TQString &name, TQ_UINT8 opacity); diff --git a/chalk/core/kis_math_toolbox.h b/chalk/core/kis_math_toolbox.h index 8d5bef50..1909d218 100644 --- a/chalk/core/kis_math_toolbox.h +++ b/chalk/core/kis_math_toolbox.h @@ -33,7 +33,7 @@ class KisMathToolbox : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct KisFloatRepresentation { KisFloatRepresentation(uint nsize, uint ndepth) throw(std::bad_alloc ) : coeffs(new float[nsize*nsize*ndepth]) ,size(nsize), depth(ndepth) diff --git a/chalk/core/kis_paint_device.h b/chalk/core/kis_paint_device.h index 5e5dbb3f..4fe9c8d5 100644 --- a/chalk/core/kis_paint_device.h +++ b/chalk/core/kis_paint_device.h @@ -76,7 +76,7 @@ class KRITACORE_EXPORT KisPaintDevice { Q_OBJECT - TQ_OBJECT + public: diff --git a/chalk/core/kis_paint_layer.h b/chalk/core/kis_paint_layer.h index 2cbd5e48..af8b1e4c 100644 --- a/chalk/core/kis_paint_layer.h +++ b/chalk/core/kis_paint_layer.h @@ -29,7 +29,7 @@ class KisPaintLayer : public KisLayer, public KisLayerSupportsIndirectPainting { typedef KisLayer super; Q_OBJECT - TQ_OBJECT + public: KisPaintLayer(KisImage *img, const TQString& name, TQ_UINT8 opacity, KisPaintDeviceSP dev); diff --git a/chalk/core/kis_paintop_registry.h b/chalk/core/kis_paintop_registry.h index 338b9f01..ee54988f 100644 --- a/chalk/core/kis_paintop_registry.h +++ b/chalk/core/kis_paintop_registry.h @@ -38,7 +38,7 @@ class KRITACORE_EXPORT KisPaintOpRegistry : public TQObject, public KisGenericRe { Q_OBJECT - TQ_OBJECT + public: virtual ~KisPaintOpRegistry(); diff --git a/chalk/core/kis_palette.h b/chalk/core/kis_palette.h index ed49849f..4528c2bc 100644 --- a/chalk/core/kis_palette.h +++ b/chalk/core/kis_palette.h @@ -51,7 +51,7 @@ 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 7d18f1f3..6209a432 100644 --- a/chalk/core/kis_pattern.h +++ b/chalk/core/kis_pattern.h @@ -35,7 +35,7 @@ class KisPaintDevice; class KisPattern : public KisResource { typedef KisResource super; Q_OBJECT - TQ_OBJECT + public: KisPattern(const TQString& file); diff --git a/chalk/core/kis_resource.h b/chalk/core/kis_resource.h index e07763e3..3c089f1c 100644 --- a/chalk/core/kis_resource.h +++ b/chalk/core/kis_resource.h @@ -32,7 +32,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 f305df25..0c30fd29 100644 --- a/chalk/plugins/filters/blur/kis_wdg_blur.h +++ b/chalk/plugins/filters/blur/kis_wdg_blur.h @@ -33,7 +33,7 @@ class WdgBlur; class KisWdgBlur : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgBlur( KisFilter* nfilter, TQWidget * parent, const char * name); inline WdgBlur* widget() { return m_widget; }; diff --git a/chalk/plugins/filters/bumpmap/bumpmap.h b/chalk/plugins/filters/bumpmap/bumpmap.h index efaf4058..653b49fe 100644 --- a/chalk/plugins/filters/bumpmap/bumpmap.h +++ b/chalk/plugins/filters/bumpmap/bumpmap.h @@ -113,7 +113,7 @@ public: class KisBumpmapConfigWidget : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisBumpmapConfigWidget(KisFilter * filter, KisPaintDeviceSP dev, TQWidget * parent, const char * name = 0, WFlags f = 0 ); diff --git a/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h b/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h index e95b34f0..c9cbc245 100644 --- a/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h +++ b/chalk/plugins/filters/cimg/kis_cimgconfig_widget.h @@ -30,7 +30,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 9e160fb7..bb2c1a8a 100644 --- a/chalk/plugins/filters/colorify/KisWdgColorify.h +++ b/chalk/plugins/filters/colorify/KisWdgColorify.h @@ -33,7 +33,7 @@ class WdgColorifyBase; class KisWdgColorify : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgColorify( KisFilter* nfilter, TQWidget * parent, const char * name); inline WdgColorifyBase* widget() { return m_widget; }; 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 90d16ef2..e38ac832 100644 --- a/chalk/plugins/filters/colors/kis_wdg_color_to_alpha.h +++ b/chalk/plugins/filters/colors/kis_wdg_color_to_alpha.h @@ -33,7 +33,7 @@ class WdgColorToAlphaBase; class KisWdgColorToAlpha : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgColorToAlpha( KisFilter* nfilter, TQWidget * parent, const char * name); inline WdgColorToAlphaBase* widget() { return m_widget; }; diff --git a/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h b/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h index 9497075a..beebbb98 100644 --- a/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h +++ b/chalk/plugins/filters/colorsfilters/kis_perchannel_filter.h @@ -77,7 +77,7 @@ class KisPerChannelConfigWidget : public KisFilterConfigWidget { typedef KisFilterConfigWidget super; Q_OBJECT - TQ_OBJECT + public: KisPerChannelConfigWidget(TQWidget * parent, KisPaintDeviceSP dev, const char * name = 0, WFlags f = 0 ); diff --git a/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h b/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h index 87b3d2b8..3bd314c8 100644 --- a/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h +++ b/chalk/plugins/filters/convolutionfilters/kis_convolution_filter.h @@ -53,7 +53,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 eb16e587..5f942c8e 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 @@ -30,7 +30,7 @@ class KisCustomConvolutionFilterConfigurationWidget : public KisFilterConfigWidg { 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 d5d3ce96..be5a36d1 100644 --- a/chalk/plugins/filters/lenscorrectionfilter/kis_wdg_lens_correction.h +++ b/chalk/plugins/filters/lenscorrectionfilter/kis_wdg_lens_correction.h @@ -29,7 +29,7 @@ class KisFilter; class KisWdgLensCorrection : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgLensCorrection(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); ~KisWdgLensCorrection(); diff --git a/chalk/plugins/filters/levelfilter/kgradientslider.h b/chalk/plugins/filters/levelfilter/kgradientslider.h index ad667ca2..70b82173 100644 --- a/chalk/plugins/filters/levelfilter/kgradientslider.h +++ b/chalk/plugins/filters/levelfilter/kgradientslider.h @@ -31,7 +31,7 @@ class KGradientSlider : public TQWidget { Q_OBJECT - TQ_OBJECT + typedef enum { BlackCursor, diff --git a/chalk/plugins/filters/levelfilter/kis_level_filter.h b/chalk/plugins/filters/levelfilter/kis_level_filter.h index b2a38521..45c0d93d 100644 --- a/chalk/plugins/filters/levelfilter/kis_level_filter.h +++ b/chalk/plugins/filters/levelfilter/kis_level_filter.h @@ -74,7 +74,7 @@ public: class KisLevelConfigWidget : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisLevelConfigWidget(TQWidget * parent, KisPaintDeviceSP dev, const char * name = 0, WFlags f = 0 ); virtual ~KisLevelConfigWidget(); diff --git a/chalk/plugins/filters/noisefilter/kis_wdg_noise.h b/chalk/plugins/filters/noisefilter/kis_wdg_noise.h index a9b34745..2502113a 100644 --- a/chalk/plugins/filters/noisefilter/kis_wdg_noise.h +++ b/chalk/plugins/filters/noisefilter/kis_wdg_noise.h @@ -29,7 +29,7 @@ class KisFilter; class KisWdgNoise : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgNoise(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); ~KisWdgNoise(); diff --git a/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h b/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h index 76171530..c48e00ba 100644 --- a/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h +++ b/chalk/plugins/filters/randompickfilter/kis_wdg_random_pick.h @@ -29,7 +29,7 @@ class KisFilter; class KisWdgRandomPick : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgRandomPick(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); ~KisWdgRandomPick(); diff --git a/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h b/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h index 3b46ff1a..f9f5c98a 100644 --- a/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h +++ b/chalk/plugins/filters/unsharp/kis_wdg_unsharp.h @@ -33,7 +33,7 @@ class WdgUnsharp; class KisWdgUnsharp : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgUnsharp( KisFilter* nfilter, TQWidget * parent, const char * name); inline WdgUnsharp* widget() { return m_widget; }; diff --git a/chalk/plugins/filters/wavefilter/kis_wdg_wave.h b/chalk/plugins/filters/wavefilter/kis_wdg_wave.h index 71732bf5..8ce8f579 100644 --- a/chalk/plugins/filters/wavefilter/kis_wdg_wave.h +++ b/chalk/plugins/filters/wavefilter/kis_wdg_wave.h @@ -29,7 +29,7 @@ class KisFilter; class KisWdgWave : public KisFilterConfigWidget { Q_OBJECT - TQ_OBJECT + public: KisWdgWave(KisFilter* nfilter, TQWidget* parent = 0, const char* name = 0); ~KisWdgWave(); diff --git a/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h b/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h index 7c037c9e..647b22e8 100644 --- a/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h +++ b/chalk/plugins/paintops/defaultpaintops/defaultpaintops_plugin.h @@ -27,7 +27,7 @@ class DefaultPaintOpsPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: DefaultPaintOpsPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~DefaultPaintOpsPlugin(); diff --git a/chalk/plugins/paintops/defaultpaintops/kis_brushop.h b/chalk/plugins/paintops/defaultpaintops/kis_brushop.h index 4782efbd..d32db024 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_brushop.h +++ b/chalk/plugins/paintops/defaultpaintops/kis_brushop.h @@ -47,7 +47,7 @@ public: class KisBrushOpSettings : public TQObject, public KisPaintOpSettings { Q_OBJECT - TQ_OBJECT + typedef KisPaintOpSettings super; public: KisBrushOpSettings(TQWidget *parent); diff --git a/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h b/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h index 5fd732f5..cf39abba 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h +++ b/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.h @@ -45,7 +45,7 @@ public: class KisSmudgeOpSettings : public TQObject, public KisPaintOpSettings { Q_OBJECT - TQ_OBJECT + typedef KisPaintOpSettings super; public: KisSmudgeOpSettings(TQWidget *parent, bool isTablet); diff --git a/chalk/plugins/tools/defaulttools/default_tools.h b/chalk/plugins/tools/defaulttools/default_tools.h index 891f2b9a..fc5b72c6 100644 --- a/chalk/plugins/tools/defaulttools/default_tools.h +++ b/chalk/plugins/tools/defaulttools/default_tools.h @@ -34,7 +34,7 @@ class DefaultTools : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: DefaultTools(TQObject *parent, const char *name, const TQStringList &); virtual ~DefaultTools(); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_brush.h b/chalk/plugins/tools/defaulttools/kis_tool_brush.h index b1188f88..e0c5b3a9 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_brush.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_brush.h @@ -35,7 +35,7 @@ class TQGridLayout; class KRITACORE_EXPORT KisToolBrush : public KisToolFreehand { Q_OBJECT - TQ_OBJECT + typedef KisToolFreehand super; public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h b/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h index 59f9193b..d8c0459a 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h @@ -31,7 +31,7 @@ class KisPalette; class KisToolColorPicker : public KisToolNonPaint { Q_OBJECT - TQ_OBJECT + typedef KisToolNonPaint super; public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h b/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h index 3a94e0ae..f5636dd4 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h @@ -34,7 +34,7 @@ class KisToolDuplicate : public KisToolFreehand { typedef KisToolFreehand super; Q_OBJECT - TQ_OBJECT + public: KisToolDuplicate(); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h b/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h index be3ccc96..6d61d6f6 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h @@ -33,7 +33,7 @@ class KisToolEllipse : public KisToolShape { typedef KisToolShape super; Q_OBJECT - TQ_OBJECT + public: KisToolEllipse(); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_fill.h b/chalk/plugins/tools/defaulttools/kis_tool_fill.h index adcb3758..72d0a230 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_fill.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_fill.h @@ -37,7 +37,7 @@ 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 5d26b2b5..63cdf458 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_gradient.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_gradient.h @@ -47,7 +47,7 @@ class TQCheckBox; class KisToolGradient : public KisToolPaint { Q_OBJECT - TQ_OBJECT + typedef KisToolPaint super; public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_line.h b/chalk/plugins/tools/defaulttools/kis_tool_line.h index 293a8484..117e550b 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_line.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_line.h @@ -39,7 +39,7 @@ class TQWidget; class KisToolLine : public KisToolPaint { Q_OBJECT - TQ_OBJECT + typedef KisToolPaint super; public: diff --git a/chalk/plugins/tools/defaulttools/kis_tool_move.h b/chalk/plugins/tools/defaulttools/kis_tool_move.h index 321e9bb2..0b27b10a 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_move.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_move.h @@ -33,7 +33,7 @@ class KisToolMove : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolMove(); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_pan.h b/chalk/plugins/tools/defaulttools/kis_tool_pan.h index 5318b340..fa052292 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_pan.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_pan.h @@ -32,7 +32,7 @@ class KRITATOOL_EXPORT KisToolPan : public KisToolNonPaint typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolPan(); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h b/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h index a42d6bcb..43c83e65 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h @@ -38,7 +38,7 @@ class KisToolRectangle : public KisToolShape { typedef KisToolShape super; Q_OBJECT - TQ_OBJECT + public: KisToolRectangle(); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_text.h b/chalk/plugins/tools/defaulttools/kis_tool_text.h index 8e116d65..5e49cbd3 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_text.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_text.h @@ -34,7 +34,7 @@ class KSqueezedTextLabel; class KisToolText : public KisToolPaint { typedef KisToolPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolText(); diff --git a/chalk/plugins/tools/defaulttools/kis_tool_zoom.h b/chalk/plugins/tools/defaulttools/kis_tool_zoom.h index a6d28188..7ad9c510 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_zoom.h +++ b/chalk/plugins/tools/defaulttools/kis_tool_zoom.h @@ -33,7 +33,7 @@ class KisToolZoom : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolZoom(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h index a8c604ec..7ed98a53 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h @@ -27,7 +27,7 @@ class KisToolMoveSelection : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolMoveSelection(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h index a2660016..581269d0 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h @@ -37,7 +37,7 @@ class KisSelectionOptions; */ class KisToolSelectBrush : public KisToolFreehand { Q_OBJECT - TQ_OBJECT + typedef KisToolFreehand super; public: diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h index 8b7db742..640d36cf 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h @@ -41,7 +41,7 @@ class KisToolSelectContiguous : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolSelectContiguous(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h index 6873b995..5e971d96 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h @@ -36,7 +36,7 @@ class KisToolSelectElliptical : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolSelectElliptical(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h index 5825181b..f1f31a9e 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h @@ -35,7 +35,7 @@ class KisSelectionOptions; */ class KisToolSelectEraser : public KisToolFreehand { Q_OBJECT - TQ_OBJECT + typedef KisToolFreehand super; public: diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h index b8c8c332..995e6c45 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h @@ -37,7 +37,7 @@ class KisToolSelectOutline : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolSelectOutline(); virtual ~KisToolSelectOutline(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h index 6a0051f4..74b9fad9 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h @@ -34,7 +34,7 @@ class KisToolSelectPolygonal : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolSelectPolygonal(); virtual ~KisToolSelectPolygonal(); diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h index c2e25639..232c5ba9 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h @@ -33,7 +33,7 @@ class KisToolSelectRectangular : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolSelectRectangular(); diff --git a/chalk/plugins/tools/selectiontools/selection_tools.h b/chalk/plugins/tools/selectiontools/selection_tools.h index b3650ff2..900174c8 100644 --- a/chalk/plugins/tools/selectiontools/selection_tools.h +++ b/chalk/plugins/tools/selectiontools/selection_tools.h @@ -34,7 +34,7 @@ class SelectionTools : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: SelectionTools(TQObject *parent, const char *name, const TQStringList &); virtual ~SelectionTools(); diff --git a/chalk/plugins/tools/tool_crop/kis_tool_crop.h b/chalk/plugins/tools/tool_crop/kis_tool_crop.h index 142dd286..08b64f1d 100644 --- a/chalk/plugins/tools/tool_crop/kis_tool_crop.h +++ b/chalk/plugins/tools/tool_crop/kis_tool_crop.h @@ -41,7 +41,7 @@ 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 263fb1c2..41d9523f 100644 --- a/chalk/plugins/tools/tool_crop/tool_crop.h +++ b/chalk/plugins/tools/tool_crop/tool_crop.h @@ -29,7 +29,7 @@ class KisView; class ToolCrop : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolCrop(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolCrop(); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h index e1e0521a..2120448b 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h @@ -77,7 +77,7 @@ class KisToolBezier : public KisToolCurve { typedef KisToolCurve super; Q_OBJECT - TQ_OBJECT + public: KisToolBezier(const TQString&); 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 482b481f..a72cae87 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h @@ -29,7 +29,7 @@ class KisToolBezierPaint : public KisToolBezier { typedef KisToolBezier super; Q_OBJECT - TQ_OBJECT + public: KisToolBezierPaint(); 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 3969d1ba..e702fd23 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h @@ -29,7 +29,7 @@ class KisToolBezierSelect : public KisToolBezier { typedef KisToolBezier super; Q_OBJECT - TQ_OBJECT + public: KisToolBezierSelect(); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_curve.h b/chalk/plugins/tools/tool_curves/kis_tool_curve.h index d1c0886c..88cc756c 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_curve.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_curve.h @@ -44,7 +44,7 @@ class KisToolCurve : public KisToolPaint { typedef KisToolPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolCurve(const TQString& UIName); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_example.h b/chalk/plugins/tools/tool_curves/kis_tool_example.h index f4b8ac5e..0187d65a 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_example.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_example.h @@ -37,7 +37,7 @@ class KisToolExample : public KisToolCurve { typedef KisToolCurve super; Q_OBJECT - TQ_OBJECT + public: KisToolExample(); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h index 3f58ab8f..031efa55 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h @@ -66,7 +66,7 @@ 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 64bd1507..779873cf 100644 --- a/chalk/plugins/tools/tool_curves/tool_curves.h +++ b/chalk/plugins/tools/tool_curves/tool_curves.h @@ -26,7 +26,7 @@ class ToolCurves : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolCurves(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolCurves(); diff --git a/chalk/plugins/tools/tool_filter/kis_tool_filter.h b/chalk/plugins/tools/tool_filter/kis_tool_filter.h index a69a1c22..67144b6b 100644 --- a/chalk/plugins/tools/tool_filter/kis_tool_filter.h +++ b/chalk/plugins/tools/tool_filter/kis_tool_filter.h @@ -36,7 +36,7 @@ class KisCmbIDList; class KisToolFilter : public KisToolFreehand { Q_OBJECT - TQ_OBJECT + typedef KisToolFreehand super; public: diff --git a/chalk/plugins/tools/tool_filter/tool_filter.h b/chalk/plugins/tools/tool_filter/tool_filter.h index fba259c7..3211d702 100644 --- a/chalk/plugins/tools/tool_filter/tool_filter.h +++ b/chalk/plugins/tools/tool_filter/tool_filter.h @@ -29,7 +29,7 @@ class KisView; class ToolFilter : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolFilter(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolFilter(); diff --git a/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h b/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h index cd4f42bc..b10fc308 100644 --- a/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h +++ b/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h @@ -28,7 +28,7 @@ class KisToolPerspectiveGrid : public KisToolNonPaint { Q_OBJECT - TQ_OBJECT + enum PerspectiveGridEditionMode { MODE_CREATION, // This is the mode when there is not yet a perspective grid MODE_EDITING, // This is the mode when the grid has been created, and we are waiting for the user to click on a control box diff --git a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h index aeb99c74..3e0abc4f 100644 --- a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h +++ b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h @@ -29,7 +29,7 @@ class KisView; class ToolPerspectiveGrid : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolPerspectiveGrid(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolPerspectiveGrid(); diff --git a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h index 845e0a70..7f278955 100644 --- a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h +++ b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h @@ -46,7 +46,7 @@ class KisToolPerspectiveTransform : public KisToolNonPaint, KisCommandHistoryLis typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + enum InterractionMode { DRAWRECTINTERRACTION, EDITRECTINTERRACTION }; enum HandleSelected { NOHANDLE, TOPHANDLE, BOTTOMHANDLE, RIGHTHANDLE, LEFTHANDLE, MIDDLEHANDLE }; public: diff --git a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h index af412a58..2422eaa2 100644 --- a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h +++ b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h @@ -29,7 +29,7 @@ class KisView; class ToolPerspectiveTransform : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolPerspectiveTransform(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolPerspectiveTransform(); diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h index 62c362f7..30b13373 100644 --- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h +++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h @@ -35,7 +35,7 @@ class KisToolPolygon : public KisToolShape { typedef KisToolShape super; Q_OBJECT - TQ_OBJECT + public: KisToolPolygon(); diff --git a/chalk/plugins/tools/tool_polygon/tool_polygon.h b/chalk/plugins/tools/tool_polygon/tool_polygon.h index b6f35bc6..5286d008 100644 --- a/chalk/plugins/tools/tool_polygon/tool_polygon.h +++ b/chalk/plugins/tools/tool_polygon/tool_polygon.h @@ -27,7 +27,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 057c9f66..1cfd56c2 100644 --- a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h +++ b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h @@ -38,7 +38,7 @@ class KisToolPolyline : public KisToolPaint { typedef KisToolPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolPolyline(); diff --git a/chalk/plugins/tools/tool_polyline/tool_polyline.h b/chalk/plugins/tools/tool_polyline/tool_polyline.h index fdfa5427..2adfb05e 100644 --- a/chalk/plugins/tools/tool_polyline/tool_polyline.h +++ b/chalk/plugins/tools/tool_polyline/tool_polyline.h @@ -29,7 +29,7 @@ class KisView; class ToolPolyline : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolPolyline(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolPolyline(); diff --git a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h index b8702a4e..b76f4ef4 100644 --- a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h +++ b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h @@ -40,7 +40,7 @@ class KisSelectionOptions; class KisToolSelectSimilar : public KisToolNonPaint { Q_OBJECT - TQ_OBJECT + typedef KisToolNonPaint super; public: diff --git a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h index a858b336..5d163d08 100644 --- a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h +++ b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h @@ -24,7 +24,7 @@ class SelectSimilar : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: SelectSimilar(TQObject *parent, const char *name, const TQStringList &); virtual ~SelectSimilar(); diff --git a/chalk/plugins/tools/tool_star/kis_tool_star.h b/chalk/plugins/tools/tool_star/kis_tool_star.h index 87ac3a0f..dd97f027 100644 --- a/chalk/plugins/tools/tool_star/kis_tool_star.h +++ b/chalk/plugins/tools/tool_star/kis_tool_star.h @@ -34,7 +34,7 @@ class KisToolStar : public KisToolShape { typedef KisToolShape super; Q_OBJECT - TQ_OBJECT + public: KisToolStar(); diff --git a/chalk/plugins/tools/tool_star/tool_star.h b/chalk/plugins/tools/tool_star/tool_star.h index 7ac973a2..00f48957 100644 --- a/chalk/plugins/tools/tool_star/tool_star.h +++ b/chalk/plugins/tools/tool_star/tool_star.h @@ -29,7 +29,7 @@ class KisView; class ToolStar : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolStar(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolStar(); diff --git a/chalk/plugins/tools/tool_transform/kis_tool_transform.h b/chalk/plugins/tools/tool_transform/kis_tool_transform.h index 31f3b6af..ba5f493b 100644 --- a/chalk/plugins/tools/tool_transform/kis_tool_transform.h +++ b/chalk/plugins/tools/tool_transform/kis_tool_transform.h @@ -42,7 +42,7 @@ class KisToolTransform : public KisToolNonPaint, KisCommandHistoryListener { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolTransform(); diff --git a/chalk/plugins/tools/tool_transform/tool_transform.h b/chalk/plugins/tools/tool_transform/tool_transform.h index 9c402563..1ed2cdb3 100644 --- a/chalk/plugins/tools/tool_transform/tool_transform.h +++ b/chalk/plugins/tools/tool_transform/tool_transform.h @@ -29,7 +29,7 @@ class KisView; class ToolTransform : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolTransform(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolTransform(); diff --git a/chalk/plugins/viewplugins/colorrange/colorrange.h b/chalk/plugins/viewplugins/colorrange/colorrange.h index 2cedfe7c..ebe54dc8 100644 --- a/chalk/plugins/viewplugins/colorrange/colorrange.h +++ b/chalk/plugins/viewplugins/colorrange/colorrange.h @@ -28,7 +28,7 @@ class KisView; class ColorRange : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ColorRange(TQObject *parent, const char *name, const TQStringList &); virtual ~ColorRange(); diff --git a/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h b/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h index 6ee21c7d..d83cf097 100644 --- a/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h +++ b/chalk/plugins/viewplugins/colorrange/dlg_colorrange.h @@ -57,7 +57,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 17722871..ea5d9e15 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.h +++ b/chalk/plugins/viewplugins/colorspaceconversion/colorspaceconversion.h @@ -31,7 +31,7 @@ class KisView; class ColorSpaceConversion : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ColorSpaceConversion(TQObject *parent, const char *name, const TQStringList &); virtual ~ColorSpaceConversion(); diff --git a/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h b/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h index 472cbeaf..64bf630f 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h +++ b/chalk/plugins/viewplugins/colorspaceconversion/dlg_colorspaceconversion.h @@ -32,7 +32,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 c48a9ea1..d3f1614c 100644 --- a/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.h +++ b/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.h @@ -33,7 +33,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 94c6decc..cce14cfb 100644 --- a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow.h +++ b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow.h @@ -38,7 +38,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 5bb92da6..d835c749 100644 --- a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.h +++ b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.h @@ -29,7 +29,7 @@ class KisView; class KisDropshadowPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KisDropshadowPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~KisDropshadowPlugin(); diff --git a/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h b/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h index bfc89f81..8ad1e809 100644 --- a/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h +++ b/chalk/plugins/viewplugins/filtersgallery/filters_gallery.h @@ -32,7 +32,7 @@ namespace FiltersGallery { class ChalkFiltersGallery : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ChalkFiltersGallery(TQObject *parent, const char *name, const TQStringList &); virtual ~ChalkFiltersGallery(); diff --git a/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h b/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h index 406b834d..a12fef12 100644 --- a/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h +++ b/chalk/plugins/viewplugins/filtersgallery/kis_dlg_filtersgallery.h @@ -43,7 +43,7 @@ namespace FiltersGallery { class KisDlgFiltersGallery : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KisDlgFiltersGallery(KisView* view, TQWidget* parent,const char *name = ""); ~KisDlgFiltersGallery(); diff --git a/chalk/plugins/viewplugins/histogram/dlg_histogram.h b/chalk/plugins/viewplugins/histogram/dlg_histogram.h index b97bf30f..415e065f 100644 --- a/chalk/plugins/viewplugins/histogram/dlg_histogram.h +++ b/chalk/plugins/viewplugins/histogram/dlg_histogram.h @@ -35,7 +35,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 ca32db1a..2e7b3bb1 100644 --- a/chalk/plugins/viewplugins/histogram/histogram.h +++ b/chalk/plugins/viewplugins/histogram/histogram.h @@ -30,7 +30,7 @@ class KisImage; class Histogram : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Histogram(TQObject *parent, const char *name, const TQStringList &); virtual ~Histogram(); diff --git a/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h b/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h index 53fd174a..e308e540 100644 --- a/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h +++ b/chalk/plugins/viewplugins/histogram/kis_histogram_widget.h @@ -30,7 +30,7 @@ class KisColorSpace; class KisHistogramWidget : public WdgHistogram { typedef WdgHistogram super; Q_OBJECT - TQ_OBJECT + public: KisHistogramWidget(TQWidget *parent, const char *name); diff --git a/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h b/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h index ba571a2a..c37c9afd 100644 --- a/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h +++ b/chalk/plugins/viewplugins/histogram_docker/histogramdocker.h @@ -39,7 +39,7 @@ class KisColorSpace; class ChalkHistogramDocker : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ChalkHistogramDocker(TQObject *parent, const char *name, const TQStringList &); virtual ~ChalkHistogramDocker(); @@ -64,7 +64,7 @@ class KisGenericRGBHistogramProducerFactory; class HistogramDockerUpdater : public TQObject { Q_OBJECT - TQ_OBJECT + public: HistogramDockerUpdater(TQObject* parent, KisHistogramSP h, KisHistogramView* v, KisAccumulatingHistogramProducer* p); diff --git a/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h b/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h index d74a3ec5..e78c6f22 100644 --- a/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h +++ b/chalk/plugins/viewplugins/histogram_docker/kis_accumulating_producer.h @@ -36,7 +36,7 @@ **/ class KisAccumulatingHistogramProducer : public TQObject, public KisBasicHistogramProducer { Q_OBJECT - TQ_OBJECT + public: KisAccumulatingHistogramProducer(KisCachedHistogramObserver::Producers* source); ~KisAccumulatingHistogramProducer(); diff --git a/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h b/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h index 7df7df8f..3c3bb12a 100644 --- a/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h +++ b/chalk/plugins/viewplugins/histogram_docker/kis_imagerasteredcache.h @@ -32,7 +32,7 @@ class KisView; class KisImageRasteredCache : public TQObject { Q_OBJECT - TQ_OBJECT + public: class Observer { diff --git a/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h b/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h index df643f99..a38a1df5 100644 --- a/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h +++ b/chalk/plugins/viewplugins/imagesize/dlg_imagesize.h @@ -32,7 +32,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 2edc45c9..1729c227 100644 --- a/chalk/plugins/viewplugins/imagesize/dlg_layersize.h +++ b/chalk/plugins/viewplugins/imagesize/dlg_layersize.h @@ -29,7 +29,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 9fd9d28e..f69759a0 100644 --- a/chalk/plugins/viewplugins/imagesize/imagesize.h +++ b/chalk/plugins/viewplugins/imagesize/imagesize.h @@ -28,7 +28,7 @@ class KisPainter; class ImageSize : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ImageSize(TQObject *parent, const char *name, const TQStringList &); virtual ~ImageSize(); diff --git a/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h b/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h index 396b0573..10be5f54 100644 --- a/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/dlg_border_selection.h @@ -27,7 +27,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 0893033d..caf1101e 100644 --- a/chalk/plugins/viewplugins/modify_selection/dlg_grow_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/dlg_grow_selection.h @@ -27,7 +27,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 01ea4469..f7b93c0c 100644 --- a/chalk/plugins/viewplugins/modify_selection/dlg_shrink_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/dlg_shrink_selection.h @@ -27,7 +27,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 baffc2d4..da438f4b 100644 --- a/chalk/plugins/viewplugins/modify_selection/modify_selection.h +++ b/chalk/plugins/viewplugins/modify_selection/modify_selection.h @@ -27,7 +27,7 @@ class KisView; class ModifySelection : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ModifySelection(TQObject *parent, const char *name, const TQStringList &); virtual ~ModifySelection(); diff --git a/chalk/plugins/viewplugins/performancetest/dlg_perftest.h b/chalk/plugins/viewplugins/performancetest/dlg_perftest.h index 3652ebf8..bf22ec46 100644 --- a/chalk/plugins/viewplugins/performancetest/dlg_perftest.h +++ b/chalk/plugins/viewplugins/performancetest/dlg_perftest.h @@ -27,7 +27,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 959233e4..68931004 100644 --- a/chalk/plugins/viewplugins/performancetest/perftest.h +++ b/chalk/plugins/viewplugins/performancetest/perftest.h @@ -31,7 +31,7 @@ class KisID; class PerfTest : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: PerfTest(TQObject *parent, const char *name, const TQStringList &); virtual ~PerfTest(); diff --git a/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h b/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h index 7e3a9365..a6c87bb8 100644 --- a/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h +++ b/chalk/plugins/viewplugins/rotateimage/dlg_rotateimage.h @@ -35,7 +35,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 79c03c08..7e371208 100644 --- a/chalk/plugins/viewplugins/rotateimage/rotateimage.h +++ b/chalk/plugins/viewplugins/rotateimage/rotateimage.h @@ -27,7 +27,7 @@ class KisView; class RotateImage : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: RotateImage(TQObject *parent, const char *name, const TQStringList &); virtual ~RotateImage(); diff --git a/chalk/plugins/viewplugins/screenshot/ksnapshot.h b/chalk/plugins/viewplugins/screenshot/ksnapshot.h index 5c0951a8..2267b1a8 100644 --- a/chalk/plugins/viewplugins/screenshot/ksnapshot.h +++ b/chalk/plugins/viewplugins/screenshot/ksnapshot.h @@ -38,7 +38,7 @@ class KSnapshotWidget; class KSnapshotThumb : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KSnapshotThumb(TQWidget *parent, const char *name = 0) @@ -79,7 +79,7 @@ class KSnapshot : public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: KSnapshot(TQWidget *parent= 0, const char *name= 0); diff --git a/chalk/plugins/viewplugins/screenshot/regiongrabber.h b/chalk/plugins/viewplugins/screenshot/regiongrabber.h index 13b35dcf..87415e79 100644 --- a/chalk/plugins/viewplugins/screenshot/regiongrabber.h +++ b/chalk/plugins/viewplugins/screenshot/regiongrabber.h @@ -39,7 +39,7 @@ public: class RegionGrabber : public TQWidget { Q_OBJECT - TQ_OBJECT + public: RegionGrabber(); diff --git a/chalk/plugins/viewplugins/screenshot/screenshot.h b/chalk/plugins/viewplugins/screenshot/screenshot.h index 055bdb3b..51914fbd 100644 --- a/chalk/plugins/viewplugins/screenshot/screenshot.h +++ b/chalk/plugins/viewplugins/screenshot/screenshot.h @@ -27,7 +27,7 @@ class KSnapshot; class Screenshot : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Screenshot(TQObject *parent, const char *name, const TQStringList &); virtual ~Screenshot(); diff --git a/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h b/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h index 0b22ebf5..86ee66f7 100644 --- a/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h +++ b/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h @@ -44,7 +44,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 c1ee64c0..b2495d8b 100644 --- a/chalk/plugins/viewplugins/scripting/chalkscripting/kis_script_monitor.h +++ b/chalk/plugins/viewplugins/scripting/chalkscripting/kis_script_monitor.h @@ -33,7 +33,7 @@ namespace Kross { */ class KisScriptMonitor : public TQObject { Q_OBJECT - TQ_OBJECT + private: KisScriptMonitor(); ~KisScriptMonitor(); diff --git a/chalk/plugins/viewplugins/scripting/scripting.h b/chalk/plugins/viewplugins/scripting/scripting.h index 2cba6abb..ad9f6059 100644 --- a/chalk/plugins/viewplugins/scripting/scripting.h +++ b/chalk/plugins/viewplugins/scripting/scripting.h @@ -37,7 +37,7 @@ namespace Kross { class Scripting : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Scripting(TQObject *parent, const char *name, const TQStringList &); virtual ~Scripting(); diff --git a/chalk/plugins/viewplugins/selectopaque/selectopaque.h b/chalk/plugins/viewplugins/selectopaque/selectopaque.h index b77c352a..11024014 100644 --- a/chalk/plugins/viewplugins/selectopaque/selectopaque.h +++ b/chalk/plugins/viewplugins/selectopaque/selectopaque.h @@ -28,7 +28,7 @@ class KisView; class SelectOpaque : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: SelectOpaque(TQObject *parent, const char *name, const TQStringList &); virtual ~SelectOpaque(); diff --git a/chalk/plugins/viewplugins/separate_channels/dlg_separate.h b/chalk/plugins/viewplugins/separate_channels/dlg_separate.h index 4d97925c..a614858e 100644 --- a/chalk/plugins/viewplugins/separate_channels/dlg_separate.h +++ b/chalk/plugins/viewplugins/separate_channels/dlg_separate.h @@ -32,7 +32,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 d8bf777e..c188cb3c 100644 --- a/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.h +++ b/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.h @@ -48,7 +48,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 6f3c1579..cd0e9a77 100644 --- a/chalk/plugins/viewplugins/separate_channels/kis_separate_channels_plugin.h +++ b/chalk/plugins/viewplugins/separate_channels/kis_separate_channels_plugin.h @@ -29,7 +29,7 @@ class KisView; class KisSeparateChannelsPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KisSeparateChannelsPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~KisSeparateChannelsPlugin(); diff --git a/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h b/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h index f4a5dd8a..e10ff667 100644 --- a/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h +++ b/chalk/plugins/viewplugins/shearimage/dlg_shearimage.h @@ -27,7 +27,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 9b7e95fa..8bc5ae0a 100644 --- a/chalk/plugins/viewplugins/shearimage/shearimage.h +++ b/chalk/plugins/viewplugins/shearimage/shearimage.h @@ -27,7 +27,7 @@ class KisView; class ShearImage : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ShearImage(TQObject *parent, const char *name, const TQStringList &); virtual ~ShearImage(); diff --git a/chalk/plugins/viewplugins/substrate/dlg_substrate.h b/chalk/plugins/viewplugins/substrate/dlg_substrate.h index ac494ba2..d25425f6 100644 --- a/chalk/plugins/viewplugins/substrate/dlg_substrate.h +++ b/chalk/plugins/viewplugins/substrate/dlg_substrate.h @@ -36,7 +36,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 24383045..19e83f95 100644 --- a/chalk/plugins/viewplugins/substrate/substrate.h +++ b/chalk/plugins/viewplugins/substrate/substrate.h @@ -28,7 +28,7 @@ class KisView; class SubstratePlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: SubstratePlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~SubstratePlugin(); diff --git a/chalk/plugins/viewplugins/variations/dlg_variations.h b/chalk/plugins/viewplugins/variations/dlg_variations.h index 31909fca..9be3a2a1 100644 --- a/chalk/plugins/viewplugins/variations/dlg_variations.h +++ b/chalk/plugins/viewplugins/variations/dlg_variations.h @@ -36,7 +36,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 1b448a42..e61ed196 100644 --- a/chalk/plugins/viewplugins/variations/variations.h +++ b/chalk/plugins/viewplugins/variations/variations.h @@ -28,7 +28,7 @@ class KisView; class Variations : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Variations(TQObject *parent, const char *name, const TQStringList &); virtual ~Variations(); diff --git a/chalk/sdk/kis_progress_subject.h b/chalk/sdk/kis_progress_subject.h index 024f7746..efda3670 100644 --- a/chalk/sdk/kis_progress_subject.h +++ b/chalk/sdk/kis_progress_subject.h @@ -24,7 +24,7 @@ class KRITAUI_EXPORT KisProgressSubject : public TQObject { Q_OBJECT - TQ_OBJECT + protected: KisProgressSubject() {}; diff --git a/chalk/ui/imageviewer.h b/chalk/ui/imageviewer.h index 1865e5d0..b2fc86db 100644 --- a/chalk/ui/imageviewer.h +++ b/chalk/ui/imageviewer.h @@ -32,7 +32,7 @@ class TQLabel; */ class ImageViewer : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: ImageViewer(TQWidget *widget, const char * name = 0); diff --git a/chalk/ui/kcurve.h b/chalk/ui/kcurve.h index 20aa20c3..f2a006be 100644 --- a/chalk/ui/kcurve.h +++ b/chalk/ui/kcurve.h @@ -29,7 +29,7 @@ class KRITAUI_EXPORT KCurve : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KCurve(TQWidget *parent = 0, const char *name = 0, WFlags f = 0); diff --git a/chalk/ui/kis_autobrush.h b/chalk/ui/kis_autobrush.h index fb06393e..bfba7ce9 100644 --- a/chalk/ui/kis_autobrush.h +++ b/chalk/ui/kis_autobrush.h @@ -26,7 +26,7 @@ class KisAutobrush : public KisWdgAutobrush { Q_OBJECT - TQ_OBJECT + public: KisAutobrush(TQWidget *parent, const char* name, const TQString& caption); void activate(); diff --git a/chalk/ui/kis_autogradient.h b/chalk/ui/kis_autogradient.h index 19c832a9..ff14345b 100644 --- a/chalk/ui/kis_autogradient.h +++ b/chalk/ui/kis_autogradient.h @@ -29,7 +29,7 @@ class KisAutogradientResource; class KisAutogradient : public KisWdgAutogradient { Q_OBJECT - TQ_OBJECT + public: KisAutogradient(TQWidget *parent, const char* name, const TQString& caption); diff --git a/chalk/ui/kis_birdeye_box.h b/chalk/ui/kis_birdeye_box.h index e8fb88f7..01883933 100644 --- a/chalk/ui/kis_birdeye_box.h +++ b/chalk/ui/kis_birdeye_box.h @@ -34,7 +34,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 cd5509ad..eaf2aa6f 100644 --- a/chalk/ui/kis_brush_chooser.h +++ b/chalk/ui/kis_brush_chooser.h @@ -28,7 +28,7 @@ class KisDoubleWidget; class KisBrushChooser : public KisItemChooser { typedef KisItemChooser super; Q_OBJECT - TQ_OBJECT + public: KisBrushChooser(TQWidget *parent = 0, const char *name = 0); diff --git a/chalk/ui/kis_canvas.h b/chalk/ui/kis_canvas.h index 5f717468..79841b7a 100644 --- a/chalk/ui/kis_canvas.h +++ b/chalk/ui/kis_canvas.h @@ -66,7 +66,7 @@ class KisCanvasWidgetPainter; class KisCanvasWidget : public TQObject { Q_OBJECT - TQ_OBJECT + public: KisCanvasWidget(); @@ -283,7 +283,7 @@ protected: class KisCanvas : public TQObject { Q_OBJECT - TQ_OBJECT + public: KisCanvas(TQWidget *parent, const char *name); diff --git a/chalk/ui/kis_clipboard.h b/chalk/ui/kis_clipboard.h index 020240e6..fc90bf50 100644 --- a/chalk/ui/kis_clipboard.h +++ b/chalk/ui/kis_clipboard.h @@ -34,7 +34,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 25ccf367..ba11af4c 100644 --- a/chalk/ui/kis_cmb_composite.h +++ b/chalk/ui/kis_cmb_composite.h @@ -41,7 +41,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 06894309..9d14e2a2 100644 --- a/chalk/ui/kis_cmb_idlist.h +++ b/chalk/ui/kis_cmb_idlist.h @@ -35,7 +35,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 8c7fd2b5..6a304957 100644 --- a/chalk/ui/kis_color_cup.h +++ b/chalk/ui/kis_color_cup.h @@ -34,7 +34,7 @@ class KValueSelector; class KisColorPopup : public TQFrame { Q_OBJECT - TQ_OBJECT + public: @@ -56,7 +56,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 ac20191d..f5217b27 100644 --- a/chalk/ui/kis_controlframe.h +++ b/chalk/ui/kis_controlframe.h @@ -52,7 +52,7 @@ class KisView; class KisPopupFrame : public TQPopupMenu { Q_OBJECT - TQ_OBJECT + public: @@ -76,7 +76,7 @@ private: class KisControlFrame : public TQObject //: public KToolBar { Q_OBJECT - TQ_OBJECT + public: KisControlFrame(KMainWindow * window, KisView * view, const char *name = 0 ); diff --git a/chalk/ui/kis_custom_brush.h b/chalk/ui/kis_custom_brush.h index a92ba65c..1d94bdcc 100644 --- a/chalk/ui/kis_custom_brush.h +++ b/chalk/ui/kis_custom_brush.h @@ -31,7 +31,7 @@ class KisResourceServerBase; class KisCustomBrush : public KisWdgCustomBrush { Q_OBJECT - TQ_OBJECT + public: KisCustomBrush(TQWidget *parent, const char* name, const TQString& caption, KisView* view); virtual ~KisCustomBrush(); diff --git a/chalk/ui/kis_custom_image_widget.h b/chalk/ui/kis_custom_image_widget.h index a36d44bc..4c171773 100644 --- a/chalk/ui/kis_custom_image_widget.h +++ b/chalk/ui/kis_custom_image_widget.h @@ -32,7 +32,7 @@ class KisID; */ class KisCustomImageWidget : public WdgNewImage { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. Please note that this class is being used/created by KisDoc. diff --git a/chalk/ui/kis_custom_palette.h b/chalk/ui/kis_custom_palette.h index e8994c1e..52c76a7c 100644 --- a/chalk/ui/kis_custom_palette.h +++ b/chalk/ui/kis_custom_palette.h @@ -32,7 +32,7 @@ class KisResourceServerBase; class KisCustomPalette : public KisWdgCustomPalette { Q_OBJECT - TQ_OBJECT + public: KisCustomPalette(TQWidget *parent, const char* name, const TQString& caption, KisView* view); virtual ~KisCustomPalette(); diff --git a/chalk/ui/kis_custom_pattern.h b/chalk/ui/kis_custom_pattern.h index 7850b370..bfd1a5f4 100644 --- a/chalk/ui/kis_custom_pattern.h +++ b/chalk/ui/kis_custom_pattern.h @@ -31,7 +31,7 @@ class KisResourceServerBase; class KisCustomPattern : public KisWdgCustomPattern { Q_OBJECT - TQ_OBJECT + public: KisCustomPattern(TQWidget *parent, const char* name, const TQString& caption, KisView* view); virtual ~KisCustomPattern(); diff --git a/chalk/ui/kis_dlg_adj_layer_props.h b/chalk/ui/kis_dlg_adj_layer_props.h index e40635ee..a87e63f2 100644 --- a/chalk/ui/kis_dlg_adj_layer_props.h +++ b/chalk/ui/kis_dlg_adj_layer_props.h @@ -38,7 +38,7 @@ 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 dd799260..58e2020a 100644 --- a/chalk/ui/kis_dlg_adjustment_layer.h +++ b/chalk/ui/kis_dlg_adjustment_layer.h @@ -38,7 +38,7 @@ 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 017c54ec..60629f5c 100644 --- a/chalk/ui/kis_dlg_apply_profile.h +++ b/chalk/ui/kis_dlg_apply_profile.h @@ -27,7 +27,7 @@ class KisDlgApplyProfile : public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: KisDlgApplyProfile(TQWidget *parent = 0, diff --git a/chalk/ui/kis_dlg_image_properties.h b/chalk/ui/kis_dlg_image_properties.h index b5d0a3ae..7f3e7892 100644 --- a/chalk/ui/kis_dlg_image_properties.h +++ b/chalk/ui/kis_dlg_image_properties.h @@ -29,7 +29,7 @@ class KisID; class KisDlgImageProperties : public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: KisDlgImageProperties(KisImageSP image, diff --git a/chalk/ui/kis_dlg_layer_properties.h b/chalk/ui/kis_dlg_layer_properties.h index d60a6b8f..00e89ca8 100644 --- a/chalk/ui/kis_dlg_layer_properties.h +++ b/chalk/ui/kis_dlg_layer_properties.h @@ -28,7 +28,7 @@ class KisColorSpace; class KisDlgLayerProperties : public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: KisDlgLayerProperties(const TQString& deviceName, diff --git a/chalk/ui/kis_dlg_new_layer.h b/chalk/ui/kis_dlg_new_layer.h index 761b2495..b54b2ec6 100644 --- a/chalk/ui/kis_dlg_new_layer.h +++ b/chalk/ui/kis_dlg_new_layer.h @@ -32,7 +32,7 @@ class WdgLayerProperties; class NewLayerDialog : public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: NewLayerDialog(const KisID colorSpace, diff --git a/chalk/ui/kis_dlg_preferences.h b/chalk/ui/kis_dlg_preferences.h index 908caf8e..0b53dc9e 100644 --- a/chalk/ui/kis_dlg_preferences.h +++ b/chalk/ui/kis_dlg_preferences.h @@ -49,7 +49,7 @@ class KisID; class GeneralTab : public WdgGeneralSettings { Q_OBJECT - TQ_OBJECT + public: @@ -68,7 +68,7 @@ public: class ColorSettingsTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: @@ -91,7 +91,7 @@ public: class PerformanceTab : public WdgPerformanceSettings { Q_OBJECT - TQ_OBJECT + public: PerformanceTab( TQWidget *parent = 0, const char *name = 0 ); @@ -109,7 +109,7 @@ public: class TabletSettingsTab : public WdgTabletSettings { Q_OBJECT - TQ_OBJECT + public: TabletSettingsTab( TQWidget *parent = 0, const char *name = 0 ); @@ -206,7 +206,7 @@ private: class DisplaySettingsTab : public WdgDisplaySettings { Q_OBJECT - TQ_OBJECT + public: DisplaySettingsTab( TQWidget *parent = 0, const char *name = 0 ); @@ -225,7 +225,7 @@ protected slots: */ class GridSettingsTab : public WdgGridSettingsBase { Q_OBJECT - TQ_OBJECT + public: GridSettingsTab(TQWidget* parent); public: @@ -247,7 +247,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 f09cf39d..ccb4b535 100644 --- a/chalk/ui/kis_doc.h +++ b/chalk/ui/kis_doc.h @@ -50,7 +50,7 @@ class KRITACORE_EXPORT KisDoc : public KoDocument, private KisUndoAdapter { typedef KoDocument super; Q_OBJECT - TQ_OBJECT + public: KisDoc(TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false); diff --git a/chalk/ui/kis_double_widget.h b/chalk/ui/kis_double_widget.h index beb1cdd0..e0e37e23 100644 --- a/chalk/ui/kis_double_widget.h +++ b/chalk/ui/kis_double_widget.h @@ -31,7 +31,7 @@ class KDoubleSpinBox; class KisDoubleWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + typedef TQWidget super; public: diff --git a/chalk/ui/kis_factory.h b/chalk/ui/kis_factory.h index 660e77dd..5426b4fa 100644 --- a/chalk/ui/kis_factory.h +++ b/chalk/ui/kis_factory.h @@ -35,7 +35,7 @@ class KAboutData; class KRITACORE_EXPORT KisFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KisFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/chalk/ui/kis_filter_manager.h b/chalk/ui/kis_filter_manager.h index a155e74a..bfb414cc 100644 --- a/chalk/ui/kis_filter_manager.h +++ b/chalk/ui/kis_filter_manager.h @@ -44,7 +44,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 3553213f..f61327d8 100644 --- a/chalk/ui/kis_gradient_chooser.h +++ b/chalk/ui/kis_gradient_chooser.h @@ -29,7 +29,7 @@ class KisView; class KisCustomGradientDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: @@ -44,7 +44,7 @@ private: class KisGradientChooser : public KisItemChooser { typedef KisItemChooser super; Q_OBJECT - TQ_OBJECT + public: // XXX: On library redesign, remove m_view parameter here, it's just a temporary hack for the autogradient dialog! diff --git a/chalk/ui/kis_gradient_slider_widget.h b/chalk/ui/kis_gradient_slider_widget.h index 995b3a59..f1b99ef0 100644 --- a/chalk/ui/kis_gradient_slider_widget.h +++ b/chalk/ui/kis_gradient_slider_widget.h @@ -30,7 +30,7 @@ class KisGradientSegment; class KisGradientSliderWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KisGradientSliderWidget(TQWidget *parent = 0, const char* name = 0, WFlags f = 0); diff --git a/chalk/ui/kis_grid_manager.h b/chalk/ui/kis_grid_manager.h index 16ae03f5..dcbc81a3 100644 --- a/chalk/ui/kis_grid_manager.h +++ b/chalk/ui/kis_grid_manager.h @@ -33,7 +33,7 @@ class KAction; class KisGridManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: KisGridManager(KisView * parent); ~KisGridManager(); diff --git a/chalk/ui/kis_histogram_view.h b/chalk/ui/kis_histogram_view.h index 92ab8f20..7b3e5743 100644 --- a/chalk/ui/kis_histogram_view.h +++ b/chalk/ui/kis_histogram_view.h @@ -47,7 +47,7 @@ class KisChannelInfo; **/ class KisHistogramView : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KisHistogramView(TQWidget *parent = 0, const char *name = 0, WFlags f = 0); virtual ~KisHistogramView(); diff --git a/chalk/ui/kis_iconwidget.h b/chalk/ui/kis_iconwidget.h index 45733d13..1baa8d7a 100644 --- a/chalk/ui/kis_iconwidget.h +++ b/chalk/ui/kis_iconwidget.h @@ -27,7 +27,7 @@ class KoIconItem; class KisIconWidget : public TQToolButton { typedef TQToolButton super; Q_OBJECT - TQ_OBJECT + /** * The icon widget is used in the control box where the current color and brush diff --git a/chalk/ui/kis_import_catcher.h b/chalk/ui/kis_import_catcher.h index 6f6923e1..1d5c452f 100644 --- a/chalk/ui/kis_import_catcher.h +++ b/chalk/ui/kis_import_catcher.h @@ -39,7 +39,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 469de099..ea80a80d 100644 --- a/chalk/ui/kis_int_spinbox.h +++ b/chalk/ui/kis_int_spinbox.h @@ -34,7 +34,7 @@ class TQValidator; class KisPopupSlider : public TQPopupMenu { Q_OBJECT - TQ_OBJECT + public: @@ -75,7 +75,7 @@ class KisIntSpinbox : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( int value READ value WRITE setValue ) TQ_PROPERTY( int minValue READ minValue WRITE setMinValue ) TQ_PROPERTY( int maxValue READ maxValue WRITE setMaxValue ) diff --git a/chalk/ui/kis_itemchooser.h b/chalk/ui/kis_itemchooser.h index bb84ddcc..5b46a78c 100644 --- a/chalk/ui/kis_itemchooser.h +++ b/chalk/ui/kis_itemchooser.h @@ -31,7 +31,7 @@ typedef TQPtrList<KoIconItem> vKoIconItem; class KisItemChooser : public TQWidget { typedef TQWidget super; Q_OBJECT - TQ_OBJECT + public: KisItemChooser(TQWidget *parent = 0, diff --git a/chalk/ui/kis_label_cursor_pos.h b/chalk/ui/kis_label_cursor_pos.h index ff7301f1..81a8a30a 100644 --- a/chalk/ui/kis_label_cursor_pos.h +++ b/chalk/ui/kis_label_cursor_pos.h @@ -22,7 +22,7 @@ class KisLabelCursorPos : public TQLabel { Q_OBJECT - TQ_OBJECT + typedef TQLabel super; public: diff --git a/chalk/ui/kis_label_progress.h b/chalk/ui/kis_label_progress.h index 0539a143..f40a2ca2 100644 --- a/chalk/ui/kis_label_progress.h +++ b/chalk/ui/kis_label_progress.h @@ -29,7 +29,7 @@ class KProgress; class KisLabelProgress : public TQLabel, public KisProgressDisplayInterface { Q_OBJECT - TQ_OBJECT + typedef TQLabel super; public: diff --git a/chalk/ui/kis_label_zoom.h b/chalk/ui/kis_label_zoom.h index a2cff7ea..527b45e5 100644 --- a/chalk/ui/kis_label_zoom.h +++ b/chalk/ui/kis_label_zoom.h @@ -22,7 +22,7 @@ class KisLabelZoom : public TQLabel { Q_OBJECT - TQ_OBJECT + KisLabelZoom( TQWidget *parent, const char *name = 0, WFlags f = 0 ) : TQLabel( parent, name, f ) {} diff --git a/chalk/ui/kis_layerbox.h b/chalk/ui/kis_layerbox.h index 776f7fe2..eb721946 100644 --- a/chalk/ui/kis_layerbox.h +++ b/chalk/ui/kis_layerbox.h @@ -44,7 +44,7 @@ class KisCanvasSubject; class KisLayerBox : public TQFrame { typedef TQFrame super; Q_OBJECT - TQ_OBJECT + public: KisLayerBox(KisCanvasSubject *subject, TQWidget *parent = 0, const char *name = 0); diff --git a/chalk/ui/kis_layerlist.h b/chalk/ui/kis_layerlist.h index c8a2c18c..92683b80 100644 --- a/chalk/ui/kis_layerlist.h +++ b/chalk/ui/kis_layerlist.h @@ -30,7 +30,7 @@ class KisLayer; class KisLayerList: public LayerList { Q_OBJECT - TQ_OBJECT + typedef LayerList super; signals: diff --git a/chalk/ui/kis_multi_bool_filter_widget.h b/chalk/ui/kis_multi_bool_filter_widget.h index 81d626fa..a3d87559 100644 --- a/chalk/ui/kis_multi_bool_filter_widget.h +++ b/chalk/ui/kis_multi_bool_filter_widget.h @@ -41,7 +41,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); virtual void setConfiguration(KisFilterConfiguration * cfg); diff --git a/chalk/ui/kis_multi_double_filter_widget.h b/chalk/ui/kis_multi_double_filter_widget.h index ee3a3dcf..6c152a91 100644 --- a/chalk/ui/kis_multi_double_filter_widget.h +++ b/chalk/ui/kis_multi_double_filter_widget.h @@ -28,7 +28,7 @@ class KisDelayedActionDoubleInput : public KDoubleNumInput { Q_OBJECT - TQ_OBJECT + public: @@ -64,7 +64,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); virtual void setConfiguration(KisFilterConfiguration * cfg); diff --git a/chalk/ui/kis_multi_integer_filter_widget.h b/chalk/ui/kis_multi_integer_filter_widget.h index c40b74a1..e4060c2c 100644 --- a/chalk/ui/kis_multi_integer_filter_widget.h +++ b/chalk/ui/kis_multi_integer_filter_widget.h @@ -29,7 +29,7 @@ class KisDelayedActionIntegerInput : public KIntNumInput { Q_OBJECT - TQ_OBJECT + public: @@ -65,7 +65,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 2798f0f8..84cbea45 100644 --- a/chalk/ui/kis_opengl_image_context.h +++ b/chalk/ui/kis_opengl_image_context.h @@ -43,7 +43,7 @@ class KisColorSpace; class KRITACORE_EXPORT KisOpenGLImageContext : public TQObject , public KShared { Q_OBJECT - TQ_OBJECT + public: static KisOpenGLImageContextSP getImageContext(KisImageSP image, KisProfile *monitorProfile); diff --git a/chalk/ui/kis_paintop_box.h b/chalk/ui/kis_paintop_box.h index 400c087c..9312341e 100644 --- a/chalk/ui/kis_paintop_box.h +++ b/chalk/ui/kis_paintop_box.h @@ -50,7 +50,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 e82b66c0..10e1fcd3 100644 --- a/chalk/ui/kis_palette_view.h +++ b/chalk/ui/kis_palette_view.h @@ -35,7 +35,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); virtual ~KisPaletteView(); diff --git a/chalk/ui/kis_palette_widget.h b/chalk/ui/kis_palette_widget.h index 6ea62019..897a55ee 100644 --- a/chalk/ui/kis_palette_widget.h +++ b/chalk/ui/kis_palette_widget.h @@ -39,7 +39,7 @@ class KisColor; class KisPaletteWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KisPaletteWidget( TQWidget *parent, int minWidth=210, int cols = 16); virtual ~KisPaletteWidget(); diff --git a/chalk/ui/kis_part_layer.h b/chalk/ui/kis_part_layer.h index 377b37a0..47b8d954 100644 --- a/chalk/ui/kis_part_layer.h +++ b/chalk/ui/kis_part_layer.h @@ -73,7 +73,7 @@ protected: */ class KisPartLayerImpl : public KisPartLayer { Q_OBJECT - TQ_OBJECT + typedef KisPartLayer super; public: KisPartLayerImpl(KisImageSP img, KisChildDoc * doc); diff --git a/chalk/ui/kis_part_layer_handler.h b/chalk/ui/kis_part_layer_handler.h index ad21f868..cec8524a 100644 --- a/chalk/ui/kis_part_layer_handler.h +++ b/chalk/ui/kis_part_layer_handler.h @@ -29,7 +29,7 @@ class TQKeyEvent; class KisPartLayerHandler : public TQObject { Q_OBJECT - TQ_OBJECT + public: KisPartLayerHandler(KisView* view, const KoDocumentEntry& entry, KisGroupLayerSP parent, KisLayerSP above); diff --git a/chalk/ui/kis_pattern_chooser.h b/chalk/ui/kis_pattern_chooser.h index 284bd8e1..31350a1d 100644 --- a/chalk/ui/kis_pattern_chooser.h +++ b/chalk/ui/kis_pattern_chooser.h @@ -25,7 +25,7 @@ class TQLabel; class KisPatternChooser : public KisItemChooser { typedef KisItemChooser super; Q_OBJECT - TQ_OBJECT + public: KisPatternChooser(TQWidget *parent = 0, const char *name = 0); diff --git a/chalk/ui/kis_perspective_grid_manager.h b/chalk/ui/kis_perspective_grid_manager.h index 11875587..acb38deb 100644 --- a/chalk/ui/kis_perspective_grid_manager.h +++ b/chalk/ui/kis_perspective_grid_manager.h @@ -31,7 +31,7 @@ class KisView; class KisPerspectiveGridManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: KisPerspectiveGridManager(KisView * parent); ~KisPerspectiveGridManager(); diff --git a/chalk/ui/kis_previewdialog.h b/chalk/ui/kis_previewdialog.h index 68f8153d..b5269fee 100644 --- a/chalk/ui/kis_previewdialog.h +++ b/chalk/ui/kis_previewdialog.h @@ -29,7 +29,7 @@ class TQFrame; class KisPreviewDialog: public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: KisPreviewDialog( TQWidget* parent = 0, const char* name = 0, bool modal = false, const TQString &caption=TQString()); diff --git a/chalk/ui/kis_previewwidget.h b/chalk/ui/kis_previewwidget.h index 51592624..359175b7 100644 --- a/chalk/ui/kis_previewwidget.h +++ b/chalk/ui/kis_previewwidget.h @@ -48,7 +48,7 @@ class KisLabelProgress; class KisPreviewWidget : public PreviewWidgetBase { Q_OBJECT - TQ_OBJECT + public: /** Constructs the widget */ diff --git a/chalk/ui/kis_resource_mediator.h b/chalk/ui/kis_resource_mediator.h index 8c67151d..9f78700f 100644 --- a/chalk/ui/kis_resource_mediator.h +++ b/chalk/ui/kis_resource_mediator.h @@ -36,7 +36,7 @@ class KisResourceServerBase; */ class KisResourceMediator : public TQObject { Q_OBJECT - TQ_OBJECT + typedef TQObject super; public: diff --git a/chalk/ui/kis_resourceserver.h b/chalk/ui/kis_resourceserver.h index ab3de04e..aa1d0608 100644 --- a/chalk/ui/kis_resourceserver.h +++ b/chalk/ui/kis_resourceserver.h @@ -31,7 +31,7 @@ class KisResource; class KisResourceServerBase : public TQObject { Q_OBJECT - TQ_OBJECT + public: KisResourceServerBase(TQString type); virtual ~KisResourceServerBase(); diff --git a/chalk/ui/kis_ruler.h b/chalk/ui/kis_ruler.h index 28ab4d82..088f8df0 100644 --- a/chalk/ui/kis_ruler.h +++ b/chalk/ui/kis_ruler.h @@ -34,7 +34,7 @@ class TQPainter; class KisRuler : public TQFrame { Q_OBJECT - TQ_OBJECT + typedef TQFrame super; public: diff --git a/chalk/ui/kis_selection_manager.h b/chalk/ui/kis_selection_manager.h index d71353b2..435e186d 100644 --- a/chalk/ui/kis_selection_manager.h +++ b/chalk/ui/kis_selection_manager.h @@ -36,7 +36,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 115678cd..f4d38c36 100644 --- a/chalk/ui/kis_selection_options.h +++ b/chalk/ui/kis_selection_options.h @@ -32,7 +32,7 @@ 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 623ff432..4ca84797 100644 --- a/chalk/ui/kis_text_brush.h +++ b/chalk/ui/kis_text_brush.h @@ -49,7 +49,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 bda3b7e7..fb79325a 100644 --- a/chalk/ui/kis_tool.h +++ b/chalk/ui/kis_tool.h @@ -60,7 +60,7 @@ const TQ_UINT8 NUMBER_OF_TOOLTYPES = 6; class KisTool : public TQObject, public KisCanvasObserver, public KShared { Q_OBJECT - TQ_OBJECT + public: KisTool(const TQString & name); diff --git a/chalk/ui/kis_tool_dummy.h b/chalk/ui/kis_tool_dummy.h index 0c5f1d6f..378781d6 100644 --- a/chalk/ui/kis_tool_dummy.h +++ b/chalk/ui/kis_tool_dummy.h @@ -40,7 +40,7 @@ class KRITATOOL_EXPORT KisToolDummy : public KisToolNonPaint { typedef KisToolNonPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolDummy(); diff --git a/chalk/ui/kis_tool_freehand.h b/chalk/ui/kis_tool_freehand.h index 91db5698..a65c5a1e 100644 --- a/chalk/ui/kis_tool_freehand.h +++ b/chalk/ui/kis_tool_freehand.h @@ -34,7 +34,7 @@ class KisPaintLayer; class KRITACORE_EXPORT KisToolFreehand : public KisToolPaint { Q_OBJECT - TQ_OBJECT + typedef KisToolPaint super; public: diff --git a/chalk/ui/kis_tool_manager.h b/chalk/ui/kis_tool_manager.h index f3368383..e19d0b07 100644 --- a/chalk/ui/kis_tool_manager.h +++ b/chalk/ui/kis_tool_manager.h @@ -43,7 +43,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 0b618109..41608cae 100644 --- a/chalk/ui/kis_tool_non_paint.h +++ b/chalk/ui/kis_tool_non_paint.h @@ -39,7 +39,7 @@ class KisCanvasSubject; class KRITACORE_EXPORT KisToolNonPaint : public KisTool { Q_OBJECT - TQ_OBJECT + typedef KisTool super; public: diff --git a/chalk/ui/kis_tool_paint.h b/chalk/ui/kis_tool_paint.h index 565d1476..58fddfd7 100644 --- a/chalk/ui/kis_tool_paint.h +++ b/chalk/ui/kis_tool_paint.h @@ -51,7 +51,7 @@ enum enumBrushMode { class KRITACORE_EXPORT KisToolPaint : public KisTool { Q_OBJECT - TQ_OBJECT + typedef KisTool super; public: diff --git a/chalk/ui/kis_tool_registry.h b/chalk/ui/kis_tool_registry.h index 5fd32b93..fe477131 100644 --- a/chalk/ui/kis_tool_registry.h +++ b/chalk/ui/kis_tool_registry.h @@ -38,7 +38,7 @@ class TQStringList; class KRITACORE_EXPORT KisToolRegistry : public TQObject, public KisGenericRegistry<KisToolFactorySP>{ Q_OBJECT - TQ_OBJECT + public: virtual ~KisToolRegistry(); diff --git a/chalk/ui/kis_tool_shape.h b/chalk/ui/kis_tool_shape.h index 45767fe4..fb750ac5 100644 --- a/chalk/ui/kis_tool_shape.h +++ b/chalk/ui/kis_tool_shape.h @@ -30,7 +30,7 @@ class WdgGeometryOptions; class KRITACORE_EXPORT KisToolShape : public KisToolPaint { Q_OBJECT - TQ_OBJECT + typedef KisToolPaint super; public: diff --git a/chalk/ui/kis_view.h b/chalk/ui/kis_view.h index 3e4b6987..514f789f 100644 --- a/chalk/ui/kis_view.h +++ b/chalk/ui/kis_view.h @@ -118,7 +118,7 @@ class KRITA_EXPORT KisView { Q_OBJECT - TQ_OBJECT + typedef KoView super; diff --git a/chalk/ui/kobirdeyepanel.h b/chalk/ui/kobirdeyepanel.h index de280d9a..61b85fb0 100644 --- a/chalk/ui/kobirdeyepanel.h +++ b/chalk/ui/kobirdeyepanel.h @@ -138,7 +138,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 ea6926b7..39cd0214 100644 --- a/chalk/ui/layerlist.h +++ b/chalk/ui/layerlist.h @@ -34,7 +34,7 @@ template<class T> class TQPtrList; class LayerList: public KListView { Q_OBJECT - TQ_OBJECT + public: LayerList( TQWidget *parent = 0, const char *name = 0 ); diff --git a/chalk/ui/squeezedcombobox.h b/chalk/ui/squeezedcombobox.h index 9103b4f9..bb3b1ae1 100644 --- a/chalk/ui/squeezedcombobox.h +++ b/chalk/ui/squeezedcombobox.h @@ -82,7 +82,7 @@ private: class SqueezedComboBox : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/example/example_factory.h b/example/example_factory.h index 762deb4b..6b618216 100644 --- a/example/example_factory.h +++ b/example/example_factory.h @@ -28,7 +28,7 @@ class KAboutData; class ExampleFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: ExampleFactory( TQObject* parent = 0, const char* name = 0 ); ~ExampleFactory(); diff --git a/example/example_part.h b/example/example_part.h index 06157132..d049da52 100644 --- a/example/example_part.h +++ b/example/example_part.h @@ -25,7 +25,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 abafea8e..30ff9132 100644 --- a/example/example_view.h +++ b/example/example_view.h @@ -30,7 +30,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 28bd94ce..9c1473cb 100644 --- a/filters/chalk/gmagick/kis_image_magick_converter.h +++ b/filters/chalk/gmagick/kis_image_magick_converter.h @@ -61,7 +61,7 @@ enum KisImageBuilder_Result { class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; Q_OBJECT - TQ_OBJECT + public: KisImageMagickConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/gmagick/magickexport.h b/filters/chalk/gmagick/magickexport.h index b1b73bb5..6756ef3f 100644 --- a/filters/chalk/gmagick/magickexport.h +++ b/filters/chalk/gmagick/magickexport.h @@ -23,7 +23,7 @@ class MagickExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/gmagick/magickimport.h b/filters/chalk/gmagick/magickimport.h index 6ade3a20..bb454541 100644 --- a/filters/chalk/gmagick/magickimport.h +++ b/filters/chalk/gmagick/magickimport.h @@ -23,7 +23,7 @@ class MagickImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/jpeg/kis_jpeg_converter.h b/filters/chalk/jpeg/kis_jpeg_converter.h index 8500d146..248e3653 100644 --- a/filters/chalk/jpeg/kis_jpeg_converter.h +++ b/filters/chalk/jpeg/kis_jpeg_converter.h @@ -66,7 +66,7 @@ struct KisJPEGOptions { class KisJPEGConverter : public KisProgressSubject { Q_OBJECT - TQ_OBJECT + public: KisJPEGConverter(KisDoc *doc, KisUndoAdapter *adapter); virtual ~KisJPEGConverter(); diff --git a/filters/chalk/jpeg/kis_jpeg_export.h b/filters/chalk/jpeg/kis_jpeg_export.h index 918c44b5..cb4f8ef9 100644 --- a/filters/chalk/jpeg/kis_jpeg_export.h +++ b/filters/chalk/jpeg/kis_jpeg_export.h @@ -24,7 +24,7 @@ class KisJPEGExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisJPEGExport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisJPEGExport(); diff --git a/filters/chalk/jpeg/kis_jpeg_import.h b/filters/chalk/jpeg/kis_jpeg_import.h index 9db52292..6c7ecb02 100644 --- a/filters/chalk/jpeg/kis_jpeg_import.h +++ b/filters/chalk/jpeg/kis_jpeg_import.h @@ -23,7 +23,7 @@ class KisJPEGImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisJPEGImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisJPEGImport(); diff --git a/filters/chalk/magick/kis_image_magick_converter.h b/filters/chalk/magick/kis_image_magick_converter.h index 28bd94ce..9c1473cb 100644 --- a/filters/chalk/magick/kis_image_magick_converter.h +++ b/filters/chalk/magick/kis_image_magick_converter.h @@ -61,7 +61,7 @@ enum KisImageBuilder_Result { class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; Q_OBJECT - TQ_OBJECT + public: KisImageMagickConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/magick/magickexport.h b/filters/chalk/magick/magickexport.h index b1b73bb5..6756ef3f 100644 --- a/filters/chalk/magick/magickexport.h +++ b/filters/chalk/magick/magickexport.h @@ -23,7 +23,7 @@ class MagickExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/magick/magickimport.h b/filters/chalk/magick/magickimport.h index 6ade3a20..bb454541 100644 --- a/filters/chalk/magick/magickimport.h +++ b/filters/chalk/magick/magickimport.h @@ -23,7 +23,7 @@ class MagickImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/openexr/kis_openexr_export.h b/filters/chalk/openexr/kis_openexr_export.h index ea62421c..04e7208b 100644 --- a/filters/chalk/openexr/kis_openexr_export.h +++ b/filters/chalk/openexr/kis_openexr_export.h @@ -24,7 +24,7 @@ class KisOpenEXRExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisOpenEXRExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/openexr/kis_openexr_import.h b/filters/chalk/openexr/kis_openexr_import.h index 8654df54..c9eb1d4f 100644 --- a/filters/chalk/openexr/kis_openexr_import.h +++ b/filters/chalk/openexr/kis_openexr_import.h @@ -24,7 +24,7 @@ class KisOpenEXRImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisOpenEXRImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/pdf/kis_pdf_import.h b/filters/chalk/pdf/kis_pdf_import.h index ffb9c79e..de6517f7 100644 --- a/filters/chalk/pdf/kis_pdf_import.h +++ b/filters/chalk/pdf/kis_pdf_import.h @@ -24,7 +24,7 @@ class KisPDFImport : public KoFilter{ Q_OBJECT - TQ_OBJECT + public: KisPDFImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisPDFImport(); diff --git a/filters/chalk/pdf/kis_pdf_import_widget.h b/filters/chalk/pdf/kis_pdf_import_widget.h index dc8900dd..948440d2 100644 --- a/filters/chalk/pdf/kis_pdf_import_widget.h +++ b/filters/chalk/pdf/kis_pdf_import_widget.h @@ -29,7 +29,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 a4f1140b..3877b692 100644 --- a/filters/chalk/png/kis_png_converter.h +++ b/filters/chalk/png/kis_png_converter.h @@ -56,7 +56,7 @@ enum KisImageBuilder_Result { class KisPNGConverter : public KisProgressSubject { Q_OBJECT - TQ_OBJECT + public: KisPNGConverter(KisDoc *doc, KisUndoAdapter *adapter); virtual ~KisPNGConverter(); diff --git a/filters/chalk/png/kis_png_export.h b/filters/chalk/png/kis_png_export.h index 562628a9..7302dcde 100644 --- a/filters/chalk/png/kis_png_export.h +++ b/filters/chalk/png/kis_png_export.h @@ -24,7 +24,7 @@ class KisPNGExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisPNGExport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisPNGExport(); diff --git a/filters/chalk/png/kis_png_import.h b/filters/chalk/png/kis_png_import.h index 0412e7bd..237266ed 100644 --- a/filters/chalk/png/kis_png_import.h +++ b/filters/chalk/png/kis_png_import.h @@ -23,7 +23,7 @@ class KisPNGImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisPNGImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisPNGImport(); diff --git a/filters/chalk/raw/kis_raw_import.h b/filters/chalk/raw/kis_raw_import.h index e02caeed..db1780b4 100644 --- a/filters/chalk/raw/kis_raw_import.h +++ b/filters/chalk/raw/kis_raw_import.h @@ -30,7 +30,7 @@ class TQProgressDialog; class KisRawImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisRawImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/tiff/kis_dlg_options_tiff.h b/filters/chalk/tiff/kis_dlg_options_tiff.h index 519f2ceb..71f49266 100644 --- a/filters/chalk/tiff/kis_dlg_options_tiff.h +++ b/filters/chalk/tiff/kis_dlg_options_tiff.h @@ -30,7 +30,7 @@ class KisWdgOptionsTIFF; class KisDlgOptionsTIFF : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KisDlgOptionsTIFF(TQWidget *parent=0, const char *name=0); ~KisDlgOptionsTIFF(); diff --git a/filters/chalk/tiff/kis_tiff_converter.h b/filters/chalk/tiff/kis_tiff_converter.h index 7d7176b7..36317591 100644 --- a/filters/chalk/tiff/kis_tiff_converter.h +++ b/filters/chalk/tiff/kis_tiff_converter.h @@ -68,7 +68,7 @@ struct KisTIFFOptions { class KisTIFFConverter : public KisProgressSubject { Q_OBJECT - TQ_OBJECT + public: KisTIFFConverter(KisDoc *doc, KisUndoAdapter *adapter); virtual ~KisTIFFConverter(); diff --git a/filters/chalk/tiff/kis_tiff_export.h b/filters/chalk/tiff/kis_tiff_export.h index bb78fd4f..71df2a98 100644 --- a/filters/chalk/tiff/kis_tiff_export.h +++ b/filters/chalk/tiff/kis_tiff_export.h @@ -24,7 +24,7 @@ class KisTIFFExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisTIFFExport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisTIFFExport(); diff --git a/filters/chalk/tiff/kis_tiff_import.h b/filters/chalk/tiff/kis_tiff_import.h index 77cfd0de..9bf24425 100644 --- a/filters/chalk/tiff/kis_tiff_import.h +++ b/filters/chalk/tiff/kis_tiff_import.h @@ -23,7 +23,7 @@ class KisTIFFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisTIFFImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisTIFFImport(); diff --git a/filters/chalk/xcf/xcfexport.h b/filters/chalk/xcf/xcfexport.h index 34595b06..d95211c6 100644 --- a/filters/chalk/xcf/xcfexport.h +++ b/filters/chalk/xcf/xcfexport.h @@ -23,7 +23,7 @@ class XCFExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XCFExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/xcf/xcfimport.h b/filters/chalk/xcf/xcfimport.h index 27f2cbfe..9f54d8a6 100644 --- a/filters/chalk/xcf/xcfimport.h +++ b/filters/chalk/xcf/xcfimport.h @@ -23,7 +23,7 @@ class XCFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XCFImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/generic_wrapper/generic_filter.h b/filters/generic_wrapper/generic_filter.h index 71448fce..e8214352 100644 --- a/filters/generic_wrapper/generic_filter.h +++ b/filters/generic_wrapper/generic_filter.h @@ -30,7 +30,7 @@ class GenericFilter : public KoFilter { Q_OBJECT - TQ_OBJECT + public: GenericFilter(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/ai/aiimport.h b/filters/karbon/ai/aiimport.h index 3dd9a560..41537ae1 100644 --- a/filters/karbon/ai/aiimport.h +++ b/filters/karbon/ai/aiimport.h @@ -30,7 +30,7 @@ class TQTextStream; class AiImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: AiImport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/applixgraphics/applixgraphicimport.h b/filters/karbon/applixgraphics/applixgraphicimport.h index e0eff76c..bf721226 100644 --- a/filters/karbon/applixgraphics/applixgraphicimport.h +++ b/filters/karbon/applixgraphics/applixgraphicimport.h @@ -26,7 +26,7 @@ class APPLIXGRAPHICImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: APPLIXGRAPHICImport (KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/eps/epsexport.h b/filters/karbon/eps/epsexport.h index f5867b43..bddb4568 100644 --- a/filters/karbon/eps/epsexport.h +++ b/filters/karbon/eps/epsexport.h @@ -40,7 +40,7 @@ class VText; class EpsExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: EpsExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/eps/epsexportdlg.h b/filters/karbon/eps/epsexportdlg.h index ac27c536..01b8003b 100644 --- a/filters/karbon/eps/epsexportdlg.h +++ b/filters/karbon/eps/epsexportdlg.h @@ -29,7 +29,7 @@ class TQCheckBox; class EpsExportDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EpsExportDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/filters/karbon/eps/epsimport.h b/filters/karbon/eps/epsimport.h index c86be29d..b6ca7ab4 100644 --- a/filters/karbon/eps/epsimport.h +++ b/filters/karbon/eps/epsimport.h @@ -30,7 +30,7 @@ class TQTextStream; class EpsImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: EpsImport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/kontour/kontourimport.h b/filters/karbon/kontour/kontourimport.h index 92e27a09..0091659b 100644 --- a/filters/karbon/kontour/kontourimport.h +++ b/filters/karbon/kontour/kontourimport.h @@ -27,7 +27,7 @@ class KontourImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KontourImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/msod/msodimport.h b/filters/karbon/msod/msodimport.h index 9264b7d5..4faba3f6 100644 --- a/filters/karbon/msod/msodimport.h +++ b/filters/karbon/msod/msodimport.h @@ -30,7 +30,7 @@ class MSODImport : public KoEmbeddingFilter, protected Msod { Q_OBJECT - TQ_OBJECT + public: MSODImport( diff --git a/filters/karbon/oodraw/oodrawimport.h b/filters/karbon/oodraw/oodrawimport.h index 6e753d7d..e846276d 100644 --- a/filters/karbon/oodraw/oodrawimport.h +++ b/filters/karbon/oodraw/oodrawimport.h @@ -38,7 +38,7 @@ class VGroup; class OoDrawImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoDrawImport( KoFilter *parent, const char *name, const TQStringList & ); virtual ~OoDrawImport(); diff --git a/filters/karbon/png/pngexport.h b/filters/karbon/png/pngexport.h index df893965..610b275d 100644 --- a/filters/karbon/png/pngexport.h +++ b/filters/karbon/png/pngexport.h @@ -27,7 +27,7 @@ class PngExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: PngExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/svg/svgexport.h b/filters/karbon/svg/svgexport.h index c79d1fde..6c2286aa 100644 --- a/filters/karbon/svg/svgexport.h +++ b/filters/karbon/svg/svgexport.h @@ -46,7 +46,7 @@ class VTransformCmd; class SvgExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: SvgExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/svg/svgimport.h b/filters/karbon/svg/svgimport.h index 636077a1..c4dff12d 100644 --- a/filters/karbon/svg/svgimport.h +++ b/filters/karbon/svg/svgimport.h @@ -39,7 +39,7 @@ class VPath; class SvgImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/wmf/wmfexport.h b/filters/karbon/wmf/wmfexport.h index b13da88f..d26dde08 100644 --- a/filters/karbon/wmf/wmfexport.h +++ b/filters/karbon/wmf/wmfexport.h @@ -35,7 +35,7 @@ class VText; class WmfExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: WmfExport( KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/wmf/wmfimport.h b/filters/karbon/wmf/wmfimport.h index 34ee8140..670acbe9 100644 --- a/filters/karbon/wmf/wmfimport.h +++ b/filters/karbon/wmf/wmfimport.h @@ -30,7 +30,7 @@ DESCRIPTION class WMFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: WMFImport( KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/xaml/xamlexport.h b/filters/karbon/xaml/xamlexport.h index 124ea3fd..0b586a2f 100644 --- a/filters/karbon/xaml/xamlexport.h +++ b/filters/karbon/xaml/xamlexport.h @@ -44,7 +44,7 @@ class VText; class XAMLExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: XAMLExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/xaml/xamlimport.h b/filters/karbon/xaml/xamlimport.h index 001d1dc3..7635b3d9 100644 --- a/filters/karbon/xaml/xamlimport.h +++ b/filters/karbon/xaml/xamlimport.h @@ -37,7 +37,7 @@ class VPath; class XAMLImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XAMLImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/xcf/xcfexport.h b/filters/karbon/xcf/xcfexport.h index f6a7be70..49f44214 100644 --- a/filters/karbon/xcf/xcfexport.h +++ b/filters/karbon/xcf/xcfexport.h @@ -34,7 +34,7 @@ class VLayer; class XcfExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: XcfExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/xfig/xfigimport.h b/filters/karbon/xfig/xfigimport.h index c084cc8d..3bf98aae 100644 --- a/filters/karbon/xfig/xfigimport.h +++ b/filters/karbon/xfig/xfigimport.h @@ -40,7 +40,7 @@ class TQColor; class XFIGImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XFIGImport( KoFilter *parent, const char *name ); diff --git a/filters/karbon/xfig/xfigimport_factory.h b/filters/karbon/xfig/xfigimport_factory.h index 10af74a0..b8d4d666 100644 --- a/filters/karbon/xfig/xfigimport_factory.h +++ b/filters/karbon/xfig/xfigimport_factory.h @@ -32,7 +32,7 @@ class XFIGImportFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: XFIGImportFactory(TQObject* parent = 0, const char* name = 0); virtual ~XFIGImportFactory(); diff --git a/filters/kchart/bmp/bmpexport.h b/filters/kchart/bmp/bmpexport.h index fea800f5..21d507a7 100644 --- a/filters/kchart/bmp/bmpexport.h +++ b/filters/kchart/bmp/bmpexport.h @@ -25,7 +25,7 @@ class BmpExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: BmpExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/jpeg/jpegexport.h b/filters/kchart/jpeg/jpegexport.h index af88462c..9b25caa1 100644 --- a/filters/kchart/jpeg/jpegexport.h +++ b/filters/kchart/jpeg/jpegexport.h @@ -25,7 +25,7 @@ class JpegExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: JpegExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/libimageexport/imageexport.h b/filters/kchart/libimageexport/imageexport.h index d1a73abe..933a6eda 100644 --- a/filters/kchart/libimageexport/imageexport.h +++ b/filters/kchart/libimageexport/imageexport.h @@ -26,7 +26,7 @@ class TQPixmap; class ImageExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ImageExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/mng/mngexport.h b/filters/kchart/mng/mngexport.h index 6d6b2209..a8026a64 100644 --- a/filters/kchart/mng/mngexport.h +++ b/filters/kchart/mng/mngexport.h @@ -25,7 +25,7 @@ class MngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: MngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/png/pngexport.h b/filters/kchart/png/pngexport.h index c3921b96..9a1f7dd8 100644 --- a/filters/kchart/png/pngexport.h +++ b/filters/kchart/png/pngexport.h @@ -25,7 +25,7 @@ class PngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: PngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/svg/svgexport.h b/filters/kchart/svg/svgexport.h index 653aae9b..1d8dda11 100644 --- a/filters/kchart/svg/svgexport.h +++ b/filters/kchart/svg/svgexport.h @@ -25,7 +25,7 @@ class SvgExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/xbm/xbmexport.h b/filters/kchart/xbm/xbmexport.h index cf64f69e..da8d1ed1 100644 --- a/filters/kchart/xbm/xbmexport.h +++ b/filters/kchart/xbm/xbmexport.h @@ -25,7 +25,7 @@ class XbmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XbmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/xpm/xpmexport.h b/filters/kchart/xpm/xpmexport.h index 2c50c216..ebf790e0 100644 --- a/filters/kchart/xpm/xpmexport.h +++ b/filters/kchart/xpm/xpmexport.h @@ -25,7 +25,7 @@ class XpmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XpmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kformula/latex/latexexport.h b/filters/kformula/latex/latexexport.h index 83672fae..173c7f38 100644 --- a/filters/kformula/latex/latexexport.h +++ b/filters/kformula/latex/latexexport.h @@ -28,7 +28,7 @@ class TQStringList; class LATEXExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXExport( KoFilter *parent, const char *name, const TQStringList& ); virtual ~LATEXExport() {} diff --git a/filters/kformula/mathml/mathmlexport.h b/filters/kformula/mathml/mathmlexport.h index 2a442a22..464a6bd6 100644 --- a/filters/kformula/mathml/mathmlexport.h +++ b/filters/kformula/mathml/mathmlexport.h @@ -28,7 +28,7 @@ class TQStringList; class MathMLExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MathMLExport( KoFilter *parent, const char *name, const TQStringList& ); virtual ~MathMLExport() {} diff --git a/filters/kformula/mathml/mathmlimport.h b/filters/kformula/mathml/mathmlimport.h index a2f54182..d1de7b2a 100644 --- a/filters/kformula/mathml/mathmlimport.h +++ b/filters/kformula/mathml/mathmlimport.h @@ -31,7 +31,7 @@ class MathMLImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MathMLImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~MathMLImport() {} diff --git a/filters/kformula/png/pngexport.h b/filters/kformula/png/pngexport.h index eb71df94..f9b2ff90 100644 --- a/filters/kformula/png/pngexport.h +++ b/filters/kformula/png/pngexport.h @@ -28,7 +28,7 @@ class TQStringList; class PNGExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: PNGExport( KoFilter *parent, const char *name, const TQStringList& ); virtual ~PNGExport() {} diff --git a/filters/kformula/png/pngexportdia.h b/filters/kformula/png/pngexportdia.h index 4a1795be..28d91979 100644 --- a/filters/kformula/png/pngexportdia.h +++ b/filters/kformula/png/pngexportdia.h @@ -38,7 +38,7 @@ namespace KFormula { class PNGExportDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PNGExportDia( const TQDomDocument &dom, const TQString &outFile, TQWidget *parent=0L, const char *name=0L ); diff --git a/filters/kformula/svg/svgexport.h b/filters/kformula/svg/svgexport.h index 0296e574..2bbc8c34 100644 --- a/filters/kformula/svg/svgexport.h +++ b/filters/kformula/svg/svgexport.h @@ -26,7 +26,7 @@ class SvgExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kivio/imageexport/kivio_imageexport.h b/filters/kivio/imageexport/kivio_imageexport.h index 498204fa..af51355a 100644 --- a/filters/kivio/imageexport/kivio_imageexport.h +++ b/filters/kivio/imageexport/kivio_imageexport.h @@ -28,7 +28,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 37615db7..e6b33b5d 100644 --- a/filters/kivio/imageexport/kivio_imageexportdialog.h +++ b/filters/kivio/imageexport/kivio_imageexportdialog.h @@ -30,7 +30,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 7d8d3ba1..1a2cf5c4 100644 --- a/filters/kpresenter/bmp/bmpexport.h +++ b/filters/kpresenter/bmp/bmpexport.h @@ -25,7 +25,7 @@ class BmpExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: BmpExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/jpeg/jpegexport.h b/filters/kpresenter/jpeg/jpegexport.h index 18cb8dc8..990b4531 100644 --- a/filters/kpresenter/jpeg/jpegexport.h +++ b/filters/kpresenter/jpeg/jpegexport.h @@ -25,7 +25,7 @@ class JpegExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: JpegExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/kword/kprkword.h b/filters/kpresenter/kword/kprkword.h index 30932652..33591130 100644 --- a/filters/kpresenter/kword/kprkword.h +++ b/filters/kpresenter/kword/kprkword.h @@ -26,7 +26,7 @@ class KprKword : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KprKword(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/libimageexport/imageexport.h b/filters/kpresenter/libimageexport/imageexport.h index 5cb89622..d9fe01f2 100644 --- a/filters/kpresenter/libimageexport/imageexport.h +++ b/filters/kpresenter/libimageexport/imageexport.h @@ -26,7 +26,7 @@ class TQPixmap; class ImageExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ImageExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/mng/mngexport.h b/filters/kpresenter/mng/mngexport.h index d19e6284..eccfe5b8 100644 --- a/filters/kpresenter/mng/mngexport.h +++ b/filters/kpresenter/mng/mngexport.h @@ -25,7 +25,7 @@ class MngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: MngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/ooimpress/ooimpressexport.h b/filters/kpresenter/ooimpress/ooimpressexport.h index dec5ec4c..7038611b 100644 --- a/filters/kpresenter/ooimpress/ooimpressexport.h +++ b/filters/kpresenter/ooimpress/ooimpressexport.h @@ -32,7 +32,7 @@ class KoStore; class OoImpressExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoImpressExport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OoImpressExport(); diff --git a/filters/kpresenter/ooimpress/ooimpressimport.h b/filters/kpresenter/ooimpress/ooimpressimport.h index b187d189..06f934c0 100644 --- a/filters/kpresenter/ooimpress/ooimpressimport.h +++ b/filters/kpresenter/ooimpress/ooimpressimport.h @@ -41,7 +41,7 @@ struct animationList class OoImpressImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoImpressImport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OoImpressImport(); diff --git a/filters/kpresenter/png/pngexport.h b/filters/kpresenter/png/pngexport.h index e86ac95f..ec702dc6 100644 --- a/filters/kpresenter/png/pngexport.h +++ b/filters/kpresenter/png/pngexport.h @@ -25,7 +25,7 @@ class PngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: PngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/powerpoint/import/powerpointimport.h b/filters/kpresenter/powerpoint/import/powerpointimport.h index 6b75cfb3..d7b49799 100644 --- a/filters/kpresenter/powerpoint/import/powerpointimport.h +++ b/filters/kpresenter/powerpoint/import/powerpointimport.h @@ -34,7 +34,7 @@ class KoXmlWriter; class PowerPointImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: PowerPointImport ( TQObject *parent, const char* name, const TQStringList& ); diff --git a/filters/kpresenter/svg/svgexport.h b/filters/kpresenter/svg/svgexport.h index 17e3d79f..d46ba5fa 100644 --- a/filters/kpresenter/svg/svgexport.h +++ b/filters/kpresenter/svg/svgexport.h @@ -26,7 +26,7 @@ class SvgExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/xbm/xbmexport.h b/filters/kpresenter/xbm/xbmexport.h index cb64945f..84a55186 100644 --- a/filters/kpresenter/xbm/xbmexport.h +++ b/filters/kpresenter/xbm/xbmexport.h @@ -25,7 +25,7 @@ class XbmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XbmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/xpm/xpmexport.h b/filters/kpresenter/xpm/xpmexport.h index f7a1c95c..2d886cbd 100644 --- a/filters/kpresenter/xpm/xpmexport.h +++ b/filters/kpresenter/xpm/xpmexport.h @@ -25,7 +25,7 @@ class XpmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XpmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kspread/applixspread/applixspreadimport.h b/filters/kspread/applixspread/applixspreadimport.h index 584949d9..dd191752 100644 --- a/filters/kspread/applixspread/applixspreadimport.h +++ b/filters/kspread/applixspread/applixspreadimport.h @@ -51,7 +51,7 @@ typedef struct class APPLIXSPREADImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: APPLIXSPREADImport ( TQObject *parent, const char* name, const TQStringList& ); diff --git a/filters/kspread/csv/csvdialog.h b/filters/kspread/csv/csvdialog.h index eefb9407..9dee5b63 100644 --- a/filters/kspread/csv/csvdialog.h +++ b/filters/kspread/csv/csvdialog.h @@ -30,7 +30,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 ebc8a861..94bcfa34 100644 --- a/filters/kspread/csv/csvexport.h +++ b/filters/kspread/csv/csvexport.h @@ -32,7 +32,7 @@ class Sheet; class CSVExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: CSVExport(KoFilter * parent, const char * name, const TQStringList &); diff --git a/filters/kspread/csv/csvexportdialog.h b/filters/kspread/csv/csvexportdialog.h index 4683c040..54c4324a 100644 --- a/filters/kspread/csv/csvexportdialog.h +++ b/filters/kspread/csv/csvexportdialog.h @@ -34,7 +34,7 @@ class Map; class CSVExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CSVExportDialog(TQWidget * parent); ~CSVExportDialog(); diff --git a/filters/kspread/csv/csvimport.h b/filters/kspread/csv/csvimport.h index c68ecffb..3faa4364 100644 --- a/filters/kspread/csv/csvimport.h +++ b/filters/kspread/csv/csvimport.h @@ -25,7 +25,7 @@ class CSVFilter : public KoFilter { Q_OBJECT - TQ_OBJECT + public: CSVFilter(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kspread/dbase/dbaseimport.h b/filters/kspread/dbase/dbaseimport.h index 293bda21..aa62191b 100644 --- a/filters/kspread/dbase/dbaseimport.h +++ b/filters/kspread/dbase/dbaseimport.h @@ -26,7 +26,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 e4b6b499..c8791672 100644 --- a/filters/kspread/excel/excelexport.h +++ b/filters/kspread/excel/excelexport.h @@ -10,7 +10,7 @@ class ExcelExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ExcelExport(KoFilter *parent, const char*name, const TQStringList&); diff --git a/filters/kspread/excel/import/excelimport.h b/filters/kspread/excel/import/excelimport.h index 84729b4d..54f8ab7a 100644 --- a/filters/kspread/excel/import/excelimport.h +++ b/filters/kspread/excel/import/excelimport.h @@ -28,7 +28,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 0b2b0324..bc6b422c 100644 --- a/filters/kspread/gnumeric/gnumericexport.h +++ b/filters/kspread/gnumeric/gnumericexport.h @@ -31,7 +31,7 @@ namespace KSpread class GNUMERICExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: GNUMERICExport(KoFilter *parent, const char*name, const TQStringList&); diff --git a/filters/kspread/gnumeric/gnumericimport.h b/filters/kspread/gnumeric/gnumericimport.h index c449a599..ab9fc7f1 100644 --- a/filters/kspread/gnumeric/gnumericimport.h +++ b/filters/kspread/gnumeric/gnumericimport.h @@ -34,7 +34,7 @@ class Sheet; class GNUMERICFilter : public KoFilter { Q_OBJECT - TQ_OBJECT + public: GNUMERICFilter(KoFilter *parent, const char *name, const TQStringList&); virtual ~GNUMERICFilter() {} diff --git a/filters/kspread/html/exportdialog.h b/filters/kspread/html/exportdialog.h index 29645540..badc1cc2 100644 --- a/filters/kspread/html/exportdialog.h +++ b/filters/kspread/html/exportdialog.h @@ -27,7 +27,7 @@ class ExportWidget; class ExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ExportDialog( TQWidget *parent = 0, const char *name = 0 ); ~ExportDialog(); diff --git a/filters/kspread/html/htmlexport.h b/filters/kspread/html/htmlexport.h index c7007157..8a8566a2 100644 --- a/filters/kspread/html/htmlexport.h +++ b/filters/kspread/html/htmlexport.h @@ -34,7 +34,7 @@ class Sheet; class HTMLExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: HTMLExport(KoFilter *parent, const char*name, const TQStringList&); virtual ~HTMLExport(); diff --git a/filters/kspread/kexi/kspread_kexiimport.h b/filters/kspread/kexi/kspread_kexiimport.h index 4de3e704..04b260a0 100644 --- a/filters/kspread/kexi/kspread_kexiimport.h +++ b/filters/kspread/kexi/kspread_kexiimport.h @@ -58,7 +58,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 ec8951b9..a7561525 100644 --- a/filters/kspread/kexi/kspread_kexiimportdialog.h +++ b/filters/kspread/kexi/kspread_kexiimportdialog.h @@ -53,7 +53,7 @@ class KListViewItem; 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 9e3e02d2..ec50dbf8 100644 --- a/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h +++ b/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h @@ -32,7 +32,7 @@ class KConfig; class KSpreadLatexExportDiaImpl : public LatexExportDia { Q_OBJECT - TQ_OBJECT + private: TQString _fileOut; diff --git a/filters/kspread/latex/export/latexexport.h b/filters/kspread/latex/export/latexexport.h index 1d8076eb..01c63a22 100644 --- a/filters/kspread/latex/export/latexexport.h +++ b/filters/kspread/latex/export/latexexport.h @@ -32,7 +32,7 @@ class LATEXExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kspread/opencalc/opencalcexport.h b/filters/kspread/opencalc/opencalcexport.h index 03cfa245..173c1cd3 100644 --- a/filters/kspread/opencalc/opencalcexport.h +++ b/filters/kspread/opencalc/opencalcexport.h @@ -40,7 +40,7 @@ class Sheet; class OpenCalcExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OpenCalcExport( KoFilter * parent, const char * name, const TQStringList & ); diff --git a/filters/kspread/opencalc/opencalcimport.h b/filters/kspread/opencalc/opencalcimport.h index 8965dae5..aa6ad89c 100644 --- a/filters/kspread/opencalc/opencalcimport.h +++ b/filters/kspread/opencalc/opencalcimport.h @@ -42,7 +42,7 @@ class Validity; class OpenCalcImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OpenCalcImport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OpenCalcImport(); diff --git a/filters/kspread/qpro/qproimport.h b/filters/kspread/qpro/qproimport.h index e69d2a65..7abdce57 100644 --- a/filters/kspread/qpro/qproimport.h +++ b/filters/kspread/qpro/qproimport.h @@ -31,7 +31,7 @@ class Sheet; class QpImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: QpImport(KoFilter* parent, const char* name, const TQStringList&); diff --git a/filters/kugar/kugarnop/kugarnopimport.h b/filters/kugar/kugarnop/kugarnopimport.h index a7099bc4..e3a59ae6 100644 --- a/filters/kugar/kugarnop/kugarnopimport.h +++ b/filters/kugar/kugarnop/kugarnopimport.h @@ -23,7 +23,7 @@ class KugarNOPImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KugarNOPImport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kword/abiword/abiwordexport.h b/filters/kword/abiword/abiwordexport.h index 656283f8..5b72e0c8 100644 --- a/filters/kword/abiword/abiwordexport.h +++ b/filters/kword/abiword/abiwordexport.h @@ -41,7 +41,7 @@ class ABIWORDExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ABIWORDExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/abiword/abiwordimport.h b/filters/kword/abiword/abiwordimport.h index 8b8349b7..2ef4e13c 100644 --- a/filters/kword/abiword/abiwordimport.h +++ b/filters/kword/abiword/abiwordimport.h @@ -43,7 +43,7 @@ class ABIWORDImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ABIWORDImport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/amipro/amiproexport.h b/filters/kword/amipro/amiproexport.h index bffb4362..5833dc20 100644 --- a/filters/kword/amipro/amiproexport.h +++ b/filters/kword/amipro/amiproexport.h @@ -26,7 +26,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 45c8cc2b..b608d5eb 100644 --- a/filters/kword/amipro/amiproimport.h +++ b/filters/kword/amipro/amiproimport.h @@ -28,7 +28,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 90333f47..71fd47f1 100644 --- a/filters/kword/applixword/applixwordimport.h +++ b/filters/kword/applixword/applixwordimport.h @@ -44,7 +44,7 @@ typedef struct class APPLIXWORDImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: APPLIXWORDImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/ascii/ExportDialog.h b/filters/kword/ascii/ExportDialog.h index eb3f526b..e7e05f2e 100644 --- a/filters/kword/ascii/ExportDialog.h +++ b/filters/kword/ascii/ExportDialog.h @@ -30,7 +30,7 @@ class ExportDialogUI; class AsciiExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AsciiExportDialog(TQWidget* parent=NULL); diff --git a/filters/kword/ascii/ImportDialog.h b/filters/kword/ascii/ImportDialog.h index 0cb97240..6b9b0ae5 100644 --- a/filters/kword/ascii/ImportDialog.h +++ b/filters/kword/ascii/ImportDialog.h @@ -30,7 +30,7 @@ class ImportDialogUI; class AsciiImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AsciiImportDialog(TQWidget* parent=NULL); ~AsciiImportDialog(void); diff --git a/filters/kword/ascii/asciiexport.h b/filters/kword/ascii/asciiexport.h index 429ad6c8..7dc3dd3d 100644 --- a/filters/kword/ascii/asciiexport.h +++ b/filters/kword/ascii/asciiexport.h @@ -25,7 +25,7 @@ class ASCIIExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ASCIIExport(KoFilter* parent, const char* name, const TQStringList&); diff --git a/filters/kword/ascii/asciiimport.h b/filters/kword/ascii/asciiimport.h index b2cfcbdd..d643e9c4 100644 --- a/filters/kword/ascii/asciiimport.h +++ b/filters/kword/ascii/asciiimport.h @@ -58,7 +58,7 @@ class TQDomElement; class ASCIIImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ASCIIImport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/docbook/docbookexport.h b/filters/kword/docbook/docbookexport.h index 29362aaa..f7c417b8 100644 --- a/filters/kword/docbook/docbookexport.h +++ b/filters/kword/docbook/docbookexport.h @@ -32,7 +32,7 @@ class DocBookExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: DocBookExport (KoFilter *parent, const char *name, const TQStringList & ); diff --git a/filters/kword/hancomword/hancomwordimport.h b/filters/kword/hancomword/hancomwordimport.h index f78c3a47..81dd7cc9 100644 --- a/filters/kword/hancomword/hancomwordimport.h +++ b/filters/kword/hancomword/hancomwordimport.h @@ -28,7 +28,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 0feb3045..c1f8a707 100644 --- a/filters/kword/html/export/ExportDialog.h +++ b/filters/kword/html/export/ExportDialog.h @@ -29,7 +29,7 @@ class ExportDialogUI; class HtmlExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Mode { diff --git a/filters/kword/html/export/htmlexport.h b/filters/kword/html/export/htmlexport.h index 10617bae..ad784e78 100644 --- a/filters/kword/html/export/htmlexport.h +++ b/filters/kword/html/export/htmlexport.h @@ -33,7 +33,7 @@ class HTMLExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: HTMLExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/html/import/htmlimport.h b/filters/kword/html/import/htmlimport.h index ab2a293c..ade48373 100644 --- a/filters/kword/html/import/htmlimport.h +++ b/filters/kword/html/import/htmlimport.h @@ -31,7 +31,7 @@ class HTMLImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: HTMLImport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/html/import/khtmlreader.h b/filters/kword/html/import/khtmlreader.h index db93531a..dbca8a87 100644 --- a/filters/kword/html/import/khtmlreader.h +++ b/filters/kword/html/import/khtmlreader.h @@ -46,7 +46,7 @@ struct HTMLReader_state { class KHTMLReader: public TQObject { Q_OBJECT - TQ_OBJECT + public: KHTMLReader(KWDWriter *writer); diff --git a/filters/kword/kword1.3/import/kword13import.h b/filters/kword/kword1.3/import/kword13import.h index 77c05c23..a138f0e8 100644 --- a/filters/kword/kword1.3/import/kword13import.h +++ b/filters/kword/kword1.3/import/kword13import.h @@ -33,7 +33,7 @@ class KWord13Document; class KWord13Import : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KWord13Import(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/latex/export/kwordlatexexportdia.h b/filters/kword/latex/export/kwordlatexexportdia.h index af3d4cd5..c032f8e9 100644 --- a/filters/kword/latex/export/kwordlatexexportdia.h +++ b/filters/kword/latex/export/kwordlatexexportdia.h @@ -31,7 +31,7 @@ class LatexExportIface; class KWordLatexExportDia : public LatexExportDia { Q_OBJECT - TQ_OBJECT + private: TQString _fileOut; diff --git a/filters/kword/latex/export/latexexport.h b/filters/kword/latex/export/latexexport.h index 1d8076eb..01c63a22 100644 --- a/filters/kword/latex/export/latexexport.h +++ b/filters/kword/latex/export/latexexport.h @@ -32,7 +32,7 @@ class LATEXExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/latex/import/lateximport.h b/filters/kword/latex/import/lateximport.h index 9c85cad0..5d394e89 100644 --- a/filters/kword/latex/import/lateximport.h +++ b/filters/kword/latex/import/lateximport.h @@ -32,7 +32,7 @@ class LATEXImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/latex/import/lateximportdia.h b/filters/kword/latex/import/lateximportdia.h index 13afc1af..360bfd8c 100644 --- a/filters/kword/latex/import/lateximportdia.h +++ b/filters/kword/latex/import/lateximportdia.h @@ -53,7 +53,7 @@ class LATEXImportDia : public KDialogBase, public DCOPObject K_DCOP Q_OBJECT - TQ_OBJECT + TQString _fileIn; TQByteArray _arrayIn; diff --git a/filters/kword/msword/document.h b/filters/kword/msword/document.h index 4ee62897..f043a9ca 100644 --- a/filters/kword/msword/document.h +++ b/filters/kword/msword/document.h @@ -52,7 +52,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 ); virtual ~Document(); diff --git a/filters/kword/msword/graphicshandler.h b/filters/kword/msword/graphicshandler.h index 341ebbb5..0509d8a8 100644 --- a/filters/kword/msword/graphicshandler.h +++ b/filters/kword/msword/graphicshandler.h @@ -39,7 +39,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 ae348fc7..24a216bd 100644 --- a/filters/kword/msword/mswordimport.h +++ b/filters/kword/msword/mswordimport.h @@ -28,7 +28,7 @@ class TQDomElement; class MSWordImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MSWordImport( KoFilter* parent, const char* name, const TQStringList& ); virtual ~MSWordImport(); diff --git a/filters/kword/msword/tablehandler.h b/filters/kword/msword/tablehandler.h index 95fbdba9..3ebb380a 100644 --- a/filters/kword/msword/tablehandler.h +++ b/filters/kword/msword/tablehandler.h @@ -76,7 +76,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 c75cfd4e..a95c19a7 100644 --- a/filters/kword/msword/texthandler.h +++ b/filters/kword/msword/texthandler.h @@ -51,7 +51,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 2b530ed1..ff9086a8 100644 --- a/filters/kword/mswrite/ImportDialog.h +++ b/filters/kword/mswrite/ImportDialog.h @@ -29,7 +29,7 @@ class ImportDialogUI; class MSWriteImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: MSWriteImportDialog(TQWidget* parent=NULL); ~MSWriteImportDialog(void); diff --git a/filters/kword/mswrite/mswriteexport.h b/filters/kword/mswrite/mswriteexport.h index adfbc4ba..ef68273a 100644 --- a/filters/kword/mswrite/mswriteexport.h +++ b/filters/kword/mswrite/mswriteexport.h @@ -25,7 +25,7 @@ class MSWriteExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MSWriteExport (KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/mswrite/mswriteimport.h b/filters/kword/mswrite/mswriteimport.h index 8d59fe38..2282f823 100644 --- a/filters/kword/mswrite/mswriteimport.h +++ b/filters/kword/mswrite/mswriteimport.h @@ -29,7 +29,7 @@ class KWordGenerator; class MSWriteImport : public KoFilter { Q_OBJECT - TQ_OBJECT + private: WRIDevice *m_device; diff --git a/filters/kword/oowriter/oowriterexport.h b/filters/kword/oowriter/oowriterexport.h index bd1a0f40..177fbe80 100644 --- a/filters/kword/oowriter/oowriterexport.h +++ b/filters/kword/oowriter/oowriterexport.h @@ -41,7 +41,7 @@ class OOWRITERExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OOWRITERExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/oowriter/oowriterimport.h b/filters/kword/oowriter/oowriterimport.h index 4de60534..1eb0bcc9 100644 --- a/filters/kword/oowriter/oowriterimport.h +++ b/filters/kword/oowriter/oowriterimport.h @@ -33,7 +33,7 @@ class KZip; class OoWriterImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoWriterImport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OoWriterImport(); diff --git a/filters/kword/palmdoc/palmdocexport.h b/filters/kword/palmdoc/palmdocexport.h index 4c09946b..2fefc6be 100644 --- a/filters/kword/palmdoc/palmdocexport.h +++ b/filters/kword/palmdoc/palmdocexport.h @@ -26,7 +26,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 77b4cc73..0806fe6c 100644 --- a/filters/kword/palmdoc/palmdocimport.h +++ b/filters/kword/palmdoc/palmdocimport.h @@ -28,7 +28,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 a5b6150a..3aeefc6f 100644 --- a/filters/kword/pdf/dialog.h +++ b/filters/kword/pdf/dialog.h @@ -80,7 +80,7 @@ public: class Dialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Dialog(uint nbPages, bool isEncrypted, TQWidget *parent); ~Dialog(); diff --git a/filters/kword/pdf/pdfimport.h b/filters/kword/pdf/pdfimport.h index 53ca8f97..06b65791 100644 --- a/filters/kword/pdf/pdfimport.h +++ b/filters/kword/pdf/pdfimport.h @@ -29,7 +29,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 5218e4c5..d8aa1449 100644 --- a/filters/kword/rtf/export/rtfexport.h +++ b/filters/kword/rtf/export/rtfexport.h @@ -33,7 +33,7 @@ class RTFExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: RTFExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/rtf/import/rtfimport.h b/filters/kword/rtf/import/rtfimport.h index 044a6095..d70cf8fa 100644 --- a/filters/kword/rtf/import/rtfimport.h +++ b/filters/kword/rtf/import/rtfimport.h @@ -244,7 +244,7 @@ struct RTFGroupState class RTFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: RTFImport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kword/starwriter/starwriterimport.h b/filters/kword/starwriter/starwriterimport.h index f71a71ed..d81f488c 100644 --- a/filters/kword/starwriter/starwriterimport.h +++ b/filters/kword/starwriter/starwriterimport.h @@ -29,7 +29,7 @@ class StarWriterImport: public KoFilter { Q_OBJECT - TQ_OBJECT + public: StarWriterImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/wml/wmlexport.h b/filters/kword/wml/wmlexport.h index 2f81c897..f55989d8 100644 --- a/filters/kword/wml/wmlexport.h +++ b/filters/kword/wml/wmlexport.h @@ -26,7 +26,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 1c169af1..38a71abd 100644 --- a/filters/kword/wml/wmlimport.h +++ b/filters/kword/wml/wmlimport.h @@ -28,7 +28,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 16e81a1b..007be871 100644 --- a/filters/kword/wordperfect/export/wpexport.h +++ b/filters/kword/wordperfect/export/wpexport.h @@ -26,7 +26,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 3fc52796..670a6816 100644 --- a/filters/kword/wordperfect/import/wpimport.h +++ b/filters/kword/wordperfect/import/wpimport.h @@ -34,7 +34,7 @@ class WPImport : public KoFilter { Q_OBJECT - TQ_OBJECT + protected: diff --git a/filters/libdialogfilter/exportsizedia.h b/filters/libdialogfilter/exportsizedia.h index 6d6459cc..2ad0fec3 100644 --- a/filters/libdialogfilter/exportsizedia.h +++ b/filters/libdialogfilter/exportsizedia.h @@ -33,7 +33,7 @@ class KDoubleNumInput; class ExportSizeDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ExportSizeDia( int width, int height, diff --git a/filters/olefilters/lib/filterbase.h b/filters/olefilters/lib/filterbase.h index 138842a0..d186f189 100644 --- a/filters/olefilters/lib/filterbase.h +++ b/filters/olefilters/lib/filterbase.h @@ -39,7 +39,7 @@ class TQCString; class FilterBase : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/olefilters/olefilter.h b/filters/olefilters/olefilter.h index 2759ea50..b91f9558 100644 --- a/filters/olefilters/olefilter.h +++ b/filters/olefilters/olefilter.h @@ -33,7 +33,7 @@ class KoStore; class OLEFilter : public KoEmbeddingFilter { Q_OBJECT - TQ_OBJECT + public: OLEFilter(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/olefilters/powerpoint97/powerpointfilter.h b/filters/olefilters/powerpoint97/powerpointfilter.h index b38706dc..cd320816 100644 --- a/filters/olefilters/powerpoint97/powerpointfilter.h +++ b/filters/olefilters/powerpoint97/powerpointfilter.h @@ -27,7 +27,7 @@ class PowerPointFilter: public FilterBase { Q_OBJECT - TQ_OBJECT + public: PowerPointFilter( diff --git a/filters/olefilters/powerpoint97/pptxml.h b/filters/olefilters/powerpoint97/pptxml.h index f3ffbdb1..fb02a34d 100644 --- a/filters/olefilters/powerpoint97/pptxml.h +++ b/filters/olefilters/powerpoint97/pptxml.h @@ -41,7 +41,7 @@ class PptXml: { Q_OBJECT - TQ_OBJECT + public: PptXml( diff --git a/filters/xsltfilter/export/xsltexport.h b/filters/xsltfilter/export/xsltexport.h index b9947255..b24d0c0f 100644 --- a/filters/xsltfilter/export/xsltexport.h +++ b/filters/xsltfilter/export/xsltexport.h @@ -26,7 +26,7 @@ class XSLTExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XSLTExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/xsltfilter/export/xsltexportdia.h b/filters/xsltfilter/export/xsltexportdia.h index 9fd80870..a68b8cc2 100644 --- a/filters/xsltfilter/export/xsltexportdia.h +++ b/filters/xsltfilter/export/xsltexportdia.h @@ -30,7 +30,7 @@ class KConfig; class XSLTExportDia : public XSLTDialog { Q_OBJECT - TQ_OBJECT + TQString _fileOut; KoStoreDevice* _in; diff --git a/filters/xsltfilter/import/xsltimport.h b/filters/xsltfilter/import/xsltimport.h index eac5e73c..103e3dc7 100644 --- a/filters/xsltfilter/import/xsltimport.h +++ b/filters/xsltfilter/import/xsltimport.h @@ -32,7 +32,7 @@ class XSLTImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XSLTImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/xsltfilter/import/xsltimportdia.h b/filters/xsltfilter/import/xsltimportdia.h index 48060638..897cc10d 100644 --- a/filters/xsltfilter/import/xsltimportdia.h +++ b/filters/xsltfilter/import/xsltimportdia.h @@ -28,7 +28,7 @@ class XSLTImportDia : public XSLTDialog { Q_OBJECT - TQ_OBJECT + TQString _fileIn; TQString _fileOut; diff --git a/interfaces/koChart.h b/interfaces/koChart.h index 009c0096..6446a9e6 100644 --- a/interfaces/koChart.h +++ b/interfaces/koChart.h @@ -41,7 +41,7 @@ namespace KoChart class KOCHARTINTERFACE_EXPORT WizardExtension : public TQObject { Q_OBJECT - TQ_OBJECT + public: WizardExtension( Part *part, const char *name = 0 ); virtual ~WizardExtension(); @@ -60,7 +60,7 @@ namespace KoChart class KOCHARTINTERFACE_EXPORT Part : public KoDocument { Q_OBJECT - TQ_OBJECT + public: Part( TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name, diff --git a/karbon/commands/vcommand.h b/karbon/commands/vcommand.h index 36c63996..1dbf8804 100644 --- a/karbon/commands/vcommand.h +++ b/karbon/commands/vcommand.h @@ -143,7 +143,7 @@ private: class VCommandHistory : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/karbon/dialogs/vcolordlg.h b/karbon/dialogs/vcolordlg.h index 97e53d27..001db0b9 100644 --- a/karbon/dialogs/vcolordlg.h +++ b/karbon/dialogs/vcolordlg.h @@ -30,7 +30,7 @@ class VFill; class VColorDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VColorDlg( const VColor &c, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dialogs/vcolortab.h b/karbon/dialogs/vcolortab.h index c705b675..53e9532b 100644 --- a/karbon/dialogs/vcolortab.h +++ b/karbon/dialogs/vcolortab.h @@ -34,7 +34,7 @@ class VColor; class VColorTab : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: VColorTab( const VColor &c, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dialogs/vconfiguredlg.h b/karbon/dialogs/vconfiguredlg.h index 2ba989de..80c2114b 100644 --- a/karbon/dialogs/vconfiguredlg.h +++ b/karbon/dialogs/vconfiguredlg.h @@ -34,7 +34,7 @@ class TQComboBox; class VConfigInterfacePage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigInterfacePage( @@ -65,7 +65,7 @@ private: class VConfigMiscPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigMiscPage( @@ -92,7 +92,7 @@ private: class VConfigDefaultPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigDefaultPage( @@ -118,7 +118,7 @@ private: class VConfigGridPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigGridPage( @@ -148,7 +148,7 @@ private: class VConfigureDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VConfigureDlg( KarbonView* parent ); diff --git a/karbon/dialogs/vstrokedlg.h b/karbon/dialogs/vstrokedlg.h index eab40610..50f7d080 100644 --- a/karbon/dialogs/vstrokedlg.h +++ b/karbon/dialogs/vstrokedlg.h @@ -34,7 +34,7 @@ class VColorTab; class VStrokeDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VStrokeDlg( KarbonPart* part, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vcolordocker.h b/karbon/dockers/vcolordocker.h index a973d7c6..128fd5ff 100644 --- a/karbon/dockers/vcolordocker.h +++ b/karbon/dockers/vcolordocker.h @@ -34,7 +34,7 @@ class KoRGBWidget; class VColorDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VColorDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vdocumentdocker.h b/karbon/dockers/vdocumentdocker.h index f88bdf7f..bda9204b 100644 --- a/karbon/dockers/vdocumentdocker.h +++ b/karbon/dockers/vdocumentdocker.h @@ -40,7 +40,7 @@ class KarbonView; class VDocumentPreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VDocumentPreview( KarbonView* view, TQWidget* parent = 0 ); @@ -64,7 +64,7 @@ class VDocumentPreview : public TQWidget class VDocumentTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VDocumentTab( KarbonView* view, TQWidget* parent ); @@ -135,7 +135,7 @@ private: class VLayersTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VLayersTab( KarbonView* view, TQWidget* parent = 0 ); @@ -223,7 +223,7 @@ class VHistoryItem : public TQListViewItem class VHistoryTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VHistoryTab( KarbonPart* part, TQWidget* parent ); diff --git a/karbon/dockers/vstrokedocker.h b/karbon/dockers/vstrokedocker.h index a470619a..eacc4bd5 100644 --- a/karbon/dockers/vstrokedocker.h +++ b/karbon/dockers/vstrokedocker.h @@ -33,7 +33,7 @@ class KarbonPart; class VStrokeDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VStrokeDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vstyledocker.h b/karbon/dockers/vstyledocker.h index f994d53e..8410e3e0 100644 --- a/karbon/dockers/vstyledocker.h +++ b/karbon/dockers/vstyledocker.h @@ -42,7 +42,7 @@ public: class ClipartWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ClipartWidget( TQPtrList<VClipartIconItem>* clipartItems, KarbonPart *part, TQWidget* parent = 0L ); @@ -71,7 +71,7 @@ private: class VStyleDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VStyleDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/dockers/vtransformdocker.h b/karbon/dockers/vtransformdocker.h index 712b86f4..c0086d7c 100644 --- a/karbon/dockers/vtransformdocker.h +++ b/karbon/dockers/vtransformdocker.h @@ -28,7 +28,7 @@ class KoUnitDoubleSpinBox; class VTransformDocker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VTransformDocker( KarbonPart* part, KarbonView* parent = 0L, const char* name = 0L ); diff --git a/karbon/karbon_drag.h b/karbon/karbon_drag.h index f514b55d..f71159f5 100644 --- a/karbon/karbon_drag.h +++ b/karbon/karbon_drag.h @@ -32,7 +32,7 @@ class VDocument; class KarbonDrag : public TQDragObject { Q_OBJECT - TQ_OBJECT + public: KarbonDrag( TQWidget* dragSource = 0, const char* name = 0 ); const char* format( int i ) const; diff --git a/karbon/karbon_factory.h b/karbon/karbon_factory.h index db0351f6..fb7c09c6 100644 --- a/karbon/karbon_factory.h +++ b/karbon/karbon_factory.h @@ -31,7 +31,7 @@ class KarbonResourceServer; class KARBONCOMMON_EXPORT KarbonFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KarbonFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/karbon/karbon_part.h b/karbon/karbon_part.h index 9c9ae91a..c771cf3d 100644 --- a/karbon/karbon_part.h +++ b/karbon/karbon_part.h @@ -45,7 +45,7 @@ class VCommandHistory; class KARBONCOMMON_EXPORT KarbonPart : public KoDocument { Q_OBJECT - TQ_OBJECT + public: KarbonPart( TQWidget* parentWidget = 0L, const char* widgetName = 0L, TQObject* parent = 0L, const char* name = 0L, bool singleViewMode = false ); diff --git a/karbon/karbon_resourceserver.h b/karbon/karbon_resourceserver.h index cf1aae55..fbda1dab 100644 --- a/karbon/karbon_resourceserver.h +++ b/karbon/karbon_resourceserver.h @@ -43,7 +43,7 @@ class VObject; class KARBONCOMMON_EXPORT KarbonResourceServer : public TQObject { Q_OBJECT - TQ_OBJECT + public: KarbonResourceServer(); diff --git a/karbon/karbon_view.h b/karbon/karbon_view.h index ac3dc8dd..879f5bb0 100644 --- a/karbon/karbon_view.h +++ b/karbon/karbon_view.h @@ -74,7 +74,7 @@ class VCommand; class KARBONCOMMON_EXPORT KarbonView : public KoView, public KXMLGUIBuilder { Q_OBJECT - TQ_OBJECT + public: KarbonView( KarbonPart* part, TQWidget* parent = 0L, diff --git a/karbon/plugins/flattenpath/flattenpathplugin.h b/karbon/plugins/flattenpath/flattenpathplugin.h index 9837f688..6384d001 100644 --- a/karbon/plugins/flattenpath/flattenpathplugin.h +++ b/karbon/plugins/flattenpath/flattenpathplugin.h @@ -29,7 +29,7 @@ class VFlattenDlg; class FlattenPathPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: FlattenPathPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~FlattenPathPlugin() {} @@ -46,7 +46,7 @@ class KDoubleNumInput; class VFlattenDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VFlattenDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/imagetool/imagetoolplugin.h b/karbon/plugins/imagetool/imagetoolplugin.h index ecd02709..4258f6dc 100644 --- a/karbon/plugins/imagetool/imagetoolplugin.h +++ b/karbon/plugins/imagetool/imagetoolplugin.h @@ -30,7 +30,7 @@ class ImageToolPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ImageToolPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~ImageToolPlugin(); diff --git a/karbon/plugins/insertknots/insertknotsplugin.h b/karbon/plugins/insertknots/insertknotsplugin.h index f8ea9a77..84cd4e1f 100644 --- a/karbon/plugins/insertknots/insertknotsplugin.h +++ b/karbon/plugins/insertknots/insertknotsplugin.h @@ -30,7 +30,7 @@ class KarbonView; class InsertKnotsPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: InsertKnotsPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~InsertKnotsPlugin() {} @@ -47,7 +47,7 @@ class KIntSpinBox; class VInsertKnotsDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VInsertKnotsDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/roundcorners/roundcornersplugin.h b/karbon/plugins/roundcorners/roundcornersplugin.h index 7806375d..858871a9 100644 --- a/karbon/plugins/roundcorners/roundcornersplugin.h +++ b/karbon/plugins/roundcorners/roundcornersplugin.h @@ -31,7 +31,7 @@ class VRoundCornersDlg; class KARBONBASE_EXPORT VRoundCornersPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: VRoundCornersPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~VRoundCornersPlugin(); @@ -48,7 +48,7 @@ class KDoubleNumInput; class VRoundCornersDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VRoundCornersDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/shadoweffect/shadoweffectplugin.h b/karbon/plugins/shadoweffect/shadoweffectplugin.h index 890cb209..c1085581 100644 --- a/karbon/plugins/shadoweffect/shadoweffectplugin.h +++ b/karbon/plugins/shadoweffect/shadoweffectplugin.h @@ -31,7 +31,7 @@ class VShadowEffectDlg; class ShadowEffectPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ShadowEffectPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~ShadowEffectPlugin() {} @@ -48,7 +48,7 @@ class KIntNumInput; class VShadowEffectDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VShadowEffectDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/whirlpinch/whirlpinchplugin.h b/karbon/plugins/whirlpinch/whirlpinchplugin.h index bf9d16b4..b2d68c34 100644 --- a/karbon/plugins/whirlpinch/whirlpinchplugin.h +++ b/karbon/plugins/whirlpinch/whirlpinchplugin.h @@ -30,7 +30,7 @@ class VWhirlPinchDlg; class WhirlPinchPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: WhirlPinchPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~WhirlPinchPlugin() {} @@ -47,7 +47,7 @@ class KDoubleNumInput; class VWhirlPinchDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VWhirlPinchDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/plugins/zoomtool/zoomtoolplugin.h b/karbon/plugins/zoomtool/zoomtoolplugin.h index 62c7594b..3de6231d 100644 --- a/karbon/plugins/zoomtool/zoomtoolplugin.h +++ b/karbon/plugins/zoomtool/zoomtoolplugin.h @@ -31,7 +31,7 @@ class ZoomToolPlugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ZoomToolPlugin(TQObject *parent, const char *name, const TQStringList &); virtual ~ZoomToolPlugin(); diff --git a/karbon/tools/vdefaulttools.h b/karbon/tools/vdefaulttools.h index f237a4e4..a9d0f7bf 100644 --- a/karbon/tools/vdefaulttools.h +++ b/karbon/tools/vdefaulttools.h @@ -31,7 +31,7 @@ class VDefaultTools : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: VDefaultTools(TQObject *parent, const char *name, const TQStringList &); virtual ~VDefaultTools(); diff --git a/karbon/tools/vellipsetool.h b/karbon/tools/vellipsetool.h index 5a605c53..f43ad7fd 100644 --- a/karbon/tools/vellipsetool.h +++ b/karbon/tools/vellipsetool.h @@ -34,7 +34,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 109dd5cf..4c107ffb 100644 --- a/karbon/tools/vgradienttool.h +++ b/karbon/tools/vgradienttool.h @@ -31,7 +31,7 @@ class VGradientTabWidget; class VGradientTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VGradientTool( KarbonView *view ); diff --git a/karbon/tools/vpatterntool.h b/karbon/tools/vpatterntool.h index a7153c96..c125740c 100644 --- a/karbon/tools/vpatterntool.h +++ b/karbon/tools/vpatterntool.h @@ -33,7 +33,7 @@ class KoIconChooser; class VPatternWidget : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VPatternWidget( TQPtrList<KoIconItem>* patterns, VTool* tool, TQWidget* parent = 0L ); @@ -61,7 +61,7 @@ private: class VPatternTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VPatternTool( KarbonView *view ); diff --git a/karbon/tools/vpenciltool.h b/karbon/tools/vpenciltool.h index 7f962d55..0abdffe4 100644 --- a/karbon/tools/vpenciltool.h +++ b/karbon/tools/vpenciltool.h @@ -45,7 +45,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 2d39250c..54124e07 100644 --- a/karbon/tools/vpolylinetool.h +++ b/karbon/tools/vpolylinetool.h @@ -49,7 +49,7 @@ class TQCursor; class VPolylineTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VPolylineTool( KarbonView *view ); diff --git a/karbon/tools/vselecttool.h b/karbon/tools/vselecttool.h index 1a74289f..2785b66f 100644 --- a/karbon/tools/vselecttool.h +++ b/karbon/tools/vselecttool.h @@ -30,7 +30,7 @@ class KarbonView; class VSelectOptionsWidget : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VSelectOptionsWidget( KarbonPart* part ); @@ -45,7 +45,7 @@ private: class VSelectTool : public VTool { Q_OBJECT - TQ_OBJECT + public: VSelectTool( KarbonView *view ); diff --git a/karbon/tools/vstartool.h b/karbon/tools/vstartool.h index ce073d0c..8b5d04c0 100644 --- a/karbon/tools/vstartool.h +++ b/karbon/tools/vstartool.h @@ -34,7 +34,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 48357dbf..6cf02c11 100644 --- a/karbon/tools/vtexttool.h +++ b/karbon/tools/vtexttool.h @@ -48,7 +48,7 @@ class TQCursor; class ShadowPreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ShadowPreview( ShadowWidget* parent ); @@ -69,7 +69,7 @@ private: class ShadowWidget : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: ShadowWidget( TQWidget* parent, const char* name, int angle, int distance, bool translucent ); @@ -101,7 +101,7 @@ protected: class VTextOptionsWidget : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VTextOptionsWidget( VTextTool* tool, TQWidget *parent ); diff --git a/karbon/vtool.h b/karbon/vtool.h index 2b8bc72e..4c2b0f3d 100644 --- a/karbon/vtool.h +++ b/karbon/vtool.h @@ -51,7 +51,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 7fb38e77..fe348c30 100644 --- a/karbon/widgets/vcanvas.h +++ b/karbon/widgets/vcanvas.h @@ -34,7 +34,7 @@ class VPainter; class KARBONCOMMON_EXPORT VCanvas : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: VCanvas( TQWidget *parent, KarbonView* view, KarbonPart* part ); virtual ~VCanvas(); diff --git a/karbon/widgets/vcolorslider.h b/karbon/widgets/vcolorslider.h index 80ca21b9..c7467e45 100644 --- a/karbon/widgets/vcolorslider.h +++ b/karbon/widgets/vcolorslider.h @@ -35,7 +35,7 @@ class KGradientSelector; class VColorSlider : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Constructs a new color slider. diff --git a/karbon/widgets/vgradienttabwidget.h b/karbon/widgets/vgradienttabwidget.h index f0ac1d37..aecd9950 100644 --- a/karbon/widgets/vgradienttabwidget.h +++ b/karbon/widgets/vgradienttabwidget.h @@ -77,7 +77,7 @@ class VGradientPreview : public TQWidget class KARBONBASE_EXPORT VGradientTabWidget : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: enum VGradientTarget { diff --git a/karbon/widgets/vgradientwidget.h b/karbon/widgets/vgradientwidget.h index 1c02d482..acf836dc 100644 --- a/karbon/widgets/vgradientwidget.h +++ b/karbon/widgets/vgradientwidget.h @@ -29,7 +29,7 @@ class VColor; class KARBONBASE_EXPORT VGradientWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VGradientWidget( VGradient& gradient, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/widgets/vreference.h b/karbon/widgets/vreference.h index 5ff89b48..0005a92e 100644 --- a/karbon/widgets/vreference.h +++ b/karbon/widgets/vreference.h @@ -44,7 +44,7 @@ enum Choice class VReference : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VReference( TQWidget *parent = 0L, const char *name = 0L ); int referencePoint(); diff --git a/karbon/widgets/vruler.h b/karbon/widgets/vruler.h index fe538bea..71bb68f1 100644 --- a/karbon/widgets/vruler.h +++ b/karbon/widgets/vruler.h @@ -32,7 +32,7 @@ class TQPainter; class VRuler : public TQFrame { Q_OBJECT - TQ_OBJECT + typedef TQFrame super; public: diff --git a/karbon/widgets/vselecttoolbar.h b/karbon/widgets/vselecttoolbar.h index ef6a9b32..c922d36f 100644 --- a/karbon/widgets/vselecttoolbar.h +++ b/karbon/widgets/vselecttoolbar.h @@ -30,7 +30,7 @@ class KarbonView; class VSelectToolBar : public KToolBar { Q_OBJECT - TQ_OBJECT + public: VSelectToolBar( KarbonView *view, const char* name = 0L ); ~VSelectToolBar(); diff --git a/karbon/widgets/vsmallpreview.h b/karbon/widgets/vsmallpreview.h index e666ad6a..916c1164 100644 --- a/karbon/widgets/vsmallpreview.h +++ b/karbon/widgets/vsmallpreview.h @@ -34,7 +34,7 @@ class VStroke; class VSmallPreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VSmallPreview( TQWidget* parent = 0L, const char* name = 0L ); ~VSmallPreview(); diff --git a/karbon/widgets/vstrokefillpreview.h b/karbon/widgets/vstrokefillpreview.h index 53234b09..1f207d3b 100644 --- a/karbon/widgets/vstrokefillpreview.h +++ b/karbon/widgets/vstrokefillpreview.h @@ -31,7 +31,7 @@ class KarbonPart; class VStrokeFillPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VStrokeFillPreview( KarbonPart *part, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/widgets/vtoolbox.h b/karbon/widgets/vtoolbox.h index 0646a1ae..b31a4cbb 100644 --- a/karbon/widgets/vtoolbox.h +++ b/karbon/widgets/vtoolbox.h @@ -28,7 +28,7 @@ class VTool; class VToolBox : public KoToolBox { Q_OBJECT - TQ_OBJECT + public: VToolBox( KMainWindow *mainWin, const char* name, KInstance* instance ); diff --git a/karbon/widgets/vtranslate.h b/karbon/widgets/vtranslate.h index 7f07aadb..01b7125b 100644 --- a/karbon/widgets/vtranslate.h +++ b/karbon/widgets/vtranslate.h @@ -32,7 +32,7 @@ class KDoubleNumInput; class VTranslate : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VTranslate( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/widgets/vtypebuttonbox.h b/karbon/widgets/vtypebuttonbox.h index 4ee0dab3..54afef92 100644 --- a/karbon/widgets/vtypebuttonbox.h +++ b/karbon/widgets/vtypebuttonbox.h @@ -27,7 +27,7 @@ class KarbonPart; class VTypeButtonBox : public TQHButtonGroup { Q_OBJECT - TQ_OBJECT + public: enum buttonType { diff --git a/kchart/csvimportdialog.h b/kchart/csvimportdialog.h index 80cd5375..66a46c1a 100644 --- a/kchart/csvimportdialog.h +++ b/kchart/csvimportdialog.h @@ -30,7 +30,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 33350cf1..722a4fb8 100644 --- a/kchart/kchartBackgroundPixmapConfigPage.h +++ b/kchart/kchartBackgroundPixmapConfigPage.h @@ -39,7 +39,7 @@ class KChartParams; class KChartBackgroundPixmapConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartBackgroundPixmapConfigPage( KChartParams* params, diff --git a/kchart/kchartColorConfigPage.h b/kchart/kchartColorConfigPage.h index ee95f8e8..21dfd969 100644 --- a/kchart/kchartColorConfigPage.h +++ b/kchart/kchartColorConfigPage.h @@ -41,7 +41,7 @@ class KChartParams; class KChartColorConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartColorConfigPage( KChartParams* params, TQWidget* parent, KDChartTableData *dat ); diff --git a/kchart/kchartComboConfigPage.h b/kchart/kchartComboConfigPage.h index 67b00c54..f0f4d476 100644 --- a/kchart/kchartComboConfigPage.h +++ b/kchart/kchartComboConfigPage.h @@ -32,7 +32,7 @@ class KChartParams; class KChartComboPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartComboPage( KChartParams* params,TQWidget* parent ); diff --git a/kchart/kchartConfigDialog.h b/kchart/kchartConfigDialog.h index 3ffcad50..d3e930d4 100644 --- a/kchart/kchartConfigDialog.h +++ b/kchart/kchartConfigDialog.h @@ -58,7 +58,7 @@ class KChartParameterPolarConfigPage; class KChartConfigDialog : public TQTabDialog { Q_OBJECT - TQ_OBJECT + public: enum { diff --git a/kchart/kchartDataConfigPage.h b/kchart/kchartDataConfigPage.h index b7b818ae..f50cbed4 100644 --- a/kchart/kchartDataConfigPage.h +++ b/kchart/kchartDataConfigPage.h @@ -41,7 +41,7 @@ class KChartParams; class KChartDataConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartDataConfigPage( KChartParams* params, TQWidget* parent, diff --git a/kchart/kchartDataEditor.h b/kchart/kchartDataEditor.h index 5410fbbc..4359595d 100644 --- a/kchart/kchartDataEditor.h +++ b/kchart/kchartDataEditor.h @@ -41,7 +41,7 @@ class KChartParams; class kchartDataSpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: kchartDataSpinBox(TQWidget *); ~kchartDataSpinBox(); @@ -75,7 +75,7 @@ private: class kchartDataTable : public TQTable { Q_OBJECT - TQ_OBJECT + public: kchartDataTable(TQWidget *); ~kchartDataTable(); @@ -92,7 +92,7 @@ protected: class kchartDataEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: kchartDataEditor(TQWidget* parent = 0); void setData(KChartParams *params, KDChartTableData *dat); diff --git a/kchart/kchartFontConfigPage.h b/kchart/kchartFontConfigPage.h index 7d503112..01c08621 100644 --- a/kchart/kchartFontConfigPage.h +++ b/kchart/kchartFontConfigPage.h @@ -39,7 +39,7 @@ class KChartParams; class KChartFontConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartFontConfigPage( KChartParams* params,TQWidget* parent, diff --git a/kchart/kchartHeaderFooterConfigPage.h b/kchart/kchartHeaderFooterConfigPage.h index fddcfe4f..2c1bb96c 100644 --- a/kchart/kchartHeaderFooterConfigPage.h +++ b/kchart/kchartHeaderFooterConfigPage.h @@ -34,7 +34,7 @@ class KChartParams; class KChartHeaderFooterConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartHeaderFooterConfigPage( KChartParams* params, TQWidget* parent ); diff --git a/kchart/kchartLegendConfigPage.h b/kchart/kchartLegendConfigPage.h index a67a6b12..b05cc019 100644 --- a/kchart/kchartLegendConfigPage.h +++ b/kchart/kchartLegendConfigPage.h @@ -39,7 +39,7 @@ class KChartParams; class KChartLegendConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartLegendConfigPage( KChartParams* params, diff --git a/kchart/kchartLine3dConfigPage.h b/kchart/kchartLine3dConfigPage.h index 9a5ff85a..2eae8a3f 100644 --- a/kchart/kchartLine3dConfigPage.h +++ b/kchart/kchartLine3dConfigPage.h @@ -33,7 +33,7 @@ class KChartParams; class KChartLine3dConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartLine3dConfigPage( KChartParams* params, diff --git a/kchart/kchartPageLayout.h b/kchart/kchartPageLayout.h index e054892f..9aab63c3 100644 --- a/kchart/kchartPageLayout.h +++ b/kchart/kchartPageLayout.h @@ -32,7 +32,7 @@ class KChartParams; class KChartPageLayout : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KChartPageLayout( KChartParams* _params, TQWidget* parent, const char* name); public slots: diff --git a/kchart/kchartParameter3dConfigPage.h b/kchart/kchartParameter3dConfigPage.h index a349f566..b28ccadb 100644 --- a/kchart/kchartParameter3dConfigPage.h +++ b/kchart/kchartParameter3dConfigPage.h @@ -34,7 +34,7 @@ class KChartParams; class KChartParameter3dConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartParameter3dConfigPage( KChartParams* params, diff --git a/kchart/kchartParameterConfigPage.h b/kchart/kchartParameterConfigPage.h index da3eaba9..75a9881f 100644 --- a/kchart/kchartParameterConfigPage.h +++ b/kchart/kchartParameterConfigPage.h @@ -36,7 +36,7 @@ class KChartParams; class KChartParameterConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartParameterConfigPage( KChartParams* params, TQWidget* parent ); diff --git a/kchart/kchartParameterPieConfigPage.h b/kchart/kchartParameterPieConfigPage.h index cbefaaa1..c7addd44 100644 --- a/kchart/kchartParameterPieConfigPage.h +++ b/kchart/kchartParameterPieConfigPage.h @@ -40,7 +40,7 @@ class KChartParams; class KChartParameterPieConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartParameterPieConfigPage( KChartParams* params,TQWidget* parent ); diff --git a/kchart/kchartParameterPolarConfigPage.h b/kchart/kchartParameterPolarConfigPage.h index e30d9c62..89d1b5a1 100644 --- a/kchart/kchartParameterPolarConfigPage.h +++ b/kchart/kchartParameterPolarConfigPage.h @@ -36,7 +36,7 @@ class KChartParams; class KChartParameterPolarConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartParameterPolarConfigPage( KChartParams* params,TQWidget* parent ); diff --git a/kchart/kchartPieConfigPage.h b/kchart/kchartPieConfigPage.h index 82f04306..06c5dc62 100644 --- a/kchart/kchartPieConfigPage.h +++ b/kchart/kchartPieConfigPage.h @@ -45,7 +45,7 @@ class KChartParams; class KChartPieConfigPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartPieConfigPage( KChartParams* params, TQWidget* parent, diff --git a/kchart/kchartPrinterDlg.h b/kchart/kchartPrinterDlg.h index 6853028a..7a2712dc 100644 --- a/kchart/kchartPrinterDlg.h +++ b/kchart/kchartPrinterDlg.h @@ -32,7 +32,7 @@ namespace KChart class KChartPrinterDlg : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: /// Getting the common arguments. KChartPrinterDlg( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kchart/kchartSubTypeChartPage.h b/kchart/kchartSubTypeChartPage.h index 93eade2c..595996da 100644 --- a/kchart/kchartSubTypeChartPage.h +++ b/kchart/kchartSubTypeChartPage.h @@ -36,7 +36,7 @@ class KChartParams; class KChartSubTypeChartPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartSubTypeChartPage( KChartParams* params, TQWidget* parent ) : @@ -51,7 +51,7 @@ protected: class KChartLineSubTypeChartPage : public KChartSubTypeChartPage { Q_OBJECT - TQ_OBJECT + public: KChartLineSubTypeChartPage( KChartParams* params, @@ -73,7 +73,7 @@ private: class KChartAreaSubTypeChartPage : public KChartSubTypeChartPage { Q_OBJECT - TQ_OBJECT + public: KChartAreaSubTypeChartPage( KChartParams* params, @@ -94,7 +94,7 @@ private: class KChartBarSubTypeChartPage : public KChartSubTypeChartPage { Q_OBJECT - TQ_OBJECT + public: KChartBarSubTypeChartPage( KChartParams* params, TQWidget* parent ); @@ -116,7 +116,7 @@ private: class KChartHiloSubTypeChartPage : public KChartSubTypeChartPage { Q_OBJECT - TQ_OBJECT + public: KChartHiloSubTypeChartPage( KChartParams* params, @@ -137,7 +137,7 @@ private: class KChartPolarSubTypeChartPage : public KChartSubTypeChartPage { Q_OBJECT - TQ_OBJECT + public: KChartPolarSubTypeChartPage( KChartParams* params, diff --git a/kchart/kchartWizard.h b/kchart/kchartWizard.h index 90cd02dd..e3725bc1 100644 --- a/kchart/kchartWizard.h +++ b/kchart/kchartWizard.h @@ -20,7 +20,7 @@ class KChartWizardSelectDataFormatPage; class KChartWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KChartWizard ( KChartPart* chart, TQWidget *parent, const char* name, bool modal = true, WFlags f = 0 ); diff --git a/kchart/kchartWizardLabelsLegendPage.h b/kchart/kchartWizardLabelsLegendPage.h index 173554c1..aaff3a9a 100644 --- a/kchart/kchartWizardLabelsLegendPage.h +++ b/kchart/kchartWizardLabelsLegendPage.h @@ -17,7 +17,7 @@ class KChartPart; class KChartWizardLabelsLegendPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartWizardLabelsLegendPage( TQWidget* parent, KChartPart* chart ); diff --git a/kchart/kchartWizardSelectChartSubTypePage.h b/kchart/kchartWizardSelectChartSubTypePage.h index cba9c779..e95d545b 100644 --- a/kchart/kchartWizardSelectChartSubTypePage.h +++ b/kchart/kchartWizardSelectChartSubTypePage.h @@ -17,7 +17,7 @@ class KChartPart; class KChartWizardSelectChartSubTypePage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartWizardSelectChartSubTypePage( TQWidget* parent, KChartPart* chart ); void changeSubTypeName( KChartParams::ChartType _type); diff --git a/kchart/kchartWizardSelectChartTypePage.h b/kchart/kchartWizardSelectChartTypePage.h index 2fb8d612..16c28944 100644 --- a/kchart/kchartWizardSelectChartTypePage.h +++ b/kchart/kchartWizardSelectChartTypePage.h @@ -22,7 +22,7 @@ class KChartPart; class KChartButton : public TQVBox { Q_OBJECT - TQ_OBJECT + public: KChartButton(TQWidget* parent, const TQString &, const TQPixmap &); ~KChartButton(); @@ -35,7 +35,7 @@ class KChartButton : public TQVBox class KChartWizardSelectChartTypePage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartWizardSelectChartTypePage( TQWidget* parent, KChartPart* chart ); diff --git a/kchart/kchartWizardSelectDataFormatPage.h b/kchart/kchartWizardSelectDataFormatPage.h index 1e03cff7..062c1d48 100644 --- a/kchart/kchartWizardSelectDataFormatPage.h +++ b/kchart/kchartWizardSelectDataFormatPage.h @@ -19,7 +19,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 7ab41719..c01b8ab7 100644 --- a/kchart/kchartWizardSetupAxesPage.h +++ b/kchart/kchartWizardSetupAxesPage.h @@ -19,7 +19,7 @@ class kchartWidget; class KChartWizardSetupAxesPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartWizardSetupAxesPage( TQWidget* parent, KChartPart* chart ); diff --git a/kchart/kchartWizardSetupDataPage.h b/kchart/kchartWizardSetupDataPage.h index ee6e5d46..0881ad3c 100644 --- a/kchart/kchartWizardSetupDataPage.h +++ b/kchart/kchartWizardSetupDataPage.h @@ -16,7 +16,7 @@ class KChartWizard; class KChartWizardSetupDataPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KChartWizardSetupDataPage( TQWidget* parent, KChartPart* chart ); diff --git a/kchart/kchart_factory.h b/kchart/kchart_factory.h index da36d4e3..a40c39e8 100644 --- a/kchart/kchart_factory.h +++ b/kchart/kchart_factory.h @@ -20,7 +20,7 @@ namespace KChart class KChartFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KChartFactory( TQObject* parent = 0, const char* name = 0 ); virtual ~KChartFactory(); diff --git a/kchart/kchart_part.h b/kchart/kchart_part.h index fb9a72ba..bd35c151 100644 --- a/kchart/kchart_part.h +++ b/kchart/kchart_part.h @@ -23,7 +23,7 @@ class KChartParams; class KCHART_EXPORT KChartPart : public KoChart::Part { Q_OBJECT - TQ_OBJECT + public: KChartPart( TQWidget *parentWidget = 0, const char *widgetName = 0, diff --git a/kchart/kchart_view.h b/kchart/kchart_view.h index eba4a62c..dc41acf6 100644 --- a/kchart/kchart_view.h +++ b/kchart/kchart_view.h @@ -25,7 +25,7 @@ class kchartDataEditor; class KChartView : public KoView { Q_OBJECT - TQ_OBJECT + public: KChartView( KChartPart* part, TQWidget* parent = 0, const char* name = 0 ); ~KChartView(); diff --git a/kchart/kdchart/KDChartAxisParams.h b/kchart/kdchart/KDChartAxisParams.h index b5819709..5f2fadc0 100644 --- a/kchart/kdchart/KDChartAxisParams.h +++ b/kchart/kdchart/KDChartAxisParams.h @@ -132,7 +132,7 @@ class KDChartParams; class KDCHART_EXPORT KDChartAxisParams : public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS(AxisType) Q_ENUMS(AxisPos) Q_ENUMS(AxisAreaMode) diff --git a/kchart/kdchart/KDChartAxisParamsWrapper.h b/kchart/kdchart/KDChartAxisParamsWrapper.h index a0f14a3d..bec8fdca 100644 --- a/kchart/kdchart/KDChartAxisParamsWrapper.h +++ b/kchart/kdchart/KDChartAxisParamsWrapper.h @@ -10,7 +10,7 @@ class KDChartAxisParams; class KDChartAxisParamsWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartAxisParamsWrapper( KDChartAxisParams* ); diff --git a/kchart/kdchart/KDChartCustomBox.h b/kchart/kdchart/KDChartCustomBox.h index 823dd2c3..9427cb4b 100644 --- a/kchart/kdchart/KDChartCustomBox.h +++ b/kchart/kdchart/KDChartCustomBox.h @@ -54,7 +54,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 271aa0d5..730d4058 100644 --- a/kchart/kdchart/KDChartCustomBoxWrapper.h +++ b/kchart/kdchart/KDChartCustomBoxWrapper.h @@ -8,7 +8,7 @@ class KDChartTextPiece; class KDChartCustomBoxWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartCustomBoxWrapper( KDChartCustomBox* ); diff --git a/kchart/kdchart/KDChartEnums.h b/kchart/kdchart/KDChartEnums.h index 71373d56..8876fb8b 100644 --- a/kchart/kdchart/KDChartEnums.h +++ b/kchart/kdchart/KDChartEnums.h @@ -46,7 +46,7 @@ class KDCHART_EXPORT KDChartEnums :public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS( TextLayoutPolicy ) Q_ENUMS( AreaName ) Q_ENUMS( PositionFlag ) diff --git a/kchart/kdchart/KDChartParams.h b/kchart/kdchart/KDChartParams.h index 840ad12e..32afd1fc 100644 --- a/kchart/kdchart/KDChartParams.h +++ b/kchart/kdchart/KDChartParams.h @@ -140,7 +140,7 @@ class KDCHART_EXPORT KDChartParams : public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS(ChartType) Q_ENUMS(SourceMode) Q_ENUMS(BarChartSubType) @@ -227,7 +227,7 @@ public: class KDCHART_EXPORT KDChartFrameSettings { // Q_OBJECT - // TQ_OBJECT + // public: KDChartFrameSettings(); KDChartFrameSettings( uint dataRow, diff --git a/kchart/kdchart/KDChartParamsWrapper.h b/kchart/kdchart/KDChartParamsWrapper.h index f691408d..f00f7118 100644 --- a/kchart/kdchart/KDChartParamsWrapper.h +++ b/kchart/kdchart/KDChartParamsWrapper.h @@ -9,7 +9,7 @@ class KDChartAxisParams; class KDChartParamsWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartParamsWrapper( KDChartParams* ); diff --git a/kchart/kdchart/KDChartPropertySet.h b/kchart/kdchart/KDChartPropertySet.h index d963af51..43c9abff 100644 --- a/kchart/kdchart/KDChartPropertySet.h +++ b/kchart/kdchart/KDChartPropertySet.h @@ -66,7 +66,7 @@ instead of the value that is stored locally. class KDCHART_EXPORT KDChartPropertySet :public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS( SpecialDataPropertyID ) // Required by TQSA diff --git a/kchart/kdchart/KDChartTableBase.h b/kchart/kdchart/KDChartTableBase.h index b79e6e75..3a801a71 100644 --- a/kchart/kdchart/KDChartTableBase.h +++ b/kchart/kdchart/KDChartTableBase.h @@ -87,7 +87,7 @@ class TQTable; class KDCHART_EXPORT KDChartTableDataBase :public TQObject { Q_OBJECT - TQ_OBJECT + public: /** Default constructor. diff --git a/kchart/kdchart/KDChartTableDataWrapper.h b/kchart/kdchart/KDChartTableDataWrapper.h index 3c3a8dbf..801792c4 100644 --- a/kchart/kdchart/KDChartTableDataWrapper.h +++ b/kchart/kdchart/KDChartTableDataWrapper.h @@ -7,7 +7,7 @@ class KDChartData; class KDChartTableDataWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartTableDataWrapper( KDChartTableData* ); public slots: diff --git a/kchart/kdchart/KDChartTextPiece.h b/kchart/kdchart/KDChartTextPiece.h index adb176b2..f731d51c 100644 --- a/kchart/kdchart/KDChartTextPiece.h +++ b/kchart/kdchart/KDChartTextPiece.h @@ -44,7 +44,7 @@ class TQFontMetrics; class KDCHART_EXPORT KDChartTextPiece :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartTextPiece(); diff --git a/kchart/kdchart/KDChartVectorTable.h b/kchart/kdchart/KDChartVectorTable.h index 7ba0b9ac..cf97fcb5 100644 --- a/kchart/kdchart/KDChartVectorTable.h +++ b/kchart/kdchart/KDChartVectorTable.h @@ -114,7 +114,7 @@ public: class KDCHART_EXPORT KDChartVectorTableData : public KDChartTableDataBase { Q_OBJECT - TQ_OBJECT + private: typedef KDChartVectorTablePrivate Priv; diff --git a/kchart/kdchart/KDChartWidget.h b/kchart/kdchart/KDChartWidget.h index a68951d5..1fe8fec0 100644 --- a/kchart/kdchart/KDChartWidget.h +++ b/kchart/kdchart/KDChartWidget.h @@ -48,7 +48,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 78de8ffb..584626bb 100644 --- a/kchart/kdchart/KDFrame.h +++ b/kchart/kdchart/KDFrame.h @@ -87,7 +87,7 @@ class KDCHART_EXPORT KDFrame : public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS( BackPixmapMode ) Q_ENUMS( SimpleFrame ) Q_ENUMS( ProfileName ) diff --git a/kdgantt/KDGanttMinimizeSplitter.h b/kdgantt/KDGanttMinimizeSplitter.h index 7a56d7ce..d79fe89c 100644 --- a/kdgantt/KDGanttMinimizeSplitter.h +++ b/kdgantt/KDGanttMinimizeSplitter.h @@ -45,7 +45,7 @@ class KDGanttSplitterLayoutStruct; class KDGanttMinimizeSplitter : public TQFrame { Q_OBJECT - TQ_OBJECT + Q_ENUMS( Direction ) TQ_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation ) TQ_PROPERTY( Direction minimizeDirection READ minimizeDirection WRITE setMinimizeDirection ) @@ -140,7 +140,7 @@ private: // Disabled copy constructor and operator= class KDGanttSplitterHandle : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KDGanttSplitterHandle( Qt::Orientation o, KDGanttMinimizeSplitter *parent, const char* name=0 ); diff --git a/kdgantt/KDGanttSemiSizingControl.h b/kdgantt/KDGanttSemiSizingControl.h index 34b11a23..5b83657d 100644 --- a/kdgantt/KDGanttSemiSizingControl.h +++ b/kdgantt/KDGanttSemiSizingControl.h @@ -45,7 +45,7 @@ class KDGanttSemiSizingControl : public KDGanttSizingControl TQ_PROPERTY( ArrowPosition arrowPosition READ arrowPosition WRITE setArrowPosition ) Q_ENUMS( ArrowPosition ) Q_OBJECT - TQ_OBJECT + public: enum ArrowPosition { Before, After }; diff --git a/kdgantt/KDGanttSizingControl.h b/kdgantt/KDGanttSizingControl.h index ffdb0fa7..733f6035 100644 --- a/kdgantt/KDGanttSizingControl.h +++ b/kdgantt/KDGanttSizingControl.h @@ -38,7 +38,7 @@ class KDGanttSizingControl : public TQWidget { Q_OBJECT - TQ_OBJECT + public: bool isMinimized() const; diff --git a/kdgantt/KDGanttView.h b/kdgantt/KDGanttView.h index 21af450b..960f5f43 100644 --- a/kdgantt/KDGanttView.h +++ b/kdgantt/KDGanttView.h @@ -69,7 +69,7 @@ class KDGanttMinimizeSplitter; class KDGanttView : public KDGanttMinimizeSplitter { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( bool showLegend READ showLegend WRITE setShowLegend ) TQ_PROPERTY( bool showListView READ showListView WRITE setShowListView ) diff --git a/kdgantt/KDGanttViewSubwidgets.h b/kdgantt/KDGanttViewSubwidgets.h index f02357f9..59645a3f 100644 --- a/kdgantt/KDGanttViewSubwidgets.h +++ b/kdgantt/KDGanttViewSubwidgets.h @@ -75,7 +75,7 @@ class KDTimeHeaderToolTip; class KDTimeHeaderWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: typedef KDGanttView::Scale Scale; @@ -248,7 +248,7 @@ class KDListView ; class KDTimeTableWidget : public TQCanvas { Q_OBJECT - TQ_OBJECT + public: KDTimeTableWidget (TQWidget* parent,KDGanttView* my); @@ -325,7 +325,7 @@ private: class KDLegendWidget : public KDGanttSemiSizingControl { Q_OBJECT - TQ_OBJECT + public: KDLegendWidget ( TQWidget* parent, KDGanttMinimizeSplitter* legendParent ); @@ -352,7 +352,7 @@ class KDGanttView; class KDListView : public TQListView { Q_OBJECT - TQ_OBJECT + public: KDListView (TQWidget* parent,KDGanttView* gv ); @@ -454,7 +454,7 @@ class KDCanvasToolTip; class KDGanttCanvasView : public TQCanvasView { Q_OBJECT - TQ_OBJECT + public: KDGanttCanvasView(KDGanttView* sender, TQCanvas* canvas = 0, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h index b9dcd6c2..b4e0b35e 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h @@ -35,7 +35,7 @@ class KoPagePreview; */ class KoPageLayoutColumns : public KoPageLayoutColumnsBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h index 1f1e8073..c31bb752 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h @@ -29,7 +29,7 @@ class KoPagePreview; class KoPageLayoutHeader : public KoPageLayoutHeaderBase { Q_OBJECT - TQ_OBJECT + public: KoPageLayoutHeader(TQWidget *parent, KoUnit::Unit unit, const KoKWHeaderFooter &kwhf); diff --git a/kexi/3rdparty/kolibs/KoPageLayoutSize.h b/kexi/3rdparty/kolibs/KoPageLayoutSize.h index 8e503551..bd413a51 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutSize.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutSize.h @@ -36,7 +36,7 @@ class KoPageLayoutColumns; */ class KoPageLayoutSize : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/3rdparty/kolibs/koPageLayoutDia.h b/kexi/3rdparty/kolibs/koPageLayoutDia.h index 1ed23ec5..0c50b448 100644 --- a/kexi/3rdparty/kolibs/koPageLayoutDia.h +++ b/kexi/3rdparty/kolibs/koPageLayoutDia.h @@ -47,7 +47,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE class KoPagePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: @@ -83,7 +83,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 80db554d..cd741f32 100644 --- a/kexi/3rdparty/kolibs/koUnitWidgets.h +++ b/kexi/3rdparty/kolibs/koUnitWidgets.h @@ -107,7 +107,7 @@ protected: class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L ); // lower, upper, step and value are in pt @@ -158,7 +158,7 @@ private slots: class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleLineEdit( TQWidget *parent, double lower, double upper, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); @@ -187,7 +187,7 @@ private: class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleComboBox( TQWidget *parent, double lower, double upper, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); @@ -224,7 +224,7 @@ protected: class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleSpinComboBox( TQWidget *parent, double lower, double upper, double step, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); diff --git a/kexi/core/kexiactionproxy_p.h b/kexi/core/kexiactionproxy_p.h index f2212523..07931b9c 100644 --- a/kexi/core/kexiactionproxy_p.h +++ b/kexi/core/kexiactionproxy_p.h @@ -28,7 +28,7 @@ class KexiActionProxy; class KAction_setEnabled_Helper : public TQObject { Q_OBJECT - TQ_OBJECT + public: KAction_setEnabled_Helper(KexiActionProxy* proxy); diff --git a/kexi/core/kexiblobbuffer.h b/kexi/core/kexiblobbuffer.h index adf307a0..73c54549 100644 --- a/kexi/core/kexiblobbuffer.h +++ b/kexi/core/kexiblobbuffer.h @@ -80,7 +80,7 @@ namespace KexiDB class KEXICORE_EXPORT KexiBLOBBuffer : public TQObject { Q_OBJECT - TQ_OBJECT + private: class Item; diff --git a/kexi/core/kexicontexthelp.h b/kexi/core/kexicontexthelp.h index d28c8e2a..92afe807 100644 --- a/kexi/core/kexicontexthelp.h +++ b/kexi/core/kexicontexthelp.h @@ -27,7 +27,7 @@ class KEXICORE_EXPORT KexiContextHelp : public KoContextHelpWidget { Q_OBJECT - TQ_OBJECT + public: KexiContextHelp(KexiMainWindow *view, TQWidget *parent=0); diff --git a/kexi/core/kexidialogbase.h b/kexi/core/kexidialogbase.h index d98e9d04..e9bc8018 100644 --- a/kexi/core/kexidialogbase.h +++ b/kexi/core/kexidialogbase.h @@ -78,7 +78,7 @@ class KEXICORE_EXPORT KexiDialogBase : public Kexi::ObjectStatus { Q_OBJECT - TQ_OBJECT + public: KexiDialogBase(KexiMainWindow *parent, const TQString &caption = TQString()); diff --git a/kexi/core/kexiinternalpart.h b/kexi/core/kexiinternalpart.h index 596f8dd4..50bb7f1f 100644 --- a/kexi/core/kexiinternalpart.h +++ b/kexi/core/kexiinternalpart.h @@ -49,7 +49,7 @@ class TQWidget; class KEXICORE_EXPORT KexiInternalPart : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiInternalPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/core/keximainwindow.h b/kexi/core/keximainwindow.h index ad6c613b..e03fa328 100644 --- a/kexi/core/keximainwindow.h +++ b/kexi/core/keximainwindow.h @@ -45,7 +45,7 @@ namespace KexiPart { class KEXICORE_EXPORT KexiMainWindow : public KMdiMainFrm, public KexiSharedActionHost { Q_OBJECT - TQ_OBJECT + public: //! Used by printActionForItem() enum PrintActionType { diff --git a/kexi/core/kexipart.h b/kexi/core/kexipart.h index c448b8bf..752140d1 100644 --- a/kexi/core/kexipart.h +++ b/kexi/core/kexipart.h @@ -65,7 +65,7 @@ enum ObjectTypes { class KEXICORE_EXPORT Part : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructor. */ diff --git a/kexi/core/kexipartmanager.h b/kexi/core/kexipartmanager.h index c7506e66..726fbca8 100644 --- a/kexi/core/kexipartmanager.h +++ b/kexi/core/kexipartmanager.h @@ -68,7 +68,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 3a246505..a8297f50 100644 --- a/kexi/core/kexiproject.h +++ b/kexi/core/kexiproject.h @@ -67,7 +67,7 @@ class KexiDialogBase; class KEXICORE_EXPORT KexiProject : public TQObject, public KexiDB::Object { Q_OBJECT - TQ_OBJECT + public: /*! Constructor 1. Creates a new object using \a pdata. diff --git a/kexi/core/kexisharedactionhost_p.h b/kexi/core/kexisharedactionhost_p.h index 841a014c..605cc681 100644 --- a/kexi/core/kexisharedactionhost_p.h +++ b/kexi/core/kexisharedactionhost_p.h @@ -42,7 +42,7 @@ class KexiVolatileActionData class KEXICORE_EXPORT KexiSharedActionHostPrivate : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiSharedActionHostPrivate(KexiSharedActionHost *h); diff --git a/kexi/core/kexiuseraction.h b/kexi/core/kexiuseraction.h index b7111bd1..57b82984 100644 --- a/kexi/core/kexiuseraction.h +++ b/kexi/core/kexiuseraction.h @@ -19,7 +19,7 @@ typedef TQValueVector<TQVariant> Arguments; class KEXICORE_EXPORT KexiUserAction : public KAction { Q_OBJECT - TQ_OBJECT + public: /*! bytecode of available methods */ diff --git a/kexi/core/kexiviewbase.h b/kexi/core/kexiviewbase.h index 564f5a20..b0984157 100644 --- a/kexi/core/kexiviewbase.h +++ b/kexi/core/kexiviewbase.h @@ -52,7 +52,7 @@ namespace KexiDB { class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy { Q_OBJECT - TQ_OBJECT + public: KexiViewBase(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/formeditor/connectiondialog.h b/kexi/formeditor/connectiondialog.h index d2ecb097..7edba8df 100644 --- a/kexi/formeditor/connectiondialog.h +++ b/kexi/formeditor/connectiondialog.h @@ -46,7 +46,7 @@ class Connection; class KFORMEDITOR_EXPORT ConnectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ConnectionDialog(TQWidget *parent); diff --git a/kexi/formeditor/container.h b/kexi/formeditor/container.h index bd46c7a1..03f2c6c6 100644 --- a/kexi/formeditor/container.h +++ b/kexi/formeditor/container.h @@ -47,7 +47,7 @@ class Form; class KFORMEDITOR_EXPORT EventEater : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructs eater object. All events for \a widget and it's subwidgets @@ -73,7 +73,7 @@ class KFORMEDITOR_EXPORT EventEater : public TQObject class KFORMEDITOR_EXPORT Container : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum LayoutType { NoLayout=0, HBox, VBox, Grid, HFlow, VFlow, /* special types */ HSplitter, VSplitter }; diff --git a/kexi/formeditor/editlistviewdialog.h b/kexi/formeditor/editlistviewdialog.h index b6386a97..0eb3017b 100644 --- a/kexi/formeditor/editlistviewdialog.h +++ b/kexi/formeditor/editlistviewdialog.h @@ -49,7 +49,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT EditListViewDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EditListViewDialog(TQWidget *parent); diff --git a/kexi/formeditor/factories/containerfactory.h b/kexi/formeditor/factories/containerfactory.h index 6f013e9c..18a9f7df 100644 --- a/kexi/formeditor/factories/containerfactory.h +++ b/kexi/formeditor/factories/containerfactory.h @@ -55,7 +55,7 @@ class InsertPageCommand : public KCommand class KFORMEDITOR_EXPORT HBox : public TQFrame { Q_OBJECT - TQ_OBJECT + public: HBox(TQWidget *parent, const char *name); @@ -71,7 +71,7 @@ class KFORMEDITOR_EXPORT HBox : public TQFrame class KFORMEDITOR_EXPORT VBox : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VBox(TQWidget *parent, const char *name); @@ -87,7 +87,7 @@ class KFORMEDITOR_EXPORT VBox : public TQFrame class KFORMEDITOR_EXPORT Grid : public TQFrame { Q_OBJECT - TQ_OBJECT + public: Grid(TQWidget *parent, const char *name); @@ -103,7 +103,7 @@ class KFORMEDITOR_EXPORT Grid : public TQFrame class KFORMEDITOR_EXPORT HFlow : public TQFrame { Q_OBJECT - TQ_OBJECT + public: HFlow(TQWidget *parent, const char *name); @@ -119,7 +119,7 @@ class KFORMEDITOR_EXPORT HFlow : public TQFrame class KFORMEDITOR_EXPORT VFlow : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VFlow(TQWidget *parent, const char *name); @@ -136,7 +136,7 @@ class KFORMEDITOR_EXPORT VFlow : public TQFrame class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + friend class KFDTabWidget; @@ -164,7 +164,7 @@ class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget { Q_OBJECT - TQ_OBJECT + public: KFDTabWidget(TQWidget *parent, const char *name); @@ -190,7 +190,7 @@ class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: GroupBox(const TQString & title, TQWidget *parent, const char *name); @@ -214,7 +214,7 @@ class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox class KFORMEDITOR_EXPORT SubForm : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) public: @@ -236,7 +236,7 @@ class KFORMEDITOR_EXPORT SubForm : public TQScrollView class ContainerFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: ContainerFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/formeditor/factories/stdwidgetfactory.h b/kexi/formeditor/factories/stdwidgetfactory.h index e91f08b9..087ffdc8 100644 --- a/kexi/formeditor/factories/stdwidgetfactory.h +++ b/kexi/formeditor/factories/stdwidgetfactory.h @@ -28,7 +28,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KexiPictureLabel(const TQPixmap &pix, TQWidget *parent, const char *name); @@ -40,7 +40,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel class KFORMEDITOR_EXPORT Line : public TQFrame { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation) public: @@ -55,7 +55,7 @@ class KFORMEDITOR_EXPORT Line : public TQFrame class StdWidgetFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: StdWidgetFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/formeditor/form.h b/kexi/formeditor/form.h index a8bd6dc0..084e7d20 100644 --- a/kexi/formeditor/form.h +++ b/kexi/formeditor/form.h @@ -135,7 +135,7 @@ class FormPrivate class KFORMEDITOR_EXPORT Form : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Creates a simple Form, child of the FormManager \a manager. diff --git a/kexi/formeditor/formIO.h b/kexi/formeditor/formIO.h index bb272a13..fbadde7f 100644 --- a/kexi/formeditor/formIO.h +++ b/kexi/formeditor/formIO.h @@ -39,7 +39,7 @@ class TQLabel; class KFORMEDITOR_EXPORT CustomWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CustomWidget(const TQCString &className, TQWidget *parent, const char *name); @@ -75,7 +75,7 @@ KFORMEDITOR_EXPORT uint version(); class KFORMEDITOR_EXPORT FormIO : public TQObject { Q_OBJECT - TQ_OBJECT + public: FormIO(); diff --git a/kexi/formeditor/formmanager.h b/kexi/formeditor/formmanager.h index 677a3e7b..39006a7b 100644 --- a/kexi/formeditor/formmanager.h +++ b/kexi/formeditor/formmanager.h @@ -72,7 +72,7 @@ typedef TQPtrList<KAction> ActionList; class KFORMEDITOR_EXPORT FormManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructs FormManager object. diff --git a/kexi/formeditor/kfdpixmapedit.h b/kexi/formeditor/kfdpixmapedit.h index cac2b751..66f6e4ac 100644 --- a/kexi/formeditor/kfdpixmapedit.h +++ b/kexi/formeditor/kfdpixmapedit.h @@ -27,7 +27,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT KFDPixmapEdit : public KoProperty::PixmapEdit { Q_OBJECT - TQ_OBJECT + public: KFDPixmapEdit(KoProperty::Property *property, TQWidget *parent=0, const char *name=0); diff --git a/kexi/formeditor/libactionwidget.h b/kexi/formeditor/libactionwidget.h index e2ef2762..8247d69c 100644 --- a/kexi/formeditor/libactionwidget.h +++ b/kexi/formeditor/libactionwidget.h @@ -35,7 +35,7 @@ class WidgetInfo; class KFORMEDITOR_EXPORT LibActionWidget : public KToggleAction { Q_OBJECT - TQ_OBJECT + public: /** LibActionWidget object is initialized to be mutually exclusive with all other LibActionWidget objects */ diff --git a/kexi/formeditor/objecttreeview.h b/kexi/formeditor/objecttreeview.h index 2ddf867c..1da1a398 100644 --- a/kexi/formeditor/objecttreeview.h +++ b/kexi/formeditor/objecttreeview.h @@ -67,7 +67,7 @@ class KFORMEDITOR_EXPORT ObjectTreeViewItem : public KListViewItem class KFORMEDITOR_EXPORT ObjectTreeView : public KListView { Q_OBJECT - TQ_OBJECT + public: ObjectTreeView(TQWidget *parent=0, const char *name=0, bool tabStop = false); diff --git a/kexi/formeditor/resizehandle.h b/kexi/formeditor/resizehandle.h index 85390fe1..cde49193 100644 --- a/kexi/formeditor/resizehandle.h +++ b/kexi/formeditor/resizehandle.h @@ -41,7 +41,7 @@ class ResizeHandleSet; class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum HandlePos { TopLeft = 0, TopCenter = 2, TopRight = 4, LeftCenter = 8, RightCenter = 16, @@ -77,7 +77,7 @@ class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget class KFORMEDITOR_EXPORT ResizeHandleSet: public TQObject { Q_OBJECT - TQ_OBJECT + public: typedef TQDict<ResizeHandleSet> Dict; diff --git a/kexi/formeditor/richtextdialog.h b/kexi/formeditor/richtextdialog.h index f5ae41ea..585e65df 100644 --- a/kexi/formeditor/richtextdialog.h +++ b/kexi/formeditor/richtextdialog.h @@ -34,7 +34,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT RichTextDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: RichTextDialog(TQWidget *parent, const TQString &text); diff --git a/kexi/formeditor/scripting/formscript.h b/kexi/formeditor/scripting/formscript.h index 4247ca85..138a12de 100644 --- a/kexi/formeditor/scripting/formscript.h +++ b/kexi/formeditor/scripting/formscript.h @@ -44,7 +44,7 @@ using namespace KFormDesigner; class FormScript : public TQObject { Q_OBJECT - TQ_OBJECT + public: FormScript(Form *form, ScriptManager *manager, const char *name=0); diff --git a/kexi/formeditor/scripting/scriptmanager.h b/kexi/formeditor/scripting/scriptmanager.h index 07cacbd0..44be6d30 100644 --- a/kexi/formeditor/scripting/scriptmanager.h +++ b/kexi/formeditor/scripting/scriptmanager.h @@ -41,7 +41,7 @@ using namespace KFormDesigner; class ScriptManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: ScriptManager(TQObject *parent=0, const char *name=0); diff --git a/kexi/formeditor/spring.h b/kexi/formeditor/spring.h index 2e139a3c..46254cff 100644 --- a/kexi/formeditor/spring.h +++ b/kexi/formeditor/spring.h @@ -36,7 +36,7 @@ class WidgetLibrary; class KFORMEDITOR_EXPORT Spring : public TQWidget { Q_OBJECT - TQ_OBJECT + Q_ENUMS(SizeType) TQ_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation) TQ_PROPERTY(SizeType sizeType READ sizeType WRITE setSizeType) diff --git a/kexi/formeditor/tabstopdialog.h b/kexi/formeditor/tabstopdialog.h index d0829777..3beedb8c 100644 --- a/kexi/formeditor/tabstopdialog.h +++ b/kexi/formeditor/tabstopdialog.h @@ -38,7 +38,7 @@ class ObjectTreeView; class KFORMEDITOR_EXPORT TabStopDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TabStopDialog(TQWidget *parent); diff --git a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h index b6929e5c..57f75c12 100644 --- a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h +++ b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h @@ -39,7 +39,7 @@ using namespace KInterfaceDesigner; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KFDFactory(); @@ -58,7 +58,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer { Q_OBJECT - TQ_OBJECT + public: KFormDesignerKDevPart(TQWidget *parent, const char *name, bool readOnly=true, const TQStringList &args=TQStringList()); @@ -116,7 +116,7 @@ class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { Q_OBJECT - TQ_OBJECT + public: FormWidgetBase(KFormDesignerKDevPart *part, TQWidget *parent = 0, const char *name = 0, int WFlags = WDestructiveClose) diff --git a/kexi/formeditor/test/kfd_mainwindow.h b/kexi/formeditor/test/kfd_mainwindow.h index 6368c8f2..4d0e2f5f 100644 --- a/kexi/formeditor/test/kfd_mainwindow.h +++ b/kexi/formeditor/test/kfd_mainwindow.h @@ -25,7 +25,7 @@ class KFDMainWindow : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: KFDMainWindow(); diff --git a/kexi/formeditor/test/kfd_part.h b/kexi/formeditor/test/kfd_part.h index cb2874ae..8ba652fd 100644 --- a/kexi/formeditor/test/kfd_part.h +++ b/kexi/formeditor/test/kfd_part.h @@ -38,7 +38,7 @@ using KFormDesigner::Form; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KFDFactory(); @@ -57,7 +57,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart { Q_OBJECT - TQ_OBJECT + public: KFormDesignerPart(TQWidget *parent, const char *name, bool readOnly=true, const TQStringList &args=TQStringList()); @@ -119,7 +119,7 @@ class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { Q_OBJECT - TQ_OBJECT + public: FormWidgetBase(KFormDesignerPart *part, TQWidget *parent = 0, const char *name = 0, int WFlags = WDestructiveClose) diff --git a/kexi/formeditor/utils.h b/kexi/formeditor/utils.h index d6d56acb..1e60f0f5 100644 --- a/kexi/formeditor/utils.h +++ b/kexi/formeditor/utils.h @@ -53,7 +53,7 @@ type* findParent(TQT_BASE_OBJECT_NAME* o, const char* className, TQObject* &prev class KFORMEDITOR_EXPORT TabWidget : public TabWidgetBase { Q_OBJECT - TQ_OBJECT + public: TabWidget(TQWidget *parent, const char *name) : TabWidgetBase(parent, name) {} diff --git a/kexi/formeditor/widgetfactory.h b/kexi/formeditor/widgetfactory.h index 7c9c5ceb..0bc2b47c 100644 --- a/kexi/formeditor/widgetfactory.h +++ b/kexi/formeditor/widgetfactory.h @@ -257,7 +257,7 @@ class KFORMEDITOR_EXPORT WidgetInfo class KFORMEDITOR_EXPORT WidgetFactory : public TQObject { Q_OBJECT - TQ_OBJECT + public: //! Options used in createWidget() enum CreateWidgetOptions { diff --git a/kexi/formeditor/widgetlibrary.h b/kexi/formeditor/widgetlibrary.h index 1c4a77a0..f9db38aa 100644 --- a/kexi/formeditor/widgetlibrary.h +++ b/kexi/formeditor/widgetlibrary.h @@ -56,7 +56,7 @@ typedef TQPtrList<KAction> ActionList; class KFORMEDITOR_EXPORT WidgetLibrary : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructs WidgetLibrary object. diff --git a/kexi/formeditor/widgetpropertyset.h b/kexi/formeditor/widgetpropertyset.h index 896d309c..bff1b3a1 100644 --- a/kexi/formeditor/widgetpropertyset.h +++ b/kexi/formeditor/widgetpropertyset.h @@ -41,7 +41,7 @@ class CommandGroup; class KFORMEDITOR_EXPORT WidgetPropertySet : public TQObject { Q_OBJECT - TQ_OBJECT + public: WidgetPropertySet(TQObject *parent); diff --git a/kexi/kexidb/connection.h b/kexi/kexidb/connection.h index b06df35b..43368843 100644 --- a/kexi/kexidb/connection.h +++ b/kexi/kexidb/connection.h @@ -61,7 +61,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 b19b0694..8efeabb2 100644 --- a/kexi/kexidb/cursor.h +++ b/kexi/kexidb/cursor.h @@ -66,7 +66,7 @@ class RowEditBuffer; class KEXI_DB_EXPORT Cursor: public TQObject, public Object { Q_OBJECT - TQ_OBJECT + public: //! Cursor options that describes its behaviour diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h index 96f271b2..2221fc09 100644 --- a/kexi/kexidb/driver.h +++ b/kexi/kexidb/driver.h @@ -66,7 +66,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 KexiDB::DriverManager::driversInfo() without loading driver libraries. */ diff --git a/kexi/kexidb/drivermanager_p.h b/kexi/kexidb/drivermanager_p.h index 85388270..045178aa 100644 --- a/kexi/kexidb/drivermanager_p.h +++ b/kexi/kexidb/drivermanager_p.h @@ -32,7 +32,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 e0fb4382..c53600bc 100644 --- a/kexi/kexidb/drivers/mySQL/mysqlconnection.h +++ b/kexi/kexidb/drivers/mySQL/mysqlconnection.h @@ -40,7 +40,7 @@ class MySqlConnectionInternal; class MySqlConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: virtual ~MySqlConnection(); diff --git a/kexi/kexidb/drivers/mySQL/mysqldriver.h b/kexi/kexidb/drivers/mySQL/mysqldriver.h index df02441c..34f1a91d 100644 --- a/kexi/kexidb/drivers/mySQL/mysqldriver.h +++ b/kexi/kexidb/drivers/mySQL/mysqldriver.h @@ -30,7 +30,7 @@ namespace KexiDB { class MySqlDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/odbc/odbcconnection.h b/kexi/kexidb/drivers/odbc/odbcconnection.h index 128eab61..3c9079c4 100644 --- a/kexi/kexidb/drivers/odbc/odbcconnection.h +++ b/kexi/kexidb/drivers/odbc/odbcconnection.h @@ -39,7 +39,7 @@ class Driver; class ODBCConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: ~ODBCConnection(); diff --git a/kexi/kexidb/drivers/odbc/odbcdriver.h b/kexi/kexidb/drivers/odbc/odbcdriver.h index a5e7ee68..fbcffbec 100644 --- a/kexi/kexidb/drivers/odbc/odbcdriver.h +++ b/kexi/kexidb/drivers/odbc/odbcdriver.h @@ -41,7 +41,7 @@ class ODBCDriverPrivate; class ODBCDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/pqxx/pqxxconnection.h b/kexi/kexidb/drivers/pqxx/pqxxconnection.h index 2773e08d..20840074 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxconnection.h +++ b/kexi/kexidb/drivers/pqxx/pqxxconnection.h @@ -48,7 +48,7 @@ class pqxxTransactionData : public TransactionData class pqxxSqlConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: virtual ~pqxxSqlConnection(); diff --git a/kexi/kexidb/drivers/pqxx/pqxxdriver.h b/kexi/kexidb/drivers/pqxx/pqxxdriver.h index c7a0fed9..e70b48d8 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxdriver.h +++ b/kexi/kexidb/drivers/pqxx/pqxxdriver.h @@ -34,7 +34,7 @@ class DriverManager; class pqxxSqlDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/sqlite/sqliteconnection.h b/kexi/kexidb/drivers/sqlite/sqliteconnection.h index ab80675e..4a102b8b 100644 --- a/kexi/kexidb/drivers/sqlite/sqliteconnection.h +++ b/kexi/kexidb/drivers/sqlite/sqliteconnection.h @@ -37,7 +37,7 @@ class Driver; class SQLiteConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: virtual ~SQLiteConnection(); diff --git a/kexi/kexidb/drivers/sqlite/sqlitedriver.h b/kexi/kexidb/drivers/sqlite/sqlitedriver.h index 59fe89af..223cdde0 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitedriver.h +++ b/kexi/kexidb/drivers/sqlite/sqlitedriver.h @@ -35,7 +35,7 @@ class SQLiteDriverPrivate; class SQLiteDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h index 27bcc7ef..70ebe8b2 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h +++ b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h @@ -45,7 +45,7 @@ class KProgressDialog; class SQLiteVacuum : public TQObject { Q_OBJECT - TQ_OBJECT + public: SQLiteVacuum(const TQString& filePath); ~SQLiteVacuum(); diff --git a/kexi/kexidb/utils_p.h b/kexi/kexidb/utils_p.h index 8f10fb5b..7cfa77aa 100644 --- a/kexi/kexidb/utils_p.h +++ b/kexi/kexidb/utils_p.h @@ -32,7 +32,7 @@ class ConnectionTestThread; class ConnectionTestDialog : protected KProgressDialog { Q_OBJECT - TQ_OBJECT + public: ConnectionTestDialog(TQWidget* parent, const KexiDB::ConnectionData& data, KexiDB::MessageHandler& msgHandler); diff --git a/kexi/kexiutils/utils_p.h b/kexi/kexiutils/utils_p.h index 41d86425..6f023263 100644 --- a/kexi/kexiutils/utils_p.h +++ b/kexi/kexiutils/utils_p.h @@ -28,7 +28,7 @@ class DelayedCursorHandler : public TQObject { Q_OBJECT - TQ_OBJECT + public: DelayedCursorHandler(); void start(bool noDelay); diff --git a/kexi/main/kexifinddialog.h b/kexi/main/kexifinddialog.h index 70d13917..d93ac703 100644 --- a/kexi/main/kexifinddialog.h +++ b/kexi/main/kexifinddialog.h @@ -34,7 +34,7 @@ class KAction; class KexiFindDialog : public KexiFindDialogBase { Q_OBJECT - TQ_OBJECT + public: //! Creates a new find dialog. Replace mode is off by default. KexiFindDialog(TQWidget* parent); diff --git a/kexi/main/keximainwindowimpl.h b/kexi/main/keximainwindowimpl.h index 141cd475..270e9272 100644 --- a/kexi/main/keximainwindowimpl.h +++ b/kexi/main/keximainwindowimpl.h @@ -45,7 +45,7 @@ namespace KexiPart { class KEXIMAIN_EXPORT KexiMainWindowImpl : public KexiMainWindow, public KexiGUIMessageHandler { Q_OBJECT - TQ_OBJECT + public: /*! Creates an empty mainwindow. */ diff --git a/kexi/main/kexinamedialog.h b/kexi/main/kexinamedialog.h index 365214e2..f0d1db0a 100644 --- a/kexi/main/kexinamedialog.h +++ b/kexi/main/kexinamedialog.h @@ -27,7 +27,7 @@ class KEXIMAIN_EXPORT KexiNameDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiNameDialog(const TQString& message, diff --git a/kexi/main/kexinamewidget.h b/kexi/main/kexinamewidget.h index acbeed5c..b504d574 100644 --- a/kexi/main/kexinamewidget.h +++ b/kexi/main/kexinamewidget.h @@ -32,7 +32,7 @@ class MultiValidator; class KEXIMAIN_EXPORT KexiNameWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiNameWidget(const TQString& message, diff --git a/kexi/main/kexistatusbar.h b/kexi/main/kexistatusbar.h index 6f415af3..87ee7e6a 100644 --- a/kexi/main/kexistatusbar.h +++ b/kexi/main/kexistatusbar.h @@ -41,7 +41,7 @@ namespace KParts { class Part; } class KexitStatusBar : public KStatusBar { Q_OBJECT - TQ_OBJECT + public: KexitStatusBar( TQWidget *parent=0, const char *name=0 ); virtual ~KexitStatusBar(); diff --git a/kexi/main/ksplitter.h b/kexi/main/ksplitter.h index f3feafc4..76194d13 100644 --- a/kexi/main/ksplitter.h +++ b/kexi/main/ksplitter.h @@ -47,7 +47,7 @@ class KDockWidget; class KDockSplitter : public TQWidget { //Q_OBJECT - TQ_OBJECT + public: /** * Constructor. diff --git a/kexi/main/printing/kexisimpleprintingengine.h b/kexi/main/printing/kexisimpleprintingengine.h index 8c6d995d..3aba0a0f 100644 --- a/kexi/main/printing/kexisimpleprintingengine.h +++ b/kexi/main/printing/kexisimpleprintingengine.h @@ -57,7 +57,7 @@ class KexiSimplePrintingSettings class KexiSimplePrintingEngine : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingEngine( const KexiSimplePrintingSettings& settings, TQObject* parent ); diff --git a/kexi/main/printing/kexisimpleprintingpagesetup.h b/kexi/main/printing/kexisimpleprintingpagesetup.h index 6efd1314..742e8c43 100644 --- a/kexi/main/printing/kexisimpleprintingpagesetup.h +++ b/kexi/main/printing/kexisimpleprintingpagesetup.h @@ -38,7 +38,7 @@ class KexiSimplePrintPreviewWindow; class KexiSimplePrintingCommand : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingCommand(KexiMainWindow* mainWin, int objectId, @@ -73,7 +73,7 @@ class KexiSimplePrintingCommand : public TQObject class KexiSimplePrintingPageSetup : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingPageSetup( KexiMainWindow *mainWin, TQWidget *parent, TQMap<TQString,TQString>* args ); diff --git a/kexi/main/printing/kexisimpleprintingpart.h b/kexi/main/printing/kexisimpleprintingpart.h index 00c44b50..0130969b 100644 --- a/kexi/main/printing/kexisimpleprintingpart.h +++ b/kexi/main/printing/kexisimpleprintingpart.h @@ -37,7 +37,7 @@ class KexiProject; class KexiSimplePrintingPart : public KexiPart::StaticPart { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingPart(); diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow.h b/kexi/main/printing/kexisimpleprintpreviewwindow.h index 35870285..8f76e803 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow.h @@ -34,7 +34,7 @@ class KexiSimplePrintingEngine; class KexiSimplePrintPreviewWindow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintPreviewWindow(KexiSimplePrintingEngine &engine, diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h index 5246d329..621d0db4 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h @@ -37,7 +37,7 @@ class KexiSimplePrintPreviewView : public TQWidget class KexiSimplePrintPreviewScrollView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintPreviewScrollView(KexiSimplePrintPreviewWindow *window); diff --git a/kexi/main/startup/KexiConnSelector.h b/kexi/main/startup/KexiConnSelector.h index c42fc536..00ace8dc 100644 --- a/kexi/main/startup/KexiConnSelector.h +++ b/kexi/main/startup/KexiConnSelector.h @@ -55,7 +55,7 @@ class KexiConnSelectorWidgetPrivate; class KEXIMAIN_EXPORT KexiConnSelectorWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum ConnType { FileBased=1, ServerBased=2 }; diff --git a/kexi/main/startup/KexiDBTitlePage.h b/kexi/main/startup/KexiDBTitlePage.h index 0ee1e4dd..13ee8a94 100644 --- a/kexi/main/startup/KexiDBTitlePage.h +++ b/kexi/main/startup/KexiDBTitlePage.h @@ -26,7 +26,7 @@ class KEXIMAIN_EXPORT KexiDBTitlePage : public KexiDBTitlePageBase { Q_OBJECT - TQ_OBJECT + public: //! Constructs title page. \a labelText can be provided to change default diff --git a/kexi/main/startup/KexiNewProjectWizard.h b/kexi/main/startup/KexiNewProjectWizard.h index ff16b996..395ad538 100644 --- a/kexi/main/startup/KexiNewProjectWizard.h +++ b/kexi/main/startup/KexiNewProjectWizard.h @@ -37,7 +37,7 @@ class KexiProjectSelectorWidget; class KEXIMAIN_EXPORT KexiNewProjectWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KexiNewProjectWizard(KexiDBConnectionSet& conn_set, TQWidget *parent=0, const char *name=0, bool modal=false, WFlags f=0); diff --git a/kexi/main/startup/KexiProjectSelector.h b/kexi/main/startup/KexiProjectSelector.h index 43c6a6b5..b69f74e4 100644 --- a/kexi/main/startup/KexiProjectSelector.h +++ b/kexi/main/startup/KexiProjectSelector.h @@ -34,7 +34,7 @@ class KexiProjectSelectorWidgetPrivate; class KEXIMAIN_EXPORT KexiProjectSelectorWidget : public KexiProjectSelectorBase { Q_OBJECT - TQ_OBJECT + public: // enum ConnType { FileBased=1, ServerBased=2 }; @@ -94,7 +94,7 @@ protected: class KexiProjectSelectorDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! Constructor 1, used for displaying recent projects list Label "there are recently opened projects" is displayed automatically diff --git a/kexi/main/startup/KexiStartup.h b/kexi/main/startup/KexiStartup.h index 23d8e832..37a2011d 100644 --- a/kexi/main/startup/KexiStartup.h +++ b/kexi/main/startup/KexiStartup.h @@ -40,7 +40,7 @@ namespace KexiDB { class KEXIMAIN_EXPORT KexiDBPasswordDialog : public KPasswordDialog { Q_OBJECT - TQ_OBJECT + public: KexiDBPasswordDialog(TQWidget *parent, KexiDB::ConnectionData& cdata, bool showDetailsButton = false); virtual ~KexiDBPasswordDialog(); @@ -62,7 +62,7 @@ class KEXIMAIN_EXPORT KexiStartupHandler : public TQObject, public KexiStartupData, public Kexi::ObjectStatus { Q_OBJECT - TQ_OBJECT + public: KexiStartupHandler(); diff --git a/kexi/main/startup/KexiStartupDialog.h b/kexi/main/startup/KexiStartupDialog.h index aad9ec9e..9ae922c6 100644 --- a/kexi/main/startup/KexiStartupDialog.h +++ b/kexi/main/startup/KexiStartupDialog.h @@ -46,7 +46,7 @@ class ConnectionDataLVItem; class KEXIMAIN_EXPORT KexiStartupDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! The Dialog returns one of these values depending diff --git a/kexi/main/startup/KexiStartupDialogTemplatesPage.h b/kexi/main/startup/KexiStartupDialogTemplatesPage.h index 2c7058d4..82ba7fe2 100644 --- a/kexi/main/startup/KexiStartupDialogTemplatesPage.h +++ b/kexi/main/startup/KexiStartupDialogTemplatesPage.h @@ -27,7 +27,7 @@ class KEXIMAIN_EXPORT KexiStartupDialogTemplatesPage : public KListView { Q_OBJECT - TQ_OBJECT + public: KexiStartupDialogTemplatesPage( TQWidget * parent = 0 ); diff --git a/kexi/main/startup/KexiStartupFileDialog.h b/kexi/main/startup/KexiStartupFileDialog.h index c85797db..1b99391d 100644 --- a/kexi/main/startup/KexiStartupFileDialog.h +++ b/kexi/main/startup/KexiStartupFileDialog.h @@ -33,7 +33,7 @@ class KEXIMAIN_EXPORT KexiStartupFileDialog : public KexiStartupFileDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! Dialog mode: diff --git a/kexi/main/startup/KexiStartup_p.h b/kexi/main/startup/KexiStartup_p.h index 1e9e5d27..dce0fb3a 100644 --- a/kexi/main/startup/KexiStartup_p.h +++ b/kexi/main/startup/KexiStartup_p.h @@ -33,7 +33,7 @@ class KProgressDialog; class SQLite2ToSQLite3Migration : public TQObject { Q_OBJECT - TQ_OBJECT + public: SQLite2ToSQLite3Migration(const TQString& filePath); ~SQLite2ToSQLite3Migration(); diff --git a/kexi/migration/importoptionsdlg.h b/kexi/migration/importoptionsdlg.h index e24e37c7..f598f345 100644 --- a/kexi/migration/importoptionsdlg.h +++ b/kexi/migration/importoptionsdlg.h @@ -33,7 +33,7 @@ namespace KexiMigration { class OptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: OptionsDialog( const TQString& databaseFile, const TQString& selectedEncoding, TQWidget* parent = 0 ); virtual ~OptionsDialog(); diff --git a/kexi/migration/importwizard.h b/kexi/migration/importwizard.h index 19a1b844..97ffec4f 100644 --- a/kexi/migration/importwizard.h +++ b/kexi/migration/importwizard.h @@ -63,7 +63,7 @@ class KexiMigrate; class KEXIMIGR_EXPORT ImportWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: /*! Creates wizard's instance. \a args contains arguments that can be parsed by parseArguments(). diff --git a/kexi/migration/keximigrate.h b/kexi/migration/keximigrate.h index cd2949f9..c3a278ae 100644 --- a/kexi/migration/keximigrate.h +++ b/kexi/migration/keximigrate.h @@ -78,7 +78,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: virtual ~KexiMigrate(); diff --git a/kexi/migration/migratemanager_p.h b/kexi/migration/migratemanager_p.h index 59824573..3ce4f22d 100644 --- a/kexi/migration/migratemanager_p.h +++ b/kexi/migration/migratemanager_p.h @@ -30,7 +30,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 8f223ac5..5a0cedf0 100644 --- a/kexi/migration/mysql/mysqlmigrate.h +++ b/kexi/migration/mysql/mysqlmigrate.h @@ -30,7 +30,7 @@ namespace KexiMigration class MySQLMigrate : public KexiMigrate { Q_OBJECT - TQ_OBJECT + KEXIMIGRATION_DRIVER private: diff --git a/kexi/migration/pqxx/pqxxmigrate.h b/kexi/migration/pqxx/pqxxmigrate.h index f156bfd4..be5d80a3 100644 --- a/kexi/migration/pqxx/pqxxmigrate.h +++ b/kexi/migration/pqxx/pqxxmigrate.h @@ -34,7 +34,7 @@ namespace KexiMigration class PqxxMigrate : public KexiMigrate { Q_OBJECT - TQ_OBJECT + KEXIMIGRATION_DRIVER public: diff --git a/kexi/plugins/forms/kexiactionselectiondialog.h b/kexi/plugins/forms/kexiactionselectiondialog.h index 983ea759..8587287c 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog.h +++ b/kexi/plugins/forms/kexiactionselectiondialog.h @@ -37,7 +37,7 @@ namespace KexiPart { class KEXIFORMUTILS_EXPORT KexiActionSelectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiActionSelectionDialog(KexiMainWindow* mainWin, TQWidget *parent, const KexiFormEventAction::ActionData& action, const TQCString& actionWidgetName); diff --git a/kexi/plugins/forms/kexiactionselectiondialog_p.h b/kexi/plugins/forms/kexiactionselectiondialog_p.h index 488805ee..741bd230 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog_p.h +++ b/kexi/plugins/forms/kexiactionselectiondialog_p.h @@ -38,7 +38,7 @@ class ActionsListViewBase : public KListView class KActionsListViewBase : public ActionsListViewBase { Q_OBJECT - TQ_OBJECT + public: KActionsListViewBase(TQWidget* parent, KexiMainWindow* mainWin); virtual ~KActionsListViewBase(); diff --git a/kexi/plugins/forms/kexidatasourcepage.h b/kexi/plugins/forms/kexidatasourcepage.h index 748d5d3d..905a1f38 100644 --- a/kexi/plugins/forms/kexidatasourcepage.h +++ b/kexi/plugins/forms/kexidatasourcepage.h @@ -38,7 +38,7 @@ class TQFrame; class KEXIFORMUTILS_EXPORT KexiDataSourcePage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiDataSourcePage(TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/forms/kexidbfactory.h b/kexi/plugins/forms/kexidbfactory.h index 67ee3527..a5830593 100644 --- a/kexi/plugins/forms/kexidbfactory.h +++ b/kexi/plugins/forms/kexidbfactory.h @@ -34,7 +34,7 @@ namespace KFormDesigner { class KexiDBFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: KexiDBFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/forms/kexiformmanager.h b/kexi/plugins/forms/kexiformmanager.h index 6cde85dc..baeb74d9 100644 --- a/kexi/plugins/forms/kexiformmanager.h +++ b/kexi/plugins/forms/kexiformmanager.h @@ -31,7 +31,7 @@ class KexiFormView; class KEXIFORMUTILS_EXPORT KexiFormManager : public KFormDesigner::FormManager { Q_OBJECT - TQ_OBJECT + public: KexiFormManager(KexiPart::Part *parent, const char* name = 0); diff --git a/kexi/plugins/forms/kexiformpart.h b/kexi/plugins/forms/kexiformpart.h index fe667061..6a04fbef 100644 --- a/kexi/plugins/forms/kexiformpart.h +++ b/kexi/plugins/forms/kexiformpart.h @@ -49,7 +49,7 @@ class KexiDataSourcePage; class KEXIFORMUTILS_EXPORT KexiFormPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiFormPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/forms/kexiformscrollview.h b/kexi/plugins/forms/kexiformscrollview.h index 7d2b9867..f668aacc 100644 --- a/kexi/plugins/forms/kexiformscrollview.h +++ b/kexi/plugins/forms/kexiformscrollview.h @@ -47,7 +47,7 @@ class KEXIFORMUTILS_EXPORT KexiFormScrollView : public KexiFormEventHandler { Q_OBJECT - TQ_OBJECT + KEXI_DATAAWAREOBJECTINTERFACE public: diff --git a/kexi/plugins/forms/kexiformview.h b/kexi/plugins/forms/kexiformview.h index f269abf7..d009476a 100644 --- a/kexi/plugins/forms/kexiformview.h +++ b/kexi/plugins/forms/kexiformview.h @@ -55,7 +55,7 @@ namespace KFormDesigner class KEXIFORMUTILS_EXPORT KexiFormView : public KexiDataAwareView { Q_OBJECT - TQ_OBJECT + public: enum ResizeMode { diff --git a/kexi/plugins/forms/widgets/kexidbautofield.h b/kexi/plugins/forms/widgets/kexidbautofield.h index 809c1186..24423441 100644 --- a/kexi/plugins/forms/widgets/kexidbautofield.h +++ b/kexi/plugins/forms/widgets/kexidbautofield.h @@ -40,7 +40,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField : 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) TQ_OVERRIDE(TQColor paletteForegroundColor READ paletteForegroundColor WRITE setPaletteForegroundColor DESIGNABLE true RESET unsetPalette) diff --git a/kexi/plugins/forms/widgets/kexidbcheckbox.h b/kexi/plugins/forms/widgets/kexidbcheckbox.h index aba3314c..daaa14be 100644 --- a/kexi/plugins/forms/widgets/kexidbcheckbox.h +++ b/kexi/plugins/forms/widgets/kexidbcheckbox.h @@ -28,7 +28,7 @@ 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) TQ_OVERRIDE( Tristate tristate READ isTristate WRITE setTristate ) diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.h b/kexi/plugins/forms/widgets/kexidbcombobox.h index 60ed78d1..c38027f8 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.h +++ b/kexi/plugins/forms/widgets/kexidbcombobox.h @@ -35,7 +35,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: TQ_OVERRIDE(TQColor paletteBackgroundColor READ paletteBackgroundColor WRITE setPaletteBackgroundColor DESIGNABLE true RESET unsetPalette) diff --git a/kexi/plugins/forms/widgets/kexidbdateedit.h b/kexi/plugins/forms/widgets/kexidbdateedit.h index 4b02a3bc..be97e937 100644 --- a/kexi/plugins/forms/widgets/kexidbdateedit.h +++ b/kexi/plugins/forms/widgets/kexidbdateedit.h @@ -32,7 +32,7 @@ class TQDateTimeEditor; 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) // properties copied from TQDateEdit diff --git a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h index b28ff069..c7080a1e 100644 --- a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h @@ -32,7 +32,7 @@ class KPopupMenu; 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) // properties copied from TQDateTimeEdit diff --git a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h index e693245b..e9af94d9 100644 --- a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h +++ b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h @@ -29,7 +29,7 @@ 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) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidbform.h b/kexi/plugins/forms/widgets/kexidbform.h index 29798947..90c947d2 100644 --- a/kexi/plugins/forms/widgets/kexidbform.h +++ b/kexi/plugins/forms/widgets/kexidbform.h @@ -43,7 +43,7 @@ class KEXIFORMUTILS_EXPORT KexiDBForm : 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) TQ_PROPERTY(bool autoTabStops READ autoTabStops WRITE setAutoTabStops DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.h b/kexi/plugins/forms/widgets/kexidbimagebox.h index 860ee4c6..93e7e244 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.h +++ b/kexi/plugins/forms/widgets/kexidbimagebox.h @@ -38,7 +38,7 @@ class KEXIFORMUTILS_EXPORT KexiDBImageBox : public KexiSubwidgetInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType ) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly ) diff --git a/kexi/plugins/forms/widgets/kexidbintspinbox.h b/kexi/plugins/forms/widgets/kexidbintspinbox.h index a76ab0dd..9219e931 100644 --- a/kexi/plugins/forms/widgets/kexidbintspinbox.h +++ b/kexi/plugins/forms/widgets/kexidbintspinbox.h @@ -29,7 +29,7 @@ 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) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblabel.h b/kexi/plugins/forms/widgets/kexidblabel.h index f99ddc76..0ed255d9 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.h +++ b/kexi/plugins/forms/widgets/kexidblabel.h @@ -41,7 +41,7 @@ class KexiDBInternalLabel; */ 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 ) TQ_PROPERTY( bool shadowEnabled READ shadowEnabled WRITE setShadowEnabled DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblineedit.h b/kexi/plugins/forms/widgets/kexidblineedit.h index 9d85dac5..935a89a7 100644 --- a/kexi/plugins/forms/widgets/kexidblineedit.h +++ b/kexi/plugins/forms/widgets/kexidblineedit.h @@ -47,7 +47,7 @@ class KEXIFORMUTILS_EXPORT KexiDBLineEdit : 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) TQ_OVERRIDE(bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbsubform.h b/kexi/plugins/forms/widgets/kexidbsubform.h index c09e5e83..3b5afa31 100644 --- a/kexi/plugins/forms/widgets/kexidbsubform.h +++ b/kexi/plugins/forms/widgets/kexidbsubform.h @@ -28,7 +28,7 @@ class KEXIFORMUTILS_EXPORT KexiDBSubForm : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) public: diff --git a/kexi/plugins/forms/widgets/kexidbtextedit.h b/kexi/plugins/forms/widgets/kexidbtextedit.h index 8e92ee6f..4cc441d0 100644 --- a/kexi/plugins/forms/widgets/kexidbtextedit.h +++ b/kexi/plugins/forms/widgets/kexidbtextedit.h @@ -33,7 +33,7 @@ class KEXIFORMUTILS_EXPORT KexiDBTextEdit : 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 808316e6..3ea5cd05 100644 --- a/kexi/plugins/forms/widgets/kexidbtimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbtimeedit.h @@ -31,7 +31,7 @@ class TQDateTimeEditor; 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) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexiframe.h b/kexi/plugins/forms/widgets/kexiframe.h index ce51766c..44197aa4 100644 --- a/kexi/plugins/forms/widgets/kexiframe.h +++ b/kexi/plugins/forms/widgets/kexiframe.h @@ -26,7 +26,7 @@ class KEXIFORMUTILS_EXPORT KexiFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + //todo Q_ENUMS( Shape Shadow ) TQ_PROPERTY( TQColor frameColor READ frameColor WRITE setFrameColor DESIGNABLE true ) //todo TQ_OVERRIDE( Shape frameShape READ frameShape WRITE setFrameShape ) diff --git a/kexi/plugins/forms/widgets/kexipushbutton.h b/kexi/plugins/forms/widgets/kexipushbutton.h index 4f9ec5f7..a84ccf79 100644 --- a/kexi/plugins/forms/widgets/kexipushbutton.h +++ b/kexi/plugins/forms/widgets/kexipushbutton.h @@ -28,7 +28,7 @@ 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 7ef7020d..24c54471 100644 --- a/kexi/plugins/importexport/csv/kexicsvexportwizard.h +++ b/kexi/plugins/importexport/csv/kexicsvexportwizard.h @@ -42,7 +42,7 @@ namespace KexiDB { class KexiCSVExportWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KexiCSVExportWizard( const KexiCSVExport::Options& options, KexiMainWindow* mainWin, diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.h b/kexi/plugins/importexport/csv/kexicsvimportdialog.h index cbb4ac6b..4df8a621 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportdialog.h +++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.h @@ -78,7 +78,7 @@ class KexiCSVInfoLabel; class KexiCSVImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Mode { Clipboard, File /*, Column*/ }; diff --git a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h index 35d8b5cd..f61556f4 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h +++ b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h @@ -44,7 +44,7 @@ class KexiCSVImportOptions class KexiCSVImportOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiCSVImportOptionsDialog( const KexiCSVImportOptions& options, TQWidget* parent = 0 ); virtual ~KexiCSVImportOptionsDialog(); diff --git a/kexi/plugins/importexport/csv/kexicsvwidgets.h b/kexi/plugins/importexport/csv/kexicsvwidgets.h index 388e6246..916ad504 100644 --- a/kexi/plugins/importexport/csv/kexicsvwidgets.h +++ b/kexi/plugins/importexport/csv/kexicsvwidgets.h @@ -76,7 +76,7 @@ class KexiCSVInfoLabel : public TQWidget class KexiCSVDelimiterWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiCSVDelimiterWidget( bool lineEditOnBottom, TQWidget * parent = 0 ); diff --git a/kexi/plugins/macros/kexiactions/datatableaction.h b/kexi/plugins/macros/kexiactions/datatableaction.h index b713b2c7..e3f71601 100644 --- a/kexi/plugins/macros/kexiactions/datatableaction.h +++ b/kexi/plugins/macros/kexiactions/datatableaction.h @@ -37,7 +37,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 b2cfaaea..04fef2dc 100644 --- a/kexi/plugins/macros/kexiactions/executeaction.h +++ b/kexi/plugins/macros/kexiactions/executeaction.h @@ -39,7 +39,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 5ccac9b7..da7723c3 100644 --- a/kexi/plugins/macros/kexiactions/messageaction.h +++ b/kexi/plugins/macros/kexiactions/messageaction.h @@ -40,7 +40,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 c5dc61ef..449a9459 100644 --- a/kexi/plugins/macros/kexiactions/navigateaction.h +++ b/kexi/plugins/macros/kexiactions/navigateaction.h @@ -39,7 +39,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 a30903fb..092dc371 100644 --- a/kexi/plugins/macros/kexiactions/openaction.h +++ b/kexi/plugins/macros/kexiactions/openaction.h @@ -39,7 +39,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 520d1799..eaa64f37 100644 --- a/kexi/plugins/macros/kexipart/keximacrodesignview.h +++ b/kexi/plugins/macros/kexipart/keximacrodesignview.h @@ -41,7 +41,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 e03afbcd..f8fb5756 100644 --- a/kexi/plugins/macros/kexipart/keximacroerror.h +++ b/kexi/plugins/macros/kexipart/keximacroerror.h @@ -50,7 +50,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 374679c0..f8109364 100644 --- a/kexi/plugins/macros/kexipart/keximacropart.h +++ b/kexi/plugins/macros/kexipart/keximacropart.h @@ -30,7 +30,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 9419304e..44ad8bd4 100644 --- a/kexi/plugins/macros/kexipart/keximacroproperty.h +++ b/kexi/plugins/macros/kexipart/keximacroproperty.h @@ -40,7 +40,7 @@ class KexiMacroProperty , public KoProperty::CustomProperty { Q_OBJECT - TQ_OBJECT + friend class KexiMacroPropertyWidget; @@ -140,7 +140,7 @@ class KexiMacroPropertyFactory : public KoProperty::CustomPropertyFactory class KexiMacroPropertyWidget : public KoProperty::Widget { Q_OBJECT - TQ_OBJECT + public: /** Constructor. */ diff --git a/kexi/plugins/macros/kexipart/keximacrotextview.h b/kexi/plugins/macros/kexipart/keximacrotextview.h index 0acfa9ef..e8d34600 100644 --- a/kexi/plugins/macros/kexipart/keximacrotextview.h +++ b/kexi/plugins/macros/kexipart/keximacrotextview.h @@ -32,7 +32,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 f98d394d..c11d48e8 100644 --- a/kexi/plugins/macros/kexipart/keximacroview.h +++ b/kexi/plugins/macros/kexipart/keximacroview.h @@ -42,7 +42,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 51e97869..762e27ae 100644 --- a/kexi/plugins/macros/lib/action.h +++ b/kexi/plugins/macros/lib/action.h @@ -40,7 +40,7 @@ namespace KoMacro { , public KShared // shared reference-counting { Q_OBJECT - TQ_OBJECT + /// Property to get/set the name. TQ_PROPERTY(TQString name READ name WRITE setName) diff --git a/kexi/plugins/macros/lib/context.h b/kexi/plugins/macros/lib/context.h index a7986167..4f9621cc 100644 --- a/kexi/plugins/macros/lib/context.h +++ b/kexi/plugins/macros/lib/context.h @@ -43,7 +43,7 @@ namespace KoMacro { , public KShared { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/lib/macro.h b/kexi/plugins/macros/lib/macro.h index 5e5decf8..80d50deb 100644 --- a/kexi/plugins/macros/lib/macro.h +++ b/kexi/plugins/macros/lib/macro.h @@ -44,7 +44,7 @@ namespace KoMacro { , 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 07cf8958..fe3fb21d 100644 --- a/kexi/plugins/macros/tests/actiontests.h +++ b/kexi/plugins/macros/tests/actiontests.h @@ -31,7 +31,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 0480c022..e72408b7 100644 --- a/kexi/plugins/macros/tests/commontests.h +++ b/kexi/plugins/macros/tests/commontests.h @@ -31,7 +31,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 7ec3625c..902ef91e 100644 --- a/kexi/plugins/macros/tests/macroitemtests.h +++ b/kexi/plugins/macros/tests/macroitemtests.h @@ -31,7 +31,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 4a7c2043..49d50ad5 100644 --- a/kexi/plugins/macros/tests/macrotests.h +++ b/kexi/plugins/macros/tests/macrotests.h @@ -31,7 +31,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 9c045e3d..43ce74bb 100644 --- a/kexi/plugins/macros/tests/testaction.h +++ b/kexi/plugins/macros/tests/testaction.h @@ -39,7 +39,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 87bed837..99b59da2 100644 --- a/kexi/plugins/macros/tests/testobject.h +++ b/kexi/plugins/macros/tests/testobject.h @@ -32,7 +32,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 a3cd7f60..e6474a5a 100644 --- a/kexi/plugins/macros/tests/variabletests.h +++ b/kexi/plugins/macros/tests/variabletests.h @@ -31,7 +31,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 3e67742f..12d2d057 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests.h +++ b/kexi/plugins/macros/tests/xmlhandlertests.h @@ -31,7 +31,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 d8f92aaf..49431b73 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests2.h +++ b/kexi/plugins/macros/tests/xmlhandlertests2.h @@ -31,7 +31,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 3c543941..cd39fe15 100644 --- a/kexi/plugins/queries/kexiaddparamdialog.h +++ b/kexi/plugins/queries/kexiaddparamdialog.h @@ -27,7 +27,7 @@ class KexiAddParamWidget; class KexiAddParamDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiAddParamDialog(TQWidget *parent); diff --git a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h index 98e2c6fe..43cb1718 100644 --- a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h +++ b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h @@ -29,7 +29,7 @@ class TQVBox; class KexiDynamicQueryParameterDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiDynamicQueryParameterDialog(TQWidget *parent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &); virtual ~KexiDynamicQueryParameterDialog(); diff --git a/kexi/plugins/queries/kexiquerydesignerguieditor.h b/kexi/plugins/queries/kexiquerydesignerguieditor.h index fd469f18..23012292 100644 --- a/kexi/plugins/queries/kexiquerydesignerguieditor.h +++ b/kexi/plugins/queries/kexiquerydesignerguieditor.h @@ -59,7 +59,7 @@ namespace KexiDB class KexiQueryDesignerGuiEditor : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerGuiEditor(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/queries/kexiquerydesignersql.h b/kexi/plugins/queries/kexiquerydesignersql.h index 6f4503ed..ecb00c84 100644 --- a/kexi/plugins/queries/kexiquerydesignersql.h +++ b/kexi/plugins/queries/kexiquerydesignersql.h @@ -35,7 +35,7 @@ class KexiQueryDesignerSQLViewPrivate; class KexiQueryDesignerSQLView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLView(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/queries/kexiquerydesignersqlhistory.h b/kexi/plugins/queries/kexiquerydesignersqlhistory.h index c5903638..9183764f 100644 --- a/kexi/plugins/queries/kexiquerydesignersqlhistory.h +++ b/kexi/plugins/queries/kexiquerydesignersqlhistory.h @@ -62,7 +62,7 @@ typedef TQPtrList<HistoryEntry> History; class KexiQueryDesignerSQLHistory : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLHistory(TQWidget *parent, const char *name=0); diff --git a/kexi/plugins/queries/kexiquerypart.h b/kexi/plugins/queries/kexiquerypart.h index f404e6e6..33399c56 100644 --- a/kexi/plugins/queries/kexiquerypart.h +++ b/kexi/plugins/queries/kexiquerypart.h @@ -44,7 +44,7 @@ class KexiProject; class KexiQueryPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiQueryPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/queries/kexiqueryview.h b/kexi/plugins/queries/kexiqueryview.h index 7eb65f1e..faf38762 100644 --- a/kexi/plugins/queries/kexiqueryview.h +++ b/kexi/plugins/queries/kexiqueryview.h @@ -32,7 +32,7 @@ class KexiMainWindow; class KexiQueryView : public KexiDataTable { Q_OBJECT - TQ_OBJECT + public: KexiQueryView(KexiMainWindow *win, TQWidget *parent, const char *name=0); diff --git a/kexi/plugins/relations/kexirelationmaindlg.h b/kexi/plugins/relations/kexirelationmaindlg.h index 69f43242..3e0cd509 100644 --- a/kexi/plugins/relations/kexirelationmaindlg.h +++ b/kexi/plugins/relations/kexirelationmaindlg.h @@ -28,7 +28,7 @@ class KexiRelationWidget; class KexiRelationMainDlg : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiRelationMainDlg(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/relations/kexirelationpartimpl.h b/kexi/plugins/relations/kexirelationpartimpl.h index fc16fbe0..96c999f8 100644 --- a/kexi/plugins/relations/kexirelationpartimpl.h +++ b/kexi/plugins/relations/kexirelationpartimpl.h @@ -25,7 +25,7 @@ class KexiRelationPartImpl : public KexiInternalPart { Q_OBJECT - TQ_OBJECT + public: KexiRelationPartImpl(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/reports/kexireportfactory.h b/kexi/plugins/reports/kexireportfactory.h index e7c5f13a..65f5764d 100644 --- a/kexi/plugins/reports/kexireportfactory.h +++ b/kexi/plugins/reports/kexireportfactory.h @@ -26,7 +26,7 @@ class KexiReportFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: KexiReportFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/reports/kexireportform.h b/kexi/plugins/reports/kexireportform.h index 7898ec98..64ede057 100644 --- a/kexi/plugins/reports/kexireportform.h +++ b/kexi/plugins/reports/kexireportform.h @@ -30,7 +30,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportForm : public TQWidget, public KFormDesigner::FormWidget { Q_OBJECT - TQ_OBJECT + public: KexiReportForm(TQWidget *parent, const char *name="kexi_dbform"); diff --git a/kexi/plugins/reports/kexireportpart.h b/kexi/plugins/reports/kexireportpart.h index 47f9d4ef..d56da3ba 100644 --- a/kexi/plugins/reports/kexireportpart.h +++ b/kexi/plugins/reports/kexireportpart.h @@ -42,7 +42,7 @@ namespace KexiDB class KEXIREPORTUTILS_EXPORT KexiReportPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiReportPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/reports/kexireportview.h b/kexi/plugins/reports/kexireportview.h index df4b3190..794fa49c 100644 --- a/kexi/plugins/reports/kexireportview.h +++ b/kexi/plugins/reports/kexireportview.h @@ -34,7 +34,7 @@ class KexiReportForm; class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView { Q_OBJECT - TQ_OBJECT + public: KexiReportScrollView(TQWidget *parent, bool preview); @@ -63,7 +63,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView class KEXIREPORTUTILS_EXPORT KexiReportView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: enum ResizeMode { diff --git a/kexi/plugins/reports/reportwidgets.h b/kexi/plugins/reports/reportwidgets.h index 1452f41e..4cfb182a 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -34,7 +34,7 @@ using KFormDesigner::Form; class KexiSubReport : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); public: @@ -56,7 +56,7 @@ class KexiSubReport : public TQScrollView class Label : public TQLabel { Q_OBJECT - TQ_OBJECT + public: Label(const TQString &text, TQWidget *parent, const char *name); @@ -67,7 +67,7 @@ class Label : public TQLabel class PicLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: PicLabel(const TQPixmap &pix, TQWidget *parent, const char *name); @@ -80,7 +80,7 @@ class PicLabel : public TQLabel class ReportLine : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(ReportLineStyle lineStyle READ lineStyle WRITE setLineStyle) TQ_PROPERTY(int lineWidth READ lineWidth WRITE setLineWidth) TQ_PROPERTY(TQColor color READ color WRITE setColor) diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h index b3dec360..94068ddd 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h @@ -46,7 +46,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 a00e3aa2..ed3edc14 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h @@ -36,7 +36,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 b2928a8f..e51c7d45 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h @@ -35,7 +35,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 d5c6d174..203bbcf0 100644 --- a/kexi/plugins/tables/kexilookupcolumnpage.h +++ b/kexi/plugins/tables/kexilookupcolumnpage.h @@ -45,7 +45,7 @@ class TQFrame; class KexiLookupColumnPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiLookupColumnPage(TQWidget *parent); diff --git a/kexi/plugins/tables/kexitabledesigner_dataview.h b/kexi/plugins/tables/kexitabledesigner_dataview.h index 75552f27..7da65255 100644 --- a/kexi/plugins/tables/kexitabledesigner_dataview.h +++ b/kexi/plugins/tables/kexitabledesigner_dataview.h @@ -26,7 +26,7 @@ class KexiTableDesigner_DataView : public KexiDataTable { Q_OBJECT - TQ_OBJECT + public: KexiTableDesigner_DataView(KexiMainWindow *win, TQWidget *parent); diff --git a/kexi/plugins/tables/kexitabledesignerview.h b/kexi/plugins/tables/kexitabledesignerview.h index 5b9d0215..e73957cf 100644 --- a/kexi/plugins/tables/kexitabledesignerview.h +++ b/kexi/plugins/tables/kexitabledesignerview.h @@ -56,7 +56,7 @@ namespace KoProperty { class KexiTableDesignerView : public KexiDataTable, public KexiTableDesignerInterface { Q_OBJECT - TQ_OBJECT + public: /*! Creates a new alter table dialog. */ diff --git a/kexi/plugins/tables/kexitabledesignerview_p.h b/kexi/plugins/tables/kexitabledesignerview_p.h index 8f647548..206c295c 100644 --- a/kexi/plugins/tables/kexitabledesignerview_p.h +++ b/kexi/plugins/tables/kexitabledesignerview_p.h @@ -50,7 +50,7 @@ class CommandGroup : public KMacroCommand class CommandHistory : public KCommandHistory { Q_OBJECT - TQ_OBJECT + public: CommandHistory(KActionCollection *actionCollection, bool withMenus = true); diff --git a/kexi/plugins/tables/kexitablepart.h b/kexi/plugins/tables/kexitablepart.h index 6042f365..df8d69be 100644 --- a/kexi/plugins/tables/kexitablepart.h +++ b/kexi/plugins/tables/kexitablepart.h @@ -35,7 +35,7 @@ class KexiLookupColumnPage; class KexiTablePart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiTablePart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/tests/altertable/altertable.h b/kexi/tests/altertable/altertable.h index 9a2cdd14..33dd7b21 100644 --- a/kexi/tests/altertable/altertable.h +++ b/kexi/tests/altertable/altertable.h @@ -31,7 +31,7 @@ class KexiDialogBase; class AlterTableTester : public TQObject { Q_OBJECT - TQ_OBJECT + public: AlterTableTester(); ~AlterTableTester(); diff --git a/kexi/tests/gui/finddialog/kexifinddialog.h b/kexi/tests/gui/finddialog/kexifinddialog.h index 63a70b5d..fd276b1a 100644 --- a/kexi/tests/gui/finddialog/kexifinddialog.h +++ b/kexi/tests/gui/finddialog/kexifinddialog.h @@ -29,7 +29,7 @@ class KexiFindDialog : public KexiFindDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiFindDialog( bool replaceMode, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE ); virtual ~KexiFindDialog(); diff --git a/kexi/widget/kexibrowser.h b/kexi/widget/kexibrowser.h index 3f9347cb..602fffe1 100644 --- a/kexi/widget/kexibrowser.h +++ b/kexi/widget/kexibrowser.h @@ -51,7 +51,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiBrowser : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum Features { diff --git a/kexi/widget/kexibrowser_p.h b/kexi/widget/kexibrowser_p.h index d0cc5589..bcfc9479 100644 --- a/kexi/widget/kexibrowser_p.h +++ b/kexi/widget/kexibrowser_p.h @@ -27,7 +27,7 @@ class KexiBrowserListView : public KListView { Q_OBJECT - TQ_OBJECT + public: KexiBrowserListView(TQWidget *parent); ~KexiBrowserListView(); diff --git a/kexi/widget/kexicustompropertyfactory_p.h b/kexi/widget/kexicustompropertyfactory_p.h index 792f424c..b51b7314 100644 --- a/kexi/widget/kexicustompropertyfactory_p.h +++ b/kexi/widget/kexicustompropertyfactory_p.h @@ -28,7 +28,7 @@ class KexiImagePropertyEdit : public KoProperty::PixmapEdit { Q_OBJECT - TQ_OBJECT + public: KexiImagePropertyEdit(KoProperty::Property *property, @@ -57,7 +57,7 @@ class KexiImagePropertyEdit : public KoProperty::PixmapEdit class KexiIdentifierPropertyEdit : public KoProperty::StringEdit { Q_OBJECT - TQ_OBJECT + public: KexiIdentifierPropertyEdit(KoProperty::Property *property, diff --git a/kexi/widget/kexidataawareview.h b/kexi/widget/kexidataawareview.h index 8a787bd7..317bc71c 100644 --- a/kexi/widget/kexidataawareview.h +++ b/kexi/widget/kexidataawareview.h @@ -42,7 +42,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDataAwareView : public KexiViewBase, public KexiSearchAndReplaceViewInterface { Q_OBJECT - TQ_OBJECT + public: KexiDataAwareView(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/widget/kexidatasourcecombobox.h b/kexi/widget/kexidatasourcecombobox.h index 0ccb663a..096fceac 100644 --- a/kexi/widget/kexidatasourcecombobox.h +++ b/kexi/widget/kexidatasourcecombobox.h @@ -34,7 +34,7 @@ namespace KexiPart { class KEXIEXTWIDGETS_EXPORT KexiDataSourceComboBox : public KComboBox { Q_OBJECT - TQ_OBJECT + public: KexiDataSourceComboBox(TQWidget *parent, const char *name=0); diff --git a/kexi/widget/kexidatatable.h b/kexi/widget/kexidatatable.h index 1cf392e1..b82e4f62 100644 --- a/kexi/widget/kexidatatable.h +++ b/kexi/widget/kexidatatable.h @@ -44,7 +44,7 @@ namespace KexiDB class KEXIEXTWIDGETS_EXPORT KexiDataTable : public KexiDataAwareView { Q_OBJECT - TQ_OBJECT + public: /*! CTOR1: Creates, empty table view that can be initialized later diff --git a/kexi/widget/kexidbconnectionwidget.h b/kexi/widget/kexidbconnectionwidget.h index db9bef11..30bf008c 100644 --- a/kexi/widget/kexidbconnectionwidget.h +++ b/kexi/widget/kexidbconnectionwidget.h @@ -36,7 +36,7 @@ class KexiDBConnectionTabWidget; class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidgetBase { Q_OBJECT - TQ_OBJECT + public: KexiDBConnectionWidget( TQWidget* parent = 0, const char* name = 0 ); @@ -92,7 +92,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidg class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget { Q_OBJECT - TQ_OBJECT + public: KexiDBConnectionTabWidget( TQWidget* parent = 0, const char* name = 0 ); @@ -125,7 +125,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget class KEXIEXTWIDGETS_EXPORT KexiDBConnectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! Creates a new connection dialog for project data \a data. diff --git a/kexi/widget/kexidbdrivercombobox.h b/kexi/widget/kexidbdrivercombobox.h index 31b4eb04..5a063ad2 100644 --- a/kexi/widget/kexidbdrivercombobox.h +++ b/kexi/widget/kexidbdrivercombobox.h @@ -47,7 +47,7 @@ A more complete example can be found in class KEXIEXTWIDGETS_EXPORT KexiDBDriverComboBox : public KComboBox { Q_OBJECT - TQ_OBJECT + public: enum Options { diff --git a/kexi/widget/kexidswelcome.h b/kexi/widget/kexidswelcome.h index 978beaad..e2b729ac 100644 --- a/kexi/widget/kexidswelcome.h +++ b/kexi/widget/kexidswelcome.h @@ -32,7 +32,7 @@ class KexiDataSourceWizard; class KEXIEXTWIDGETS_EXPORT KexiDSWelcome : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiDSWelcome(KexiDataSourceWizard *parent); diff --git a/kexi/widget/kexieditor.h b/kexi/widget/kexieditor.h index 2c659f01..36a1173a 100644 --- a/kexi/widget/kexieditor.h +++ b/kexi/widget/kexieditor.h @@ -39,7 +39,7 @@ namespace KTextEditor class KEXIEXTWIDGETS_EXPORT KexiEditor : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/widget/kexifieldcombobox.h b/kexi/widget/kexifieldcombobox.h index 8785b73b..bcd199c9 100644 --- a/kexi/widget/kexifieldcombobox.h +++ b/kexi/widget/kexifieldcombobox.h @@ -34,7 +34,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiFieldComboBox : public KComboBox { Q_OBJECT - TQ_OBJECT + public: KexiFieldComboBox(TQWidget *parent, const char *name = 0); diff --git a/kexi/widget/kexifieldlistview.h b/kexi/widget/kexifieldlistview.h index 53682436..a5630a30 100644 --- a/kexi/widget/kexifieldlistview.h +++ b/kexi/widget/kexifieldlistview.h @@ -35,7 +35,7 @@ namespace KexiDB { class KEXIEXTWIDGETS_EXPORT KexiFieldListView : public KListView { Q_OBJECT - TQ_OBJECT + public: //! Flags used to alter list's behaviour and appearance diff --git a/kexi/widget/kexifilterdlg.h b/kexi/widget/kexifilterdlg.h index a92824e2..a8a51fd6 100644 --- a/kexi/widget/kexifilterdlg.h +++ b/kexi/widget/kexifilterdlg.h @@ -30,7 +30,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiFilterDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KexiFilterDlg(KexiProject *p, TQWidget *parent=0, const char *name=0); diff --git a/kexi/widget/kexiprjtypeselector.h b/kexi/widget/kexiprjtypeselector.h index 717ad724..30867838 100644 --- a/kexi/widget/kexiprjtypeselector.h +++ b/kexi/widget/kexiprjtypeselector.h @@ -26,7 +26,7 @@ class KEXIEXTWIDGETS_EXPORT KexiPrjTypeSelector : public KexiPrjTypeSelectorBase { Q_OBJECT - TQ_OBJECT + public: KexiPrjTypeSelector( TQWidget* parent = 0 ); diff --git a/kexi/widget/kexipropertyeditorview.h b/kexi/widget/kexipropertyeditorview.h index 008e6759..3c7c5a55 100644 --- a/kexi/widget/kexipropertyeditorview.h +++ b/kexi/widget/kexipropertyeditorview.h @@ -82,7 +82,7 @@ class KEXIEXTWIDGETS_EXPORT KexiObjectInfoLabel : public TQWidget class KEXIEXTWIDGETS_EXPORT KexiPropertyEditorView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiPropertyEditorView(KexiMainWindow *mainWin, TQWidget* parent); diff --git a/kexi/widget/kexiquerydesignersqleditor.h b/kexi/widget/kexiquerydesignersqleditor.h index c85bec6c..30d545f0 100644 --- a/kexi/widget/kexiquerydesignersqleditor.h +++ b/kexi/widget/kexiquerydesignersqleditor.h @@ -30,7 +30,7 @@ class KEXIEXTWIDGETS_EXPORT KexiQueryDesignerSQLEditor : public KexiEditor { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLEditor(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/widget/kexiscrollview.h b/kexi/widget/kexiscrollview.h index 1fccdbd6..ac0701c0 100644 --- a/kexi/widget/kexiscrollview.h +++ b/kexi/widget/kexiscrollview.h @@ -34,7 +34,7 @@ class KexiRecordNavigator; class KEXIEXTWIDGETS_EXPORT KexiScrollView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiScrollView(TQWidget *parent, bool preview); diff --git a/kexi/widget/kexisectionheader.h b/kexi/widget/kexisectionheader.h index a8d08a45..dec39a57 100644 --- a/kexi/widget/kexisectionheader.h +++ b/kexi/widget/kexisectionheader.h @@ -27,7 +27,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 53efb0d1..3f8dd615 100644 --- a/kexi/widget/kexismalltoolbutton.h +++ b/kexi/widget/kexismalltoolbutton.h @@ -29,7 +29,7 @@ class TQIconSet; class KEXIEXTWIDGETS_EXPORT KexiSmallToolButton : public TQToolButton { Q_OBJECT - TQ_OBJECT + public: KexiSmallToolButton(TQWidget* parent, const TQString& text, diff --git a/kexi/widget/pixmapcollection.h b/kexi/widget/pixmapcollection.h index 833fbd98..7f900866 100644 --- a/kexi/widget/pixmapcollection.h +++ b/kexi/widget/pixmapcollection.h @@ -43,7 +43,7 @@ typedef TQMap<TQString, TQPair<TQString, int> > PixmapMap; class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject { Q_OBJECT - TQ_OBJECT + public: PixmapCollection(const TQString &collectionName, TQObject *parent = 0, const char *name = 0); @@ -77,7 +77,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PixmapCollectionEditor(PixmapCollection *collection, TQWidget *parent = 0); @@ -106,7 +106,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PixmapCollectionChooser(PixmapCollection *collection, const TQString &selectedItem, TQWidget *parent = 0); @@ -129,7 +129,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase class KEXIEXTWIDGETS_EXPORT LoadIconDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: LoadIconDialog(TQWidget *parent = 0); diff --git a/kexi/widget/relations/kexirelationview.h b/kexi/widget/relations/kexirelationview.h index 33d988b9..9fa741f6 100644 --- a/kexi/widget/relations/kexirelationview.h +++ b/kexi/widget/relations/kexirelationview.h @@ -68,7 +68,7 @@ struct SourceConnection class KEXIRELATIONSVIEW_EXPORT KexiRelationView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiRelationView(TQWidget *parent, const char *name=0); diff --git a/kexi/widget/relations/kexirelationviewtable.h b/kexi/widget/relations/kexirelationviewtable.h index 6578cdd5..176cc2b8 100644 --- a/kexi/widget/relations/kexirelationviewtable.h +++ b/kexi/widget/relations/kexirelationviewtable.h @@ -40,7 +40,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainer : public TQFrame { Q_OBJECT - TQ_OBJECT + public: // KexiRelationViewTableContainer(KexiRelationView *parent, KexiDB::TableSchema *t); @@ -94,7 +94,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableItem : public KListViewItem class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView { Q_OBJECT - TQ_OBJECT + public: KexiRelationViewTable(KexiDB::TableOrQuerySchema* tableOrQuerySchema, @@ -131,7 +131,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainerHeader : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KexiRelationViewTableContainerHeader(const TQString& text,TQWidget *parent); virtual ~KexiRelationViewTableContainerHeader(); diff --git a/kexi/widget/relations/kexirelationwidget.h b/kexi/widget/relations/kexirelationwidget.h index 6899a434..2d6d2064 100644 --- a/kexi/widget/relations/kexirelationwidget.h +++ b/kexi/widget/relations/kexirelationwidget.h @@ -44,7 +44,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationWidget : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiRelationWidget(KexiMainWindow *win, TQWidget *parent, const char *name=0); diff --git a/kexi/widget/tableview/kexiblobtableedit.h b/kexi/widget/tableview/kexiblobtableedit.h index 77a211d2..a3b1c0f2 100644 --- a/kexi/widget/tableview/kexiblobtableedit.h +++ b/kexi/widget/tableview/kexiblobtableedit.h @@ -36,7 +36,7 @@ class TQTextEdit; class KexiBlobTableEdit : public KexiTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiBlobTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); virtual ~KexiBlobTableEdit(); diff --git a/kexi/widget/tableview/kexibooltableedit.h b/kexi/widget/tableview/kexibooltableedit.h index 4f4ebad5..ee43848c 100644 --- a/kexi/widget/tableview/kexibooltableedit.h +++ b/kexi/widget/tableview/kexibooltableedit.h @@ -30,7 +30,7 @@ class KexiBoolTableEdit : public KexiTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiBoolTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexicomboboxpopup.h b/kexi/widget/tableview/kexicomboboxpopup.h index 876be9bc..7df750a6 100644 --- a/kexi/widget/tableview/kexicomboboxpopup.h +++ b/kexi/widget/tableview/kexicomboboxpopup.h @@ -35,7 +35,7 @@ namespace KexiDB { class KexiComboBoxPopup : public TQFrame { Q_OBJECT - TQ_OBJECT + public: //js TODO: more ctors! /*! Constructor for creating a popup using definition from \a column. diff --git a/kexi/widget/tableview/kexicomboboxtableedit.h b/kexi/widget/tableview/kexicomboboxtableedit.h index 55d128c3..52bec571 100644 --- a/kexi/widget/tableview/kexicomboboxtableedit.h +++ b/kexi/widget/tableview/kexicomboboxtableedit.h @@ -37,7 +37,7 @@ class KexiTableViewColumn; class KexiComboBoxTableEdit : public KexiInputTableEdit, public KexiComboBoxBase { Q_OBJECT - TQ_OBJECT + public: KexiComboBoxTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexidataawarepropertyset.h b/kexi/widget/tableview/kexidataawarepropertyset.h index 8db82ba2..ed275ab8 100644 --- a/kexi/widget/tableview/kexidataawarepropertyset.h +++ b/kexi/widget/tableview/kexidataawarepropertyset.h @@ -53,7 +53,7 @@ class KexiDataAwareObjectInterface; class KEXIDATATABLE_EXPORT KexiDataAwarePropertySet : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! You can instantiate KexiDataAwarePropertySet object diff --git a/kexi/widget/tableview/kexidatatableview.h b/kexi/widget/tableview/kexidatatableview.h index 000762f2..8592e1b8 100644 --- a/kexi/widget/tableview/kexidatatableview.h +++ b/kexi/widget/tableview/kexidatatableview.h @@ -38,7 +38,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 2346dfd1..48b216f4 100644 --- a/kexi/widget/tableview/kexidatetableedit.h +++ b/kexi/widget/tableview/kexidatetableedit.h @@ -34,7 +34,7 @@ class KexiDateTableEdit : public KexiInputTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiDateTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexidatetimetableedit.h b/kexi/widget/tableview/kexidatetimetableedit.h index 0e12fa84..a6fd5431 100644 --- a/kexi/widget/tableview/kexidatetimetableedit.h +++ b/kexi/widget/tableview/kexidatetimetableedit.h @@ -34,7 +34,7 @@ class KexiDateTimeTableEdit : public KexiInputTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiDateTimeTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexiinputtableedit.h b/kexi/widget/tableview/kexiinputtableedit.h index 89e64264..42539b9f 100644 --- a/kexi/widget/tableview/kexiinputtableedit.h +++ b/kexi/widget/tableview/kexiinputtableedit.h @@ -33,7 +33,7 @@ class KEXIDATATABLE_EXPORT KexiInputTableEdit : public KexiTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiInputTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexitableedit.h b/kexi/widget/tableview/kexitableedit.h index 4630757c..c78462ed 100644 --- a/kexi/widget/tableview/kexitableedit.h +++ b/kexi/widget/tableview/kexitableedit.h @@ -39,7 +39,7 @@ namespace KexiDB { class KEXIDATATABLE_EXPORT KexiTableEdit : public TQWidget, public KexiDataItemInterface { Q_OBJECT - TQ_OBJECT + public: KexiTableEdit(KexiTableViewColumn &column, TQWidget* parent = 0); diff --git a/kexi/widget/tableview/kexitableview.h b/kexi/widget/tableview/kexitableview.h index b602168a..f1692610 100644 --- a/kexi/widget/tableview/kexitableview.h +++ b/kexi/widget/tableview/kexitableview.h @@ -70,7 +70,7 @@ class KEXIDATATABLE_EXPORT KexiTableView : public KexiDataAwareObjectInterface { Q_OBJECT - TQ_OBJECT + KEXI_DATAAWAREOBJECTINTERFACE public: diff --git a/kexi/widget/tableview/kexitableviewdata.h b/kexi/widget/tableview/kexitableviewdata.h index eb3d20df..699a183a 100644 --- a/kexi/widget/tableview/kexitableviewdata.h +++ b/kexi/widget/tableview/kexitableviewdata.h @@ -222,7 +222,7 @@ typedef TQPtrList<KexiTableItem> KexiTableViewDataBase; class KEXIDATATABLE_EXPORT KexiTableViewData : public TQObject, protected KexiTableViewDataBase { Q_OBJECT - TQ_OBJECT + public: typedef TQPtrListIterator<KexiTableItem> Iterator; diff --git a/kexi/widget/tableview/kexitableviewheader.h b/kexi/widget/tableview/kexitableviewheader.h index eae13a71..5cb4fa0e 100644 --- a/kexi/widget/tableview/kexitableviewheader.h +++ b/kexi/widget/tableview/kexitableviewheader.h @@ -33,7 +33,7 @@ class TQStyle; class KEXIDATATABLE_EXPORT KexiTableViewHeader : public TQHeader { Q_OBJECT - TQ_OBJECT + public: KexiTableViewHeader(TQWidget * parent = 0, const char * name = 0); diff --git a/kexi/widget/tableview/kexitimetableedit.h b/kexi/widget/tableview/kexitimetableedit.h index 0231a9bf..785111a2 100644 --- a/kexi/widget/tableview/kexitimetableedit.h +++ b/kexi/widget/tableview/kexitimetableedit.h @@ -32,7 +32,7 @@ class KexiTimeTableEdit : public KexiInputTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiTimeTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/utils/kexiarrowtip.h b/kexi/widget/utils/kexiarrowtip.h index f4d87d41..bf1fb230 100644 --- a/kexi/widget/utils/kexiarrowtip.h +++ b/kexi/widget/utils/kexiarrowtip.h @@ -29,7 +29,7 @@ class KEXIGUIUTILS_EXPORT KexiArrowTip : public KexiToolTip { Q_OBJECT - TQ_OBJECT + public: KexiArrowTip(const TQString& text, TQWidget* parent); virtual ~KexiArrowTip(); diff --git a/kexi/widget/utils/kexicontextmenuutils.h b/kexi/widget/utils/kexicontextmenuutils.h index 50bb96a0..b9f950bf 100644 --- a/kexi/widget/utils/kexicontextmenuutils.h +++ b/kexi/widget/utils/kexicontextmenuutils.h @@ -50,7 +50,7 @@ class KEXIGUIUTILS_EXPORT KexiContextMenuUtils class KEXIGUIUTILS_EXPORT KexiImageContextMenu : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: KexiImageContextMenu(TQWidget *parent); diff --git a/kexi/widget/utils/kexidropdownbutton.h b/kexi/widget/utils/kexidropdownbutton.h index 178f17a7..5ffb21fb 100644 --- a/kexi/widget/utils/kexidropdownbutton.h +++ b/kexi/widget/utils/kexidropdownbutton.h @@ -30,7 +30,7 @@ class KEXIGUIUTILS_EXPORT KexiDropDownButton : public TQToolButton { Q_OBJECT - TQ_OBJECT + public: KexiDropDownButton(TQWidget *parent); diff --git a/kexi/widget/utils/kexigradientwidget.h b/kexi/widget/utils/kexigradientwidget.h index d11c4f04..a8feb0fa 100644 --- a/kexi/widget/utils/kexigradientwidget.h +++ b/kexi/widget/utils/kexigradientwidget.h @@ -36,7 +36,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) TQ_PROPERTY(TQColor gradientColor1 READ gradientColor1 WRITE setGradientColor1 DESIGNABLE true) diff --git a/kexi/widget/utils/kexirecordmarker.h b/kexi/widget/utils/kexirecordmarker.h index e309c5a1..5bac9571 100644 --- a/kexi/widget/utils/kexirecordmarker.h +++ b/kexi/widget/utils/kexirecordmarker.h @@ -31,7 +31,7 @@ class TQImage; class KEXIGUIUTILS_EXPORT KexiRecordMarker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiRecordMarker(TQWidget *parent, const char* name = 0); diff --git a/kexi/widget/utils/kexirecordnavigator.h b/kexi/widget/utils/kexirecordnavigator.h index 6c666e78..78c1f3a4 100644 --- a/kexi/widget/utils/kexirecordnavigator.h +++ b/kexi/widget/utils/kexirecordnavigator.h @@ -65,7 +65,7 @@ class KEXIGUIUTILS_EXPORT KexiRecordNavigatorHandler class KEXIGUIUTILS_EXPORT KexiRecordNavigator : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KexiRecordNavigator(TQWidget *parent, int leftMargin = 0, const char *name=0); diff --git a/kexi/widget/utils/kexitooltip.h b/kexi/widget/utils/kexitooltip.h index 83d0d7e0..49ff1e1b 100644 --- a/kexi/widget/utils/kexitooltip.h +++ b/kexi/widget/utils/kexitooltip.h @@ -27,7 +27,7 @@ class KEXIGUIUTILS_EXPORT KexiToolTip : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiToolTip(const TQVariant& value, TQWidget* parent); virtual ~KexiToolTip(); diff --git a/kformula/formulastring.h b/kformula/formulastring.h index 027228eb..88523ef4 100644 --- a/kformula/formulastring.h +++ b/kformula/formulastring.h @@ -35,7 +35,7 @@ class KFormulaPartView; class FormulaString : public TQDialog { Q_OBJECT - TQ_OBJECT + public: FormulaString( KFormulaPartView* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/kformula/kfconfig.h b/kformula/kfconfig.h index 6d2258b3..d5d169ca 100644 --- a/kformula/kfconfig.h +++ b/kformula/kfconfig.h @@ -34,7 +34,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 d01ce2a3..43f23e75 100644 --- a/kformula/kformula_doc.h +++ b/kformula/kformula_doc.h @@ -49,7 +49,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 6cece441..785e92ce 100644 --- a/kformula/kformula_factory.h +++ b/kformula/kformula_factory.h @@ -11,7 +11,7 @@ class KAboutData; class KFormulaFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KFormulaFactory( TQObject* parent = 0, const char* name = 0 ); ~KFormulaFactory(); diff --git a/kformula/kformula_view.h b/kformula/kformula_view.h index 0c1f37bc..ff564ac0 100644 --- a/kformula/kformula_view.h +++ b/kformula/kformula_view.h @@ -44,7 +44,7 @@ namespace KFormula { class KFormulaPartView : public KoView { Q_OBJECT - TQ_OBJECT + public: KFormulaPartView(KFormulaDoc* _doc, TQWidget* _parent=0, const char* _name=0); diff --git a/kformula/kformulawidget.h b/kformula/kformulawidget.h index 43bb701f..25470e74 100644 --- a/kformula/kformulawidget.h +++ b/kformula/kformulawidget.h @@ -43,7 +43,7 @@ KFORMULA_NAMESPACE_END */ class KFormulaWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KFormulaWidget(KFormula::Container*, TQWidget* parent=0, const char* name=0, WFlags f=0); diff --git a/kivio/kiviopart/addstenciltool.h b/kivio/kiviopart/addstenciltool.h index e9a7cef8..7b224b79 100644 --- a/kivio/kiviopart/addstenciltool.h +++ b/kivio/kiviopart/addstenciltool.h @@ -34,7 +34,7 @@ namespace Kivio { class AddStencilTool : public MouseTool { Q_OBJECT - TQ_OBJECT + public: AddStencilTool(KivioView* parent); ~AddStencilTool(); diff --git a/kivio/kiviopart/kivio_canvas.h b/kivio/kiviopart/kivio_canvas.h index eb03a3ae..3da7c434 100644 --- a/kivio/kiviopart/kivio_canvas.h +++ b/kivio/kiviopart/kivio_canvas.h @@ -60,7 +60,7 @@ class KoRect; class KIVIO_EXPORT KivioCanvas : public TQWidget { Q_OBJECT - TQ_OBJECT + friend class KivioView; public: KivioCanvas( TQWidget*, KivioView*, KivioDoc*, TQScrollBar*, TQScrollBar* ); diff --git a/kivio/kiviopart/kivio_dlg_pageshow.h b/kivio/kiviopart/kivio_dlg_pageshow.h index 071ec2eb..012af531 100644 --- a/kivio/kiviopart/kivio_dlg_pageshow.h +++ b/kivio/kiviopart/kivio_dlg_pageshow.h @@ -30,7 +30,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 72bc3d07..76cf5a87 100644 --- a/kivio/kiviopart/kivio_doc.h +++ b/kivio/kiviopart/kivio_doc.h @@ -65,7 +65,7 @@ using namespace Kivio; class KIVIO_EXPORT KivioDoc : public KoDocument { Q_OBJECT - TQ_OBJECT + friend class KivioPage; public: KivioDoc( TQWidget *parentWidget = 0, const char* widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false ); diff --git a/kivio/kiviopart/kivio_factory.h b/kivio/kiviopart/kivio_factory.h index cb604b53..8b747215 100644 --- a/kivio/kiviopart/kivio_factory.h +++ b/kivio/kiviopart/kivio_factory.h @@ -26,7 +26,7 @@ class KAboutData; class KIVIO_EXPORT KivioFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KivioFactory( TQObject* parent = 0, const char* name = 0 ); ~KivioFactory(); diff --git a/kivio/kiviopart/kivio_icon_view.h b/kivio/kiviopart/kivio_icon_view.h index ec6fa163..09cf8dd5 100644 --- a/kivio/kiviopart/kivio_icon_view.h +++ b/kivio/kiviopart/kivio_icon_view.h @@ -33,7 +33,7 @@ class KivioStencilSpawner; class KivioIconView : public TQIconView { Q_OBJECT - TQ_OBJECT + protected: KivioStencilSpawnerSet *m_pSpawnerSet; static KivioStencilSpawner *m_pCurDrag; diff --git a/kivio/kiviopart/kivio_page.h b/kivio/kiviopart/kivio_page.h index 16d9db48..7d31d731 100644 --- a/kivio/kiviopart/kivio_page.h +++ b/kivio/kiviopart/kivio_page.h @@ -78,7 +78,7 @@ struct DistributeData class KIVIO_EXPORT KivioPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: KivioPage( KivioMap *_map, const TQString &pageName, const char *_name=0L ); ~KivioPage(); diff --git a/kivio/kiviopart/kivio_stackbar.h b/kivio/kiviopart/kivio_stackbar.h index 452956ff..bdf758a3 100644 --- a/kivio/kiviopart/kivio_stackbar.h +++ b/kivio/kiviopart/kivio_stackbar.h @@ -33,7 +33,7 @@ using namespace Kivio; class KivioStackBar : public TQDockWindow { Q_OBJECT - TQ_OBJECT + public: KivioStackBar(KivioView* view, TQWidget* parent=0, const char* name=0); ~KivioStackBar(); diff --git a/kivio/kiviopart/kivio_stencil_geometry_panel.h b/kivio/kiviopart/kivio_stencil_geometry_panel.h index b5f26cf1..56d5580c 100644 --- a/kivio/kiviopart/kivio_stencil_geometry_panel.h +++ b/kivio/kiviopart/kivio_stencil_geometry_panel.h @@ -11,7 +11,7 @@ class KIntSpinBox; class KivioStencilGeometryPanel : public TQWidget { Q_OBJECT - TQ_OBJECT + protected: KoUnitDoubleSpinBox *m_pX, *m_pY, *m_pW, *m_pH; KIntSpinBox* m_rotationSBox; diff --git a/kivio/kiviopart/kivio_view.h b/kivio/kiviopart/kivio_view.h index 6a824423..752f0bab 100644 --- a/kivio/kiviopart/kivio_view.h +++ b/kivio/kiviopart/kivio_view.h @@ -85,7 +85,7 @@ using namespace Kivio; class KIVIO_EXPORT KivioView : public KoView { Q_OBJECT - TQ_OBJECT + friend class KivioCanvas; public: diff --git a/kivio/kiviopart/kivio_zoomaction.h b/kivio/kiviopart/kivio_zoomaction.h index d4ae6f41..3e4738af 100644 --- a/kivio/kiviopart/kivio_zoomaction.h +++ b/kivio/kiviopart/kivio_zoomaction.h @@ -25,7 +25,7 @@ namespace Kivio { class ZoomAction : public TKSelectAction { Q_OBJECT - TQ_OBJECT + public: ZoomAction( TQObject* parent, const char* name ); ~ZoomAction(); diff --git a/kivio/kiviopart/kivioarrowheadaction.h b/kivio/kiviopart/kivioarrowheadaction.h index 9989d5f7..9948980c 100644 --- a/kivio/kiviopart/kivioarrowheadaction.h +++ b/kivio/kiviopart/kivioarrowheadaction.h @@ -29,7 +29,7 @@ class KPopupMenu; class KivioArrowHeadAction : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: KivioArrowHeadAction(const TQString &text, const TQString &pix, TQObject* parent = 0, const char *name = 0); diff --git a/kivio/kiviopart/kiviodragobject.h b/kivio/kiviopart/kiviodragobject.h index d441af19..b1f66757 100644 --- a/kivio/kiviopart/kiviodragobject.h +++ b/kivio/kiviopart/kiviodragobject.h @@ -31,7 +31,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 dcde7904..0ec12f09 100644 --- a/kivio/kiviopart/kiviosdk/kiviostencilfactory.h +++ b/kivio/kiviopart/kiviosdk/kiviostencilfactory.h @@ -30,7 +30,7 @@ class TQPixmap; class KIVIO_EXPORT KivioStencilFactory : public TQObject { Q_OBJECT - TQ_OBJECT + public: KivioStencilFactory(TQObject *parent=0, const char*name=0, const TQStringList& args = TQStringList()) : TQObject(parent, name) { Q_UNUSED(args) } diff --git a/kivio/kiviopart/kiviostencilsetaction.h b/kivio/kiviopart/kiviostencilsetaction.h index 1bee42d4..0403340e 100644 --- a/kivio/kiviopart/kiviostencilsetaction.h +++ b/kivio/kiviopart/kiviostencilsetaction.h @@ -34,7 +34,7 @@ class TQPixmap; class KivioStencilSetAction : public KAction { Q_OBJECT - TQ_OBJECT + public: KivioStencilSetAction(const TQString &text, const TQString &pix, KActionCollection *parent, const char *name); diff --git a/kivio/kiviopart/kiviostencilsetinstaller.h b/kivio/kiviopart/kiviostencilsetinstaller.h index c6d8c706..40395333 100644 --- a/kivio/kiviopart/kiviostencilsetinstaller.h +++ b/kivio/kiviopart/kiviostencilsetinstaller.h @@ -30,7 +30,7 @@ namespace Kivio { class StencilSetInstaller : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: StencilSetInstaller(TQWidget *parent = 0, const char *name = 0); ~StencilSetInstaller(); diff --git a/kivio/kiviopart/stencilbarbutton.h b/kivio/kiviopart/stencilbarbutton.h index 67595db9..3d7f6087 100644 --- a/kivio/kiviopart/stencilbarbutton.h +++ b/kivio/kiviopart/stencilbarbutton.h @@ -27,7 +27,7 @@ namespace Kivio { class DragBarButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: DragBarButton( const TQString&, TQWidget* parent, const char* name = 0 ); ~DragBarButton(); diff --git a/kivio/kiviopart/stencilbardockmanager.h b/kivio/kiviopart/stencilbardockmanager.h index 73d48301..235aecde 100644 --- a/kivio/kiviopart/stencilbardockmanager.h +++ b/kivio/kiviopart/stencilbardockmanager.h @@ -45,7 +45,7 @@ class KivioView; class StencilBarDockManager : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum BarPos { Left = 0, @@ -94,7 +94,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 0b717f29..e06f77af 100644 --- a/kivio/kiviopart/tools/kivio_mousetool.h +++ b/kivio/kiviopart/tools/kivio_mousetool.h @@ -32,7 +32,7 @@ namespace Kivio { class KIVIO_EXPORT MouseTool : public Kivio::Plugin { Q_OBJECT - TQ_OBJECT + public: MouseTool(KivioView* parent = 0, const char* name = 0); ~MouseTool(); diff --git a/kivio/kiviopart/tools/kivio_plugin.h b/kivio/kiviopart/tools/kivio_plugin.h index cd261eab..3acb7287 100644 --- a/kivio/kiviopart/tools/kivio_plugin.h +++ b/kivio/kiviopart/tools/kivio_plugin.h @@ -30,7 +30,7 @@ namespace Kivio { class KIVIO_EXPORT Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Plugin(KivioView* parent = 0, const char* name = 0); ~Plugin(); diff --git a/kivio/kiviopart/tools/kivio_pluginmanager.h b/kivio/kiviopart/tools/kivio_pluginmanager.h index ced84748..1a287beb 100644 --- a/kivio/kiviopart/tools/kivio_pluginmanager.h +++ b/kivio/kiviopart/tools/kivio_pluginmanager.h @@ -30,7 +30,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); ~PluginManager(); diff --git a/kivio/kiviopart/tools/mousetoolaction.h b/kivio/kiviopart/tools/mousetoolaction.h index 26351ff2..64b322ab 100644 --- a/kivio/kiviopart/tools/mousetoolaction.h +++ b/kivio/kiviopart/tools/mousetoolaction.h @@ -27,7 +27,7 @@ namespace Kivio { class KIVIO_EXPORT MouseToolAction : public KRadioAction { Q_OBJECT - TQ_OBJECT + public: /** * Constructs a mouse tool action with text and potential keyboard diff --git a/kivio/kiviopart/ui/addstencilsetdialog.h b/kivio/kiviopart/ui/addstencilsetdialog.h index 27a42cfa..169ef33a 100644 --- a/kivio/kiviopart/ui/addstencilsetdialog.h +++ b/kivio/kiviopart/ui/addstencilsetdialog.h @@ -28,7 +28,7 @@ class AddStencilSetPanel; class AddStencilSetDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AddStencilSetDialog(TQWidget *parent = 0, const char *name = 0); ~AddStencilSetDialog(); diff --git a/kivio/kiviopart/ui/export_page_dialog.h b/kivio/kiviopart/ui/export_page_dialog.h index a3251e69..16c805c5 100644 --- a/kivio/kiviopart/ui/export_page_dialog.h +++ b/kivio/kiviopart/ui/export_page_dialog.h @@ -8,7 +8,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 6dc388e0..185e40ee 100644 --- a/kivio/kiviopart/ui/kivio_birdeye_panel.h +++ b/kivio/kiviopart/ui/kivio_birdeye_panel.h @@ -32,7 +32,7 @@ class KoZoomHandler; class KivioBirdEyePanel : public KivioBirdEyePanelBase { Q_OBJECT - TQ_OBJECT + public: KivioBirdEyePanel(KivioView* view, TQWidget* parent=0, const char* name=0); ~KivioBirdEyePanel(); diff --git a/kivio/kiviopart/ui/kivio_layer_panel.h b/kivio/kiviopart/ui/kivio_layer_panel.h index b4f1e00d..d4bcdb0d 100644 --- a/kivio/kiviopart/ui/kivio_layer_panel.h +++ b/kivio/kiviopart/ui/kivio_layer_panel.h @@ -49,7 +49,7 @@ class KivioLayerItem: public TQListViewItem class KivioLayerPanel : public KivioLayerPanelBase { Q_OBJECT - TQ_OBJECT + public: KivioLayerPanel(KivioView* view, TQWidget* parent=0, const char* name=0); ~KivioLayerPanel(); diff --git a/kivio/kiviopart/ui/kivio_protection_panel.h b/kivio/kiviopart/ui/kivio_protection_panel.h index a8a8173a..beadfc27 100644 --- a/kivio/kiviopart/ui/kivio_protection_panel.h +++ b/kivio/kiviopart/ui/kivio_protection_panel.h @@ -28,7 +28,7 @@ class KivioLayer; class KivioProtectionPanel : public KivioProtectionPanelBase { Q_OBJECT - TQ_OBJECT + public: KivioProtectionPanel( KivioView *view, TQWidget *parent=0, const char *name=0 ); diff --git a/kivio/kiviopart/ui/kivioaddstencilsetpanel.h b/kivio/kiviopart/ui/kivioaddstencilsetpanel.h index 30cac93b..81d6d913 100644 --- a/kivio/kiviopart/ui/kivioaddstencilsetpanel.h +++ b/kivio/kiviopart/ui/kivioaddstencilsetpanel.h @@ -29,7 +29,7 @@ namespace Kivio { class AddStencilSetPanel : public KivioStencilSetWidget { Q_OBJECT - TQ_OBJECT + public: AddStencilSetPanel(TQWidget *parent = 0, const char *name = 0); ~AddStencilSetPanel(); diff --git a/kivio/kiviopart/ui/kivioaligndialog.h b/kivio/kiviopart/ui/kivioaligndialog.h index 20527999..0be94822 100644 --- a/kivio/kiviopart/ui/kivioaligndialog.h +++ b/kivio/kiviopart/ui/kivioaligndialog.h @@ -29,7 +29,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 a829873c..84099d35 100644 --- a/kivio/kiviopart/ui/kivioarrowheadformatdlg.h +++ b/kivio/kiviopart/ui/kivioarrowheadformatdlg.h @@ -31,7 +31,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 589dab35..df055a34 100644 --- a/kivio/kiviopart/ui/kiviooptionsdialog.h +++ b/kivio/kiviopart/ui/kiviooptionsdialog.h @@ -57,7 +57,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 358ddd20..f5162e4a 100644 --- a/kivio/kiviopart/ui/kiviostencilformatdlg.h +++ b/kivio/kiviopart/ui/kiviostencilformatdlg.h @@ -33,7 +33,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 4bc8a567..b095abe4 100644 --- a/kivio/kiviopart/ui/kiviotextformatdlg.h +++ b/kivio/kiviopart/ui/kiviotextformatdlg.h @@ -33,7 +33,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 01db4ceb..82ca4827 100644 --- a/kivio/kiviopart/ui/objectlistpalette.h +++ b/kivio/kiviopart/ui/objectlistpalette.h @@ -32,7 +32,7 @@ namespace Kivio { class ObjectListPalette : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ObjectListPalette(KivioView* parent = 0, const char* name = 0); ~ObjectListPalette(); diff --git a/kivio/plugins/kivioconnectortool/plugin.h b/kivio/plugins/kivioconnectortool/plugin.h index 267bbbb4..d8070335 100644 --- a/kivio/plugins/kivioconnectortool/plugin.h +++ b/kivio/plugins/kivioconnectortool/plugin.h @@ -28,7 +28,7 @@ class KInstance; class ConnectorToolFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: ConnectorToolFactory( TQObject* parent = 0, const char* name = 0 ); ~ConnectorToolFactory(); diff --git a/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h b/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h index c9f1549e..f2ac1fe5 100644 --- a/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h +++ b/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h @@ -83,7 +83,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()); KivioStencil *NewStencil(const TQString& name); diff --git a/kivio/plugins/kivioconnectortool/tool_connector.h b/kivio/plugins/kivioconnectortool/tool_connector.h index 74497053..02dcb145 100644 --- a/kivio/plugins/kivioconnectortool/tool_connector.h +++ b/kivio/plugins/kivioconnectortool/tool_connector.h @@ -38,7 +38,7 @@ class KivioCustomDragData; class ConnectorTool : public Kivio::MouseTool { Q_OBJECT - TQ_OBJECT + public: ConnectorTool( KivioView* parent ); ~ConnectorTool(); diff --git a/kivio/plugins/kivioselecttool/plugin.h b/kivio/plugins/kivioselecttool/plugin.h index 5564327f..fc43d4fb 100644 --- a/kivio/plugins/kivioselecttool/plugin.h +++ b/kivio/plugins/kivioselecttool/plugin.h @@ -28,7 +28,7 @@ class KInstance; class SelectToolFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: SelectToolFactory( TQObject* parent = 0, const char* name = 0 ); ~SelectToolFactory(); diff --git a/kivio/plugins/kivioselecttool/tool_select.h b/kivio/plugins/kivioselecttool/tool_select.h index 7a71dabf..e245df05 100644 --- a/kivio/plugins/kivioselecttool/tool_select.h +++ b/kivio/plugins/kivioselecttool/tool_select.h @@ -54,7 +54,7 @@ enum { class SelectTool : public Kivio::MouseTool { Q_OBJECT - TQ_OBJECT + public: SelectTool( KivioView* parent ); ~SelectTool(); diff --git a/kivio/plugins/kiviosmlconnector/plugin.h b/kivio/plugins/kiviosmlconnector/plugin.h index 0a1f9056..2b3e8028 100644 --- a/kivio/plugins/kiviosmlconnector/plugin.h +++ b/kivio/plugins/kiviosmlconnector/plugin.h @@ -28,7 +28,7 @@ class KInstance; class SMLConnectorFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: SMLConnectorFactory( TQObject* parent = 0, const char* name = 0 ); ~SMLConnectorFactory(); diff --git a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h index b631f84b..3e6c3daf 100644 --- a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h +++ b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h @@ -93,7 +93,7 @@ public: class KivioSMLConnectorFactory : public KivioStencilFactory { Q_OBJECT - TQ_OBJECT + public: KivioSMLConnectorFactory(TQObject *parent=0, const char* name=0, const TQStringList& args = TQStringList()); KivioStencil *NewStencil(const TQString& name); diff --git a/kivio/plugins/kiviosmlconnector/tool_connector.h b/kivio/plugins/kiviosmlconnector/tool_connector.h index 788192f6..3213bff1 100644 --- a/kivio/plugins/kiviosmlconnector/tool_connector.h +++ b/kivio/plugins/kiviosmlconnector/tool_connector.h @@ -34,7 +34,7 @@ class KivioCustomDragData; class SMLConnector : public Kivio::MouseTool { Q_OBJECT - TQ_OBJECT + public: SMLConnector( KivioView* view ); ~SMLConnector(); diff --git a/kivio/plugins/kiviotargettool/kiviotargettool.h b/kivio/plugins/kiviotargettool/kiviotargettool.h index 064c4f05..e9014d85 100644 --- a/kivio/plugins/kiviotargettool/kiviotargettool.h +++ b/kivio/plugins/kiviotargettool/kiviotargettool.h @@ -36,7 +36,7 @@ namespace Kivio { class TargetTool : public MouseTool { Q_OBJECT - TQ_OBJECT + public: TargetTool(KivioView* parent); ~TargetTool(); diff --git a/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h b/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h index 84619e47..391c7823 100644 --- a/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h +++ b/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h @@ -29,7 +29,7 @@ class KInstance; class KivioTargetToolFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: KivioTargetToolFactory(TQObject *parent = 0, const char *name = 0); ~KivioTargetToolFactory(); diff --git a/kivio/plugins/kiviotexttool/plugin.h b/kivio/plugins/kiviotexttool/plugin.h index f6194c14..a8b63388 100644 --- a/kivio/plugins/kiviotexttool/plugin.h +++ b/kivio/plugins/kiviotexttool/plugin.h @@ -28,7 +28,7 @@ class KInstance; class TextToolFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: TextToolFactory( TQObject* parent = 0, const char* name = 0 ); ~TextToolFactory(); diff --git a/kivio/plugins/kiviotexttool/stenciltexteditor.h b/kivio/plugins/kiviotexttool/stenciltexteditor.h index 7f61c5aa..cfe427b7 100644 --- a/kivio/plugins/kiviotexttool/stenciltexteditor.h +++ b/kivio/plugins/kiviotexttool/stenciltexteditor.h @@ -34,7 +34,7 @@ class StencilTextEditorUI; class StencilTextEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: StencilTextEditor(const TQString& caption, TQWidget *parent = 0, const char *name = 0); ~StencilTextEditor(); diff --git a/kivio/plugins/kiviotexttool/tool_text.h b/kivio/plugins/kiviotexttool/tool_text.h index f6c4870a..aa6e1d4d 100644 --- a/kivio/plugins/kiviotexttool/tool_text.h +++ b/kivio/plugins/kiviotexttool/tool_text.h @@ -36,7 +36,7 @@ class KoPoint; class KIVIO_EXPORT TextTool : public Kivio::MouseTool { Q_OBJECT - TQ_OBJECT + public: TextTool( KivioView* parent ); ~TextTool(); diff --git a/kivio/plugins/kiviozoomtool/plugin.h b/kivio/plugins/kiviozoomtool/plugin.h index 0bdfde14..a6b12515 100644 --- a/kivio/plugins/kiviozoomtool/plugin.h +++ b/kivio/plugins/kiviozoomtool/plugin.h @@ -28,7 +28,7 @@ class KInstance; class ZoomToolFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: ZoomToolFactory( TQObject* parent = 0, const char* name = 0 ); ~ZoomToolFactory(); diff --git a/kivio/plugins/kiviozoomtool/tool_zoom.h b/kivio/plugins/kiviozoomtool/tool_zoom.h index 1cb77431..ce100aca 100644 --- a/kivio/plugins/kiviozoomtool/tool_zoom.h +++ b/kivio/plugins/kiviozoomtool/tool_zoom.h @@ -34,7 +34,7 @@ class TQCursor; class ZoomTool : public Kivio::MouseTool { Q_OBJECT - TQ_OBJECT + public: ZoomTool(KivioView* parent); virtual ~ZoomTool(); diff --git a/koshell/iconsidepane.h b/koshell/iconsidepane.h index 7f550fba..fb7ac2db 100644 --- a/koshell/iconsidepane.h +++ b/koshell/iconsidepane.h @@ -117,7 +117,7 @@ class EntryItemToolTip : public TQToolTip class Navigator : public KListBox { Q_OBJECT - TQ_OBJECT + public: Navigator(bool _selectable, KPopupMenu*, IconSidePane *, TQWidget *parent = 0, const char *name = 0 ); @@ -164,7 +164,7 @@ class Navigator : public KListBox class IconSidePane :public TQVBox { Q_OBJECT - TQ_OBJECT + public: IconSidePane( TQWidget *parent, const char *name = 0 ); ~IconSidePane(); diff --git a/koshell/koshell_shell.h b/koshell/koshell_shell.h index 9841f18e..4167bf31 100644 --- a/koshell/koshell_shell.h +++ b/koshell/koshell_shell.h @@ -45,7 +45,7 @@ class KoShellGUIClient; class KoShellWindow : public KoMainWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/kounavail/kounavail.h b/kounavail/kounavail.h index 8f331a6b..afbdbaaf 100644 --- a/kounavail/kounavail.h +++ b/kounavail/kounavail.h @@ -25,7 +25,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 ) TQ_PROPERTY( TQString realURL READ realURL WRITE setRealURL ) @@ -74,7 +74,7 @@ protected: class KoUnavailView : public KoView { Q_OBJECT - TQ_OBJECT + public: KoUnavailView( KoUnavailPart* part, TQWidget* parent = 0, const char* name = 0 ); @@ -91,7 +91,7 @@ class KAboutData; class KoUnavailFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KoUnavailFactory( TQObject* parent = 0, const char* name = 0 ); ~KoUnavailFactory(); diff --git a/kplato/kptaccountsdialog.h b/kplato/kptaccountsdialog.h index e281f2df..7a48b86a 100644 --- a/kplato/kptaccountsdialog.h +++ b/kplato/kptaccountsdialog.h @@ -35,7 +35,7 @@ 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 069515cb..73284210 100644 --- a/kplato/kptaccountspanel.h +++ b/kplato/kptaccountspanel.h @@ -43,7 +43,7 @@ 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 d3fea502..3daf9057 100644 --- a/kplato/kptaccountsview.h +++ b/kplato/kptaccountsview.h @@ -58,7 +58,7 @@ class ResourceItemPrivate; class AccountsView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: AccountsView(Project &project, View *view, TQWidget *parent); diff --git a/kplato/kptaccountsviewconfigdialog.h b/kplato/kptaccountsviewconfigdialog.h index 567f1821..d4ff92a2 100644 --- a/kplato/kptaccountsviewconfigdialog.h +++ b/kplato/kptaccountsviewconfigdialog.h @@ -35,7 +35,7 @@ class AccountsviewConfigPanel; class AccountsviewConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AccountsviewConfigDialog(const TQDate &date, int period, const TQStringList &periodTexts, bool cumulative, TQWidget *parent); @@ -50,7 +50,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 7f602712..69ed7305 100644 --- a/kplato/kptcalendaredit.h +++ b/kplato/kptcalendaredit.h @@ -33,7 +33,7 @@ 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 b6a22064..04bfde3f 100644 --- a/kplato/kptcalendareditbase.h +++ b/kplato/kptcalendareditbase.h @@ -43,7 +43,7 @@ class CalendarPanel; class CalendarEditBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CalendarEditBase( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kplato/kptcalendarlistdialog.h b/kplato/kptcalendarlistdialog.h index 032ed72e..f95a15c8 100644 --- a/kplato/kptcalendarlistdialog.h +++ b/kplato/kptcalendarlistdialog.h @@ -39,7 +39,7 @@ class Part; class CalendarListDialogImpl : public CalendarListDialogBase { Q_OBJECT - TQ_OBJECT + public: CalendarListDialogImpl(Project &project, TQWidget *parent); @@ -90,7 +90,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 dd11a1c7..18d8c985 100644 --- a/kplato/kptcalendarlistdialogbase.h +++ b/kplato/kptcalendarlistdialogbase.h @@ -44,7 +44,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 0c72d763..3c46d647 100644 --- a/kplato/kptcalendarpanel.h +++ b/kplato/kptcalendarpanel.h @@ -46,7 +46,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 bbdb3cf4..18b13639 100644 --- a/kplato/kptconfigbehaviorpanel.h +++ b/kplato/kptconfigbehaviorpanel.h @@ -33,7 +33,7 @@ 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 a172dfde..54744ccd 100644 --- a/kplato/kptconfigdialog.h +++ b/kplato/kptconfigdialog.h @@ -34,7 +34,7 @@ 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 b75f98db..b988e833 100644 --- a/kplato/kptdatetable.h +++ b/kplato/kptdatetable.h @@ -47,7 +47,7 @@ namespace KPlato class DateInternalWeekSelector : public TQLineEdit { Q_OBJECT - TQ_OBJECT + protected: TQIntValidator *val; int result; @@ -76,7 +76,7 @@ private: class DateInternalMonthPicker : public TQGridView { Q_OBJECT - TQ_OBJECT + protected: /** * Store the month that has been clicked [1..12]. @@ -150,7 +150,7 @@ private: class DateInternalYearSelector : public TQLineEdit { Q_OBJECT - TQ_OBJECT + protected: TQIntValidator *val; int result; @@ -178,7 +178,7 @@ private: class PopupFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + protected: /** * The result. It is returned from exec() when the popup window closes. @@ -255,7 +255,7 @@ public: class DateTable : public TQGridView { Q_OBJECT - TQ_OBJECT + public: /** * The constructor. diff --git a/kplato/kptdoublelistviewbase.h b/kplato/kptdoublelistviewbase.h index 6b610475..785e236e 100644 --- a/kplato/kptdoublelistviewbase.h +++ b/kplato/kptdoublelistviewbase.h @@ -59,7 +59,7 @@ public: class DoubleListViewBase : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: DoubleListViewBase(TQWidget *parent, bool description=false); diff --git a/kplato/kptfactory.h b/kplato/kptfactory.h index a10a7da6..62f05267 100644 --- a/kplato/kptfactory.h +++ b/kplato/kptfactory.h @@ -30,7 +30,7 @@ namespace KPlato class Factory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: Factory( TQObject* parent = 0, const char* name = 0 ); ~Factory(); diff --git a/kplato/kptganttview.h b/kplato/kptganttview.h index 353dbff8..8eaec208 100644 --- a/kplato/kptganttview.h +++ b/kplato/kptganttview.h @@ -55,7 +55,7 @@ class Relation; class GanttView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: diff --git a/kplato/kptintervaledit.h b/kplato/kptintervaledit.h index 0550b9f5..c334cf19 100644 --- a/kplato/kptintervaledit.h +++ b/kplato/kptintervaledit.h @@ -34,7 +34,7 @@ namespace KPlato class IntervalEditImpl : public IntervalEditBase { Q_OBJECT - TQ_OBJECT + public: IntervalEditImpl(TQWidget *parent); @@ -52,7 +52,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 dadd29b4..46887d1f 100644 --- a/kplato/kptmainprojectdialog.h +++ b/kplato/kptmainprojectdialog.h @@ -34,7 +34,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 7a32b578..c80a92cb 100644 --- a/kplato/kptmainprojectpanel.h +++ b/kplato/kptmainprojectpanel.h @@ -36,7 +36,7 @@ class Part; class MainProjectPanelImpl : public MainProjectPanelBase { Q_OBJECT - TQ_OBJECT + public: MainProjectPanelImpl(TQWidget *parent=0, const char *name=0); @@ -59,7 +59,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 28f13969..ade9cd2b 100644 --- a/kplato/kptmilestoneprogressdialog.h +++ b/kplato/kptmilestoneprogressdialog.h @@ -33,7 +33,7 @@ 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 24dfd060..c98bff9a 100644 --- a/kplato/kptmilestoneprogresspanel.h +++ b/kplato/kptmilestoneprogresspanel.h @@ -33,7 +33,7 @@ class StandardWorktime; class MilestoneProgressPanelImpl : public MilestoneProgressPanelBase { Q_OBJECT - TQ_OBJECT + public: MilestoneProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0); @@ -49,7 +49,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 1eab7bdd..11efc9f1 100644 --- a/kplato/kptpart.h +++ b/kplato/kptpart.h @@ -46,7 +46,7 @@ class GanttView; class Part : public KoDocument, public KoTextZoomHandler { Q_OBJECT - TQ_OBJECT + public: Part(TQWidget *parentWidget = 0, const char *widgetName = 0, diff --git a/kplato/kptpertcanvas.h b/kplato/kptpertcanvas.h index 58b31a01..e1513252 100644 --- a/kplato/kptpertcanvas.h +++ b/kplato/kptpertcanvas.h @@ -40,7 +40,7 @@ class PertNodeItem; class PertCanvas : public TQCanvasView { Q_OBJECT - TQ_OBJECT + public: PertCanvas( TQWidget *parent ); diff --git a/kplato/kptpertview.h b/kplato/kptpertview.h index 4937a421..ba195f05 100644 --- a/kplato/kptpertview.h +++ b/kplato/kptpertview.h @@ -40,7 +40,7 @@ class Relation; class PertView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kplato/kptprojectdialog.h b/kplato/kptprojectdialog.h index e2655b1a..c308cde8 100644 --- a/kplato/kptprojectdialog.h +++ b/kplato/kptprojectdialog.h @@ -37,7 +37,7 @@ class ResourcesPanel; class ProjectDialogImpl : public ProjectDialogBase { Q_OBJECT - TQ_OBJECT + public: ProjectDialogImpl (TQWidget *parent); @@ -53,7 +53,7 @@ signals: class ProjectDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ProjectDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptrelationdialog.h b/kplato/kptrelationdialog.h index 6abeb3d0..e0099dbb 100644 --- a/kplato/kptrelationdialog.h +++ b/kplato/kptrelationdialog.h @@ -40,7 +40,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); @@ -62,7 +62,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 24e28c08..0c9f5d12 100644 --- a/kplato/kptreportview.h +++ b/kplato/kptreportview.h @@ -55,7 +55,7 @@ class ReportTagsPrivate; class ReportView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: diff --git a/kplato/kptrequestresourcespanel.h b/kplato/kptrequestresourcespanel.h index c9259ea5..86e7dc65 100644 --- a/kplato/kptrequestresourcespanel.h +++ b/kplato/kptrequestresourcespanel.h @@ -92,7 +92,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 e6b52546..db7049e4 100644 --- a/kplato/kptresourceappointmentsview.h +++ b/kplato/kptresourceappointmentsview.h @@ -51,7 +51,7 @@ class Resource; class ResourceAppointmentsView : public DoubleListViewBase { Q_OBJECT - TQ_OBJECT + public: ResourceAppointmentsView(View *view, TQWidget *parent); diff --git a/kplato/kptresourcedialog.h b/kplato/kptresourcedialog.h index 673b27e8..19b3f7f6 100644 --- a/kplato/kptresourcedialog.h +++ b/kplato/kptresourcedialog.h @@ -43,7 +43,7 @@ class Calendar; class ResourceDialogImpl : public ResourceDialogBase { Q_OBJECT - TQ_OBJECT + public: ResourceDialogImpl (TQWidget *parent); @@ -63,7 +63,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 68734427..aea991d2 100644 --- a/kplato/kptresourcesdialog.h +++ b/kplato/kptresourcesdialog.h @@ -34,7 +34,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 44b2a39e..3e3d5d9e 100644 --- a/kplato/kptresourcespanel.h +++ b/kplato/kptresourcespanel.h @@ -40,7 +40,7 @@ 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 7154af8f..2cf6737b 100644 --- a/kplato/kptresourceview.h +++ b/kplato/kptresourceview.h @@ -49,7 +49,7 @@ class ResourceItemPrivate; class ResourceView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: ResourceView(View *view, TQWidget *parent); diff --git a/kplato/kptstandardworktimedialog.h b/kplato/kptstandardworktimedialog.h index e65f31e8..cb920059 100644 --- a/kplato/kptstandardworktimedialog.h +++ b/kplato/kptstandardworktimedialog.h @@ -38,7 +38,7 @@ class IntervalEditImpl; class StandardWorktimeDialogImpl : public StandardWorktimeDialogBase { Q_OBJECT - TQ_OBJECT + public: StandardWorktimeDialogImpl ( StandardWorktime *std, TQWidget *parent); @@ -76,7 +76,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 90b45cd9..d382a916 100644 --- a/kplato/kptsummarytaskdialog.h +++ b/kplato/kptsummarytaskdialog.h @@ -50,7 +50,7 @@ class Task; */ class SummaryTaskDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * The constructor for the summary task settings dialog. diff --git a/kplato/kptsummarytaskgeneralpanel.h b/kplato/kptsummarytaskgeneralpanel.h index e5f3740a..a35a5c7b 100644 --- a/kplato/kptsummarytaskgeneralpanel.h +++ b/kplato/kptsummarytaskgeneralpanel.h @@ -33,7 +33,7 @@ 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 ce3e0cdc..aca847a4 100644 --- a/kplato/kpttaskappointmentsview.h +++ b/kplato/kpttaskappointmentsview.h @@ -50,7 +50,7 @@ class ResourceItemPrivate; class TaskAppointmentsView : public DoubleListViewBase { Q_OBJECT - TQ_OBJECT + public: TaskAppointmentsView(TQWidget *parent); diff --git a/kplato/kpttaskcostpanel.h b/kplato/kpttaskcostpanel.h index 005145bc..865e2454 100644 --- a/kplato/kpttaskcostpanel.h +++ b/kplato/kpttaskcostpanel.h @@ -35,7 +35,7 @@ class Task; class TaskCostPanelImpl : public TaskCostPanelBase { Q_OBJECT - TQ_OBJECT + public: TaskCostPanelImpl(TQWidget *parent=0, const char *name=0); @@ -48,7 +48,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 5d1acb4b..79d284fd 100644 --- a/kplato/kpttaskdefaultpanel.h +++ b/kplato/kpttaskdefaultpanel.h @@ -35,7 +35,7 @@ class StandardWorktime; class ConfigTaskPanelImpl : public ConfigTaskPanelBase { Q_OBJECT - TQ_OBJECT + public: ConfigTaskPanelImpl(TQWidget *parent, const char *name); @@ -88,7 +88,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 2e6c1586..3a1818f4 100644 --- a/kplato/kpttaskdialog.h +++ b/kplato/kpttaskdialog.h @@ -56,7 +56,7 @@ class StandardWorktime; */ class TaskDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * The constructor for the task settings dialog. diff --git a/kplato/kpttaskgeneralpanel.h b/kplato/kpttaskgeneralpanel.h index f92f3258..b301a37c 100644 --- a/kplato/kpttaskgeneralpanel.h +++ b/kplato/kpttaskgeneralpanel.h @@ -37,7 +37,7 @@ class StandardWorktime; class TaskGeneralPanelImpl : public TaskGeneralPanelBase { Q_OBJECT - TQ_OBJECT + public: TaskGeneralPanelImpl(TQWidget *parent, const char *name); @@ -91,7 +91,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 83c2908e..1108ae8d 100644 --- a/kplato/kpttaskprogressdialog.h +++ b/kplato/kpttaskprogressdialog.h @@ -34,7 +34,7 @@ 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 589d37df..406faeda 100644 --- a/kplato/kpttaskprogresspanel.h +++ b/kplato/kpttaskprogresspanel.h @@ -33,7 +33,7 @@ class StandardWorktime; class TaskProgressPanelImpl : public TaskProgressPanelBase { Q_OBJECT - TQ_OBJECT + public: TaskProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0); @@ -51,7 +51,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 b2c85346..aa1f737d 100644 --- a/kplato/kptview.h +++ b/kplato/kptview.h @@ -57,7 +57,7 @@ class Context; class View : public KoView { Q_OBJECT - TQ_OBJECT + public: View(Part* part, TQWidget* parent=0, const char* name=0); diff --git a/kplato/kptwbsdefinitiondialog.h b/kplato/kptwbsdefinitiondialog.h index 33436f5b..9582a79f 100644 --- a/kplato/kptwbsdefinitiondialog.h +++ b/kplato/kptwbsdefinitiondialog.h @@ -33,7 +33,7 @@ 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 b3fa3c60..8446fdea 100644 --- a/kplato/kptwbsdefinitionpanel.h +++ b/kplato/kptwbsdefinitionpanel.h @@ -32,7 +32,7 @@ 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 dba9b9bc..444342fc 100644 --- a/kpresenter/KPrBackDia.h +++ b/kpresenter/KPrBackDia.h @@ -45,7 +45,7 @@ class KURLRequester; class KPrBackPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrBackPreview( TQWidget *parent, KPrPage *page ); @@ -66,7 +66,7 @@ private: class KPrBackDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrBackDialog( TQWidget* parent, const char* name, diff --git a/kpresenter/KPrBrushProperty.h b/kpresenter/KPrBrushProperty.h index ed9ca272..bd332461 100644 --- a/kpresenter/KPrBrushProperty.h +++ b/kpresenter/KPrBrushProperty.h @@ -36,7 +36,7 @@ class KComboBox; class KPrBrushProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrBrushProperty( TQWidget *parent, const char *name, const KPrBrushCmd::Brush &brush ); ~KPrBrushProperty(); diff --git a/kpresenter/KPrCanvas.h b/kpresenter/KPrCanvas.h index 2d8c7f48..e19911a7 100644 --- a/kpresenter/KPrCanvas.h +++ b/kpresenter/KPrCanvas.h @@ -82,7 +82,7 @@ class KPrPageEffects; class KPrCanvas : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kpresenter/KPrConfig.h b/kpresenter/KPrConfig.h index 50ad34f2..65a55dfc 100644 --- a/kpresenter/KPrConfig.h +++ b/kpresenter/KPrConfig.h @@ -49,7 +49,7 @@ namespace KSpell2 { class KPrConfigureInterfacePage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureInterfacePage( KPrView *_view, TQWidget *parent = 0, char *name = 0 ); void apply(); @@ -66,7 +66,7 @@ private: class KPrConfigureColorBackground : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureColorBackground( KPrView* _view, TQWidget *parent = 0, char *name = 0 ); void apply(); @@ -83,7 +83,7 @@ protected: class KPrConfigureSpellPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureSpellPage( KPrView *_view, TQWidget *parent, char *name = 0 ); void apply(); @@ -97,7 +97,7 @@ private: class KPrConfigureMiscPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureMiscPage( KPrView *_view, TQWidget *parent, char *name = 0 ); KCommand *apply(); @@ -116,7 +116,7 @@ private: class KPrConfigureDefaultDocPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureDefaultDocPage( KPrView *_view, TQWidget *parent, char *name = 0 ); ~KPrConfigureDefaultDocPage(); @@ -148,7 +148,7 @@ private: class KPrConfigureToolsPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureToolsPage( KPrView *_view, TQWidget *parent, char *name = 0 ); ~KPrConfigureToolsPage(); @@ -170,7 +170,7 @@ private: class KPrConfigurePathPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigurePathPage( KPrView *_view, TQWidget *parent, char *name = 0 ); void slotDefault(); @@ -188,7 +188,7 @@ private: class KPrConfigureTTSPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureTTSPage( KPrView *_view, TQWidget *parent, char *name = 0 ); void slotDefault(); @@ -213,7 +213,7 @@ private: class KPrConfig : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum { KP_INTERFACE = 1, KP_COLOR=2, KP_KSPELL=4,KP_MISC=8, KP_DOC=16, KP_TOOLS=32,KP_PATH = 64 }; KPrConfig( KPrView* parent ); diff --git a/kpresenter/KPrCustomSlideShowDia.h b/kpresenter/KPrCustomSlideShowDia.h index ba0a0834..be08adeb 100644 --- a/kpresenter/KPrCustomSlideShowDia.h +++ b/kpresenter/KPrCustomSlideShowDia.h @@ -34,7 +34,7 @@ class KPrPage; class KPrCustomSlideShowDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrCustomSlideShowDia( KPrView* _view, KPrDocument *_doc, const char* name ); @@ -85,7 +85,7 @@ private: class KPrDefineCustomSlideShow : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrDefineCustomSlideShow( TQWidget* parent, TQStringList &_listNameSlideShow, const TQPtrList<KPrPage> &pages, const char *name = 0L); KPrDefineCustomSlideShow( TQWidget* parent, const TQString &_customName, TQStringList &_listNameSlideShow, diff --git a/kpresenter/KPrDocument.h b/kpresenter/KPrDocument.h index 3584e372..ed66b54a 100644 --- a/kpresenter/KPrDocument.h +++ b/kpresenter/KPrDocument.h @@ -102,7 +102,7 @@ protected: class KPrDocument : public KoDocument { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( int maxRecentFiles READ maxRecentFiles ) TQ_PROPERTY( int undoRedoLimit READ undoRedoLimit WRITE setUndoRedoLimit ) TQ_PROPERTY( double indentValue READ getIndentValue WRITE setIndentValue ) diff --git a/kpresenter/KPrDuplicateObjDia.h b/kpresenter/KPrDuplicateObjDia.h index 91fe5e5d..2e509165 100644 --- a/kpresenter/KPrDuplicateObjDia.h +++ b/kpresenter/KPrDuplicateObjDia.h @@ -32,7 +32,7 @@ class KoUnitDoubleSpinBox; class KPrDuplicatObjDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrDuplicatObjDia( TQWidget *parent, KPrDocument * _doc, const char *name=0L); int nbCopy() const; diff --git a/kpresenter/KPrEffectDia.h b/kpresenter/KPrEffectDia.h index a1bf29ee..e9abd635 100644 --- a/kpresenter/KPrEffectDia.h +++ b/kpresenter/KPrEffectDia.h @@ -42,7 +42,7 @@ class TQSpinBox; class KPrEffectDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrEffectDia( TQWidget* parent, const char*, const TQPtrList<KPrObject> &_objs, diff --git a/kpresenter/KPrFactory.h b/kpresenter/KPrFactory.h index ca0d112b..7e37bf6d 100644 --- a/kpresenter/KPrFactory.h +++ b/kpresenter/KPrFactory.h @@ -27,7 +27,7 @@ class KAboutData; class KPrFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KPrFactory( TQObject* parent = 0, const char* name = 0 ); ~KPrFactory(); diff --git a/kpresenter/KPrFindReplace.h b/kpresenter/KPrFindReplace.h index e1495523..6dccc67b 100644 --- a/kpresenter/KPrFindReplace.h +++ b/kpresenter/KPrFindReplace.h @@ -42,7 +42,7 @@ class KCommand; class KPrFindReplace : public KoFindReplace { Q_OBJECT - TQ_OBJECT + public: /** * The parent widget can't be the canvas, otherwise the 'find next' dialog diff --git a/kpresenter/KPrGeneralProperty.h b/kpresenter/KPrGeneralProperty.h index d472d274..16773e1b 100644 --- a/kpresenter/KPrGeneralProperty.h +++ b/kpresenter/KPrGeneralProperty.h @@ -31,7 +31,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 0a8fc84b..c6ba488d 100644 --- a/kpresenter/KPrImageEffectDia.h +++ b/kpresenter/KPrImageEffectDia.h @@ -30,7 +30,7 @@ class KPrImageEffectDia: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrImageEffectDia(TQWidget * parent = 0, const char * name = 0); diff --git a/kpresenter/KPrImportStyleDia.h b/kpresenter/KPrImportStyleDia.h index afae4533..9a2bcb3e 100644 --- a/kpresenter/KPrImportStyleDia.h +++ b/kpresenter/KPrImportStyleDia.h @@ -33,7 +33,7 @@ class KoParagStyle; class KPrImportStyleDia : public KoImportStyleDia { Q_OBJECT - TQ_OBJECT + public: KPrImportStyleDia( KPrDocument *_doc, KoStyleCollection* currentCollection, TQWidget *parent, const char *name = 0 ); ~KPrImportStyleDia(); diff --git a/kpresenter/KPrMSPresentationSetup.h b/kpresenter/KPrMSPresentationSetup.h index c4ce5190..6da45782 100644 --- a/kpresenter/KPrMSPresentationSetup.h +++ b/kpresenter/KPrMSPresentationSetup.h @@ -100,7 +100,7 @@ protected: class KPrMSPresentationSetup : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KPrMSPresentationSetup( KPrDocument *_doc, KPrView *_view ); @@ -129,7 +129,7 @@ protected slots: class KPrMSPresentationCreateDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KPrMSPresentationCreateDialog( KPrDocument *_doc, KPrView *_view, const KPrMSPresentation &_msPres ); diff --git a/kpresenter/KPrMarginWidget.h b/kpresenter/KPrMarginWidget.h index 6345df3e..2791c061 100644 --- a/kpresenter/KPrMarginWidget.h +++ b/kpresenter/KPrMarginWidget.h @@ -31,7 +31,7 @@ class MarginUI; class KPrMarginWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrMarginWidget( TQWidget *parent, const char *name, const KoUnit::Unit unit ); ~KPrMarginWidget(); diff --git a/kpresenter/KPrMoveHelpLineDia.h b/kpresenter/KPrMoveHelpLineDia.h index 92e15058..49a8312f 100644 --- a/kpresenter/KPrMoveHelpLineDia.h +++ b/kpresenter/KPrMoveHelpLineDia.h @@ -33,7 +33,7 @@ class KoUnitDoubleSpinBox; class KPrMoveHelpLineDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrMoveHelpLineDia( TQWidget *parent, double value, double limitTop, double limitBottom, KPrDocument *_doc, const char *name=0L); @@ -53,7 +53,7 @@ protected: class KPrInsertHelpLineDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrInsertHelpLineDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, const char *name=0L); @@ -76,7 +76,7 @@ protected: class KPrInsertHelpPointDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrInsertHelpPointDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, double poxX=0.0, double posY=0.0, const char *name=0L); diff --git a/kpresenter/KPrNoteBar.h b/kpresenter/KPrNoteBar.h index 6c13891c..ea9f2b2a 100644 --- a/kpresenter/KPrNoteBar.h +++ b/kpresenter/KPrNoteBar.h @@ -34,7 +34,7 @@ class KTextEdit; class KPrNoteBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrNoteBar( TQWidget *_parent, KPrView *_view ); diff --git a/kpresenter/KPrPBPreview.h b/kpresenter/KPrPBPreview.h index a3f1b283..729ec75a 100644 --- a/kpresenter/KPrPBPreview.h +++ b/kpresenter/KPrPBPreview.h @@ -38,7 +38,7 @@ class KoTextZoomHandler; class KPrPBPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: enum PaintType { diff --git a/kpresenter/KPrPartObject.h b/kpresenter/KPrPartObject.h index 8689e63d..9f70f676 100644 --- a/kpresenter/KPrPartObject.h +++ b/kpresenter/KPrPartObject.h @@ -31,7 +31,7 @@ class KoStore; class KPrPartObject : public TQObject, public KPr2DObject { Q_OBJECT - TQ_OBJECT + public: KPrPartObject( KPrChild *_child ); virtual ~KPrPartObject() {} diff --git a/kpresenter/KPrPenStyleWidget.h b/kpresenter/KPrPenStyleWidget.h index 19abd8ea..24dca018 100644 --- a/kpresenter/KPrPenStyleWidget.h +++ b/kpresenter/KPrPenStyleWidget.h @@ -34,7 +34,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 ); ~KPrPenStyleWidget(); diff --git a/kpresenter/KPrPgConfDia.h b/kpresenter/KPrPgConfDia.h index 79f13f1f..7a62aa02 100644 --- a/kpresenter/KPrPgConfDia.h +++ b/kpresenter/KPrPgConfDia.h @@ -45,7 +45,7 @@ class TQSlider; class KPrPgConfDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kpresenter/KPrPicturePreview.h b/kpresenter/KPrPicturePreview.h index a511f2ac..b9cbbb08 100644 --- a/kpresenter/KPrPicturePreview.h +++ b/kpresenter/KPrPicturePreview.h @@ -31,7 +31,7 @@ class KPrPicturePreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrPicturePreview( TQWidget* parent, const char* name); diff --git a/kpresenter/KPrPictureProperty.h b/kpresenter/KPrPictureProperty.h index eb8caa8b..22b16eae 100644 --- a/kpresenter/KPrPictureProperty.h +++ b/kpresenter/KPrPictureProperty.h @@ -31,7 +31,7 @@ class TQPixmap; class KPrPictureProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrPictureProperty( TQWidget *parent, const char *name, const TQPixmap &pixmap, KPrPictureSettingCmd::PictureSettings pictureSettings ); diff --git a/kpresenter/KPrPiePreview.h b/kpresenter/KPrPiePreview.h index 21be8531..61011580 100644 --- a/kpresenter/KPrPiePreview.h +++ b/kpresenter/KPrPiePreview.h @@ -32,7 +32,7 @@ class KPrPiePreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrPiePreview( TQWidget* parent, const char* ); diff --git a/kpresenter/KPrPieProperty.h b/kpresenter/KPrPieProperty.h index 3d89d961..a945eafb 100644 --- a/kpresenter/KPrPieProperty.h +++ b/kpresenter/KPrPieProperty.h @@ -30,7 +30,7 @@ class PiePropertyUI; class KPrPieProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrPieProperty( TQWidget *parent, const char *name, KPrPieValueCmd::PieValues pieValues ); ~KPrPieProperty(); diff --git a/kpresenter/KPrPolygonPreview.h b/kpresenter/KPrPolygonPreview.h index 4a95a139..1cd5f52f 100644 --- a/kpresenter/KPrPolygonPreview.h +++ b/kpresenter/KPrPolygonPreview.h @@ -33,7 +33,7 @@ class TQPainter; class KPrPolygonPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrPolygonPreview( TQWidget* parent, const char*); diff --git a/kpresenter/KPrPolygonProperty.h b/kpresenter/KPrPolygonProperty.h index f5960574..bfaf3f63 100644 --- a/kpresenter/KPrPolygonProperty.h +++ b/kpresenter/KPrPolygonProperty.h @@ -29,7 +29,7 @@ class PolygonPropertyUI; class KPrPolygonProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrPolygonProperty( TQWidget *parent, const char *name, KPrPolygonSettingCmd::PolygonSettings &polygonSettings ); ~KPrPolygonProperty(); diff --git a/kpresenter/KPrPresDurationDia.h b/kpresenter/KPrPresDurationDia.h index 973397a6..1007955a 100644 --- a/kpresenter/KPrPresDurationDia.h +++ b/kpresenter/KPrPresDurationDia.h @@ -30,7 +30,7 @@ class TQLabel; class KPrPresDurationDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrPresDurationDia( TQWidget *parent, const char *name, diff --git a/kpresenter/KPrPrinterDlg.h b/kpresenter/KPrPrinterDlg.h index 39129af7..2999ff03 100644 --- a/kpresenter/KPrPrinterDlg.h +++ b/kpresenter/KPrPrinterDlg.h @@ -32,7 +32,7 @@ class KPrPrinterDlg : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: /// Getting the common arguments. KPrPrinterDlg( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kpresenter/KPrPropertyEditor.h b/kpresenter/KPrPropertyEditor.h index 74ab5e81..52848500 100644 --- a/kpresenter/KPrPropertyEditor.h +++ b/kpresenter/KPrPropertyEditor.h @@ -39,7 +39,7 @@ class KPrObjectProperties; class KPrPropertyEditor : public TQTabDialog { Q_OBJECT - TQ_OBJECT + public: KPrPropertyEditor( TQWidget *parent = 0, const char *name = 0, KPrPage *page = 0, KPrDocument *doc = 0 ); diff --git a/kpresenter/KPrRectPreview.h b/kpresenter/KPrRectPreview.h index d1dd20bb..2984b973 100644 --- a/kpresenter/KPrRectPreview.h +++ b/kpresenter/KPrRectPreview.h @@ -30,7 +30,7 @@ class KPrRectPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrRectPreview( TQWidget* parent, const char* ); diff --git a/kpresenter/KPrRectProperty.h b/kpresenter/KPrRectProperty.h index 6e139a91..225d6b83 100644 --- a/kpresenter/KPrRectProperty.h +++ b/kpresenter/KPrRectProperty.h @@ -30,7 +30,7 @@ class RectPropertyUI; class KPrRectProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrRectProperty( TQWidget *parent, const char *name, KPrRectValueCmd::RectValues &rectValue ); ~KPrRectProperty(); diff --git a/kpresenter/KPrRotationDialogImpl.h b/kpresenter/KPrRotationDialogImpl.h index e030641b..68446752 100644 --- a/kpresenter/KPrRotationDialogImpl.h +++ b/kpresenter/KPrRotationDialogImpl.h @@ -34,7 +34,7 @@ class KPrCircleGroup; class KPrRotationDialogImpl : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrRotationDialogImpl( TQWidget *parent, const char* name = 0 ); @@ -64,7 +64,7 @@ private: class KPrCircleToggle : public TQLabel { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. @@ -104,7 +104,7 @@ private: class KPrCircleGroup : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. diff --git a/kpresenter/KPrShadowDialogImpl.h b/kpresenter/KPrShadowDialogImpl.h index 4f9ffa01..8e78dc8e 100644 --- a/kpresenter/KPrShadowDialogImpl.h +++ b/kpresenter/KPrShadowDialogImpl.h @@ -10,7 +10,7 @@ class KPrTextPreview; class KPrShadowDialogImpl : public ShadowDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrShadowDialogImpl( TQWidget *parent, const char* name = 0 ); diff --git a/kpresenter/KPrSideBar.h b/kpresenter/KPrSideBar.h index 8f23225f..161ae88b 100644 --- a/kpresenter/KPrSideBar.h +++ b/kpresenter/KPrSideBar.h @@ -66,7 +66,7 @@ protected: class KPrThumbBar : public KIconView, public KPrSideBarBase { Q_OBJECT - TQ_OBJECT + public: KPrThumbBar(TQWidget *parent, KPrDocument *d, KPrView *v); @@ -103,7 +103,7 @@ private: class KPrOutline: public KListView, public KPrSideBarBase { Q_OBJECT - TQ_OBJECT + public: KPrOutline( TQWidget *parent, KPrDocument *d, KPrView *v ); @@ -145,7 +145,7 @@ private: class KPrSideBar: public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: KPrSideBar(TQWidget *parent, KPrDocument *d, KPrView *v); diff --git a/kpresenter/KPrSlideTransitionDia.h b/kpresenter/KPrSlideTransitionDia.h index bd4ee1c7..35ade1be 100644 --- a/kpresenter/KPrSlideTransitionDia.h +++ b/kpresenter/KPrSlideTransitionDia.h @@ -38,7 +38,7 @@ class SlideTransitionWidget; class KPrSlideTransitionDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrSlideTransitionDia( TQWidget *parent, const char *name, KPrView *view ); ~KPrSlideTransitionDia(); diff --git a/kpresenter/KPrSoundPlayer.h b/kpresenter/KPrSoundPlayer.h index 46683dc8..944d5481 100644 --- a/kpresenter/KPrSoundPlayer.h +++ b/kpresenter/KPrSoundPlayer.h @@ -45,7 +45,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 55cd8ecf..b55425d4 100644 --- a/kpresenter/KPrStyleManager.h +++ b/kpresenter/KPrStyleManager.h @@ -32,7 +32,7 @@ class KoUnit; class KPrStyleManager : public KoStyleManager { Q_OBJECT - TQ_OBJECT + public: KPrStyleManager( TQWidget *_parent, KoUnit::Unit unit,KPrDocument *_doc, diff --git a/kpresenter/KPrTextDocument.h b/kpresenter/KPrTextDocument.h index 0587e39c..0b18aa3f 100644 --- a/kpresenter/KPrTextDocument.h +++ b/kpresenter/KPrTextDocument.h @@ -34,7 +34,7 @@ class KoTextFormatCollection; class KPrTextDocument : public KoTextDocument { Q_OBJECT - TQ_OBJECT + public: /** A text document inside a kptextobject */ KPrTextDocument( KPrTextObject * textobj, KoTextFormatCollection *fc, KoTextFormatter *formatter = 0L ); diff --git a/kpresenter/KPrTextObject.h b/kpresenter/KPrTextObject.h index 6b62d6b8..d843bdb3 100644 --- a/kpresenter/KPrTextObject.h +++ b/kpresenter/KPrTextObject.h @@ -52,7 +52,7 @@ class KoParagStyle; class KPrTextObject : public TQObject, public KPr2DObject, public KoTextFlow { Q_OBJECT - TQ_OBJECT + public: KPrTextObject( KPrDocument *doc ); virtual ~KPrTextObject(); @@ -230,7 +230,7 @@ private: class KPrTextView : public KoTextView { Q_OBJECT - TQ_OBJECT + public: KPrTextView( KPrTextObject * txtObj, KPrCanvas *_canvas, bool temp=false ); virtual ~KPrTextView(); diff --git a/kpresenter/KPrTextPreview.h b/kpresenter/KPrTextPreview.h index bedb4753..ab75dc2d 100644 --- a/kpresenter/KPrTextPreview.h +++ b/kpresenter/KPrTextPreview.h @@ -7,7 +7,7 @@ class KPrTextPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrTextPreview( TQWidget* parent, const char* name = 0 ); diff --git a/kpresenter/KPrTextProperty.h b/kpresenter/KPrTextProperty.h index c30eeded..9157d7bd 100644 --- a/kpresenter/KPrTextProperty.h +++ b/kpresenter/KPrTextProperty.h @@ -35,7 +35,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 3091f038..7e285656 100644 --- a/kpresenter/KPrTransEffectDia.h +++ b/kpresenter/KPrTransEffectDia.h @@ -49,7 +49,7 @@ class KPrPageEffects; class KPrEffectPreview : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KPrEffectPreview( TQWidget *parent, KPrDocument *_doc, KPrView *_view ); @@ -75,7 +75,7 @@ protected slots: class KPrTransEffectDia: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrTransEffectDia( TQWidget *parent, const char *name, diff --git a/kpresenter/KPrView.h b/kpresenter/KPrView.h index f00b7e2d..f1e26d1f 100644 --- a/kpresenter/KPrView.h +++ b/kpresenter/KPrView.h @@ -118,7 +118,7 @@ class KPrView : public KoView { friend class PageBase; Q_OBJECT - TQ_OBJECT + public: KPrView( KPrDocument* _doc, TQWidget *_parent = 0, const char *_name = 0 ); diff --git a/kpresenter/KPrWebPresentation.h b/kpresenter/KPrWebPresentation.h index d5ffae15..99b90ef6 100644 --- a/kpresenter/KPrWebPresentation.h +++ b/kpresenter/KPrWebPresentation.h @@ -149,7 +149,7 @@ protected: class KPrWebPresentationWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KPrWebPresentationWizard( const TQString &_config, KPrDocument *_doc, KPrView *_view ); @@ -194,7 +194,7 @@ protected slots: class KPrWebPresentationCreateDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KPrWebPresentationCreateDialog( KPrDocument *_doc, KPrView *_view, const KPrWebPresentation &_webPres ); diff --git a/kpresenter/autoformEdit/AFChoose.h b/kpresenter/autoformEdit/AFChoose.h index c76a7302..883da064 100644 --- a/kpresenter/autoformEdit/AFChoose.h +++ b/kpresenter/autoformEdit/AFChoose.h @@ -32,7 +32,7 @@ class KIconCanvas; 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 6d3c0c8d..f4bc9e0c 100644 --- a/kspread/dialogs/kspread_dlg_angle.h +++ b/kspread/dialogs/kspread_dlg_angle.h @@ -35,7 +35,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 176d3377..9c2563ff 100644 --- a/kspread/dialogs/kspread_dlg_area.h +++ b/kspread/dialogs/kspread_dlg_area.h @@ -37,7 +37,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 296ec366..bc1ef5a6 100644 --- a/kspread/dialogs/kspread_dlg_comment.h +++ b/kspread/dialogs/kspread_dlg_comment.h @@ -37,7 +37,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 d57e262c..1934f8c1 100644 --- a/kspread/dialogs/kspread_dlg_conditional.h +++ b/kspread/dialogs/kspread_dlg_conditional.h @@ -39,7 +39,7 @@ class View; class ConditionalWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ConditionalWidget( TQWidget * parent = 0, const char * name = 0, WFlags fl = 0 ); @@ -70,7 +70,7 @@ class ConditionalWidget : public TQWidget class ConditionalDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ConditionalDialog( View * parent, const char * name, const TQRect & marker ); diff --git a/kspread/dialogs/kspread_dlg_cons.h b/kspread/dialogs/kspread_dlg_cons.h index e1315132..795f2186 100644 --- a/kspread/dialogs/kspread_dlg_cons.h +++ b/kspread/dialogs/kspread_dlg_cons.h @@ -46,7 +46,7 @@ class View; class ConsolidateDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ConsolidateDialog( View* parent, const char* name ); ~ConsolidateDialog(); diff --git a/kspread/dialogs/kspread_dlg_csv.h b/kspread/dialogs/kspread_dlg_csv.h index 56f7a1b6..cd672ad1 100644 --- a/kspread/dialogs/kspread_dlg_csv.h +++ b/kspread/dialogs/kspread_dlg_csv.h @@ -55,7 +55,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 0bb859bd..9dec13fc 100644 --- a/kspread/dialogs/kspread_dlg_database.h +++ b/kspread/dialogs/kspread_dlg_database.h @@ -50,7 +50,7 @@ class View; class DatabaseDialog : public KWizard { Q_OBJECT - TQ_OBJECT + public: enum PageId { eDatabase = 0, eSheets = 1, eColumns = 2, eOptions = 3, eResult = 4 }; diff --git a/kspread/dialogs/kspread_dlg_find.h b/kspread/dialogs/kspread_dlg_find.h index d952b254..0eb63a6f 100644 --- a/kspread/dialogs/kspread_dlg_find.h +++ b/kspread/dialogs/kspread_dlg_find.h @@ -35,7 +35,7 @@ namespace KSpread class FindOption : public TQObject { Q_OBJECT - TQ_OBJECT + public: FindOption( TQWidget *parent); bool searchInAllSheet() const; @@ -63,7 +63,7 @@ private: class FindDlg : public KFindDialog { Q_OBJECT - TQ_OBJECT + public: FindDlg( TQWidget *parent = 0, const char *name = 0, long options = 0, const TQStringList &findStrings = TQStringList(), bool hasSelection = false ); @@ -81,7 +81,7 @@ class FindDlg : public KFindDialog class SearchDlg : public KReplaceDialog { Q_OBJECT - TQ_OBJECT + public: SearchDlg( TQWidget *parent = 0, const char *name = 0, long options = 0, const TQStringList &findStrings = TQStringList(), const TQStringList &replaceStrings = TQStringList(), bool hasSelection = false ); diff --git a/kspread/dialogs/kspread_dlg_format.h b/kspread/dialogs/kspread_dlg_format.h index a482c13e..4749138e 100644 --- a/kspread/dialogs/kspread_dlg_format.h +++ b/kspread/dialogs/kspread_dlg_format.h @@ -49,7 +49,7 @@ class View; class FormatDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: FormatDialog( View* view, const char* name = 0 ); ~FormatDialog(); diff --git a/kspread/dialogs/kspread_dlg_formula.h b/kspread/dialogs/kspread_dlg_formula.h index 8e3cb257..236ef9e9 100644 --- a/kspread/dialogs/kspread_dlg_formula.h +++ b/kspread/dialogs/kspread_dlg_formula.h @@ -50,7 +50,7 @@ class View; class FormulaDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: FormulaDialog( View* parent, const char* name,const TQString& formulaName=0); ~FormulaDialog(); diff --git a/kspread/dialogs/kspread_dlg_goalseek.h b/kspread/dialogs/kspread_dlg_goalseek.h index 9771edaa..6665f530 100644 --- a/kspread/dialogs/kspread_dlg_goalseek.h +++ b/kspread/dialogs/kspread_dlg_goalseek.h @@ -48,7 +48,7 @@ class View; class GoalSeekDialog : public KDialog { Q_OBJECT - TQ_OBJECT + public: GoalSeekDialog( View * parent, TQPoint const & marker, const char * name = 0, diff --git a/kspread/dialogs/kspread_dlg_goto.h b/kspread/dialogs/kspread_dlg_goto.h index 815746c3..9b044f65 100644 --- a/kspread/dialogs/kspread_dlg_goto.h +++ b/kspread/dialogs/kspread_dlg_goto.h @@ -37,7 +37,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 05482cfd..f470cbac 100644 --- a/kspread/dialogs/kspread_dlg_insert.h +++ b/kspread/dialogs/kspread_dlg_insert.h @@ -41,7 +41,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 8d38663a..03c8486b 100644 --- a/kspread/dialogs/kspread_dlg_layout.h +++ b/kspread/dialogs/kspread_dlg_layout.h @@ -97,7 +97,7 @@ enum BorderShortcutType class PatternSelect : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PatternSelect( TQWidget *parent, const char *_name ); @@ -136,7 +136,7 @@ protected: class GeneralTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: GeneralTab( TQWidget * parent, CellFormatDialog * _dlg ); @@ -165,7 +165,7 @@ class GeneralTab : public TQWidget class CellFormatPageFont : public FontTab { Q_OBJECT - TQ_OBJECT + public: CellFormatPageFont( TQWidget* parent, CellFormatDialog *_dlg ); @@ -208,7 +208,7 @@ private: class CellFormatPageFloat : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CellFormatPageFloat( TQWidget *parent, CellFormatDialog *_dlg ); void apply( CustomStyle * style ); @@ -252,7 +252,7 @@ protected: class CellFormatPagePosition : public PositionTab { Q_OBJECT - TQ_OBJECT + public: CellFormatPagePosition( TQWidget *parent, CellFormatDialog *_dlg ); @@ -284,7 +284,7 @@ protected: class Border : public TQFrame { Q_OBJECT - TQ_OBJECT + public: Border( TQWidget *parent,const char *_name,bool _oneCol,bool _oneRow ); signals: @@ -300,7 +300,7 @@ protected: class BorderButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: BorderButton( TQWidget *parent, const char *_name ); void setPenStyle( Qt::PenStyle _pat ) { penStyle = _pat;} @@ -327,7 +327,7 @@ public: class CellFormatPageBorder : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CellFormatPageBorder( TQWidget *parent, CellFormatDialog *_dlg ); @@ -385,7 +385,7 @@ private: class BrushSelect : public TQFrame { Q_OBJECT - TQ_OBJECT + public: BrushSelect( TQWidget *parent, const char *_name ); @@ -415,7 +415,7 @@ protected: class CellFormatPagePattern : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CellFormatPagePattern( TQWidget *parent, CellFormatDialog *_dlg ); @@ -460,7 +460,7 @@ protected: class CellFormatPageProtection : public ProtectionTab { Q_OBJECT - TQ_OBJECT + public: CellFormatPageProtection( TQWidget * parent, CellFormatDialog * _dlg ); @@ -483,7 +483,7 @@ class CellFormatPageProtection : public ProtectionTab class CellFormatDialog : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Create a format dlg for the rectangular area in '_sheet'. diff --git a/kspread/dialogs/kspread_dlg_list.h b/kspread/dialogs/kspread_dlg_list.h index 7b869d51..f9b3e033 100644 --- a/kspread/dialogs/kspread_dlg_list.h +++ b/kspread/dialogs/kspread_dlg_list.h @@ -38,7 +38,7 @@ namespace KSpread class ListDialog: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ListDialog( TQWidget* parent, const char* name ); diff --git a/kspread/dialogs/kspread_dlg_paperlayout.h b/kspread/dialogs/kspread_dlg_paperlayout.h index 0260c1c8..3855cec0 100644 --- a/kspread/dialogs/kspread_dlg_paperlayout.h +++ b/kspread/dialogs/kspread_dlg_paperlayout.h @@ -39,7 +39,7 @@ class View; class PaperLayout: public KoPageLayoutDia { Q_OBJECT - TQ_OBJECT + public: PaperLayout( TQWidget* parent, const char* name, const KoPageLayout& layout, diff --git a/kspread/dialogs/kspread_dlg_pasteinsert.h b/kspread/dialogs/kspread_dlg_pasteinsert.h index 201ca280..2a07e735 100644 --- a/kspread/dialogs/kspread_dlg_pasteinsert.h +++ b/kspread/dialogs/kspread_dlg_pasteinsert.h @@ -36,7 +36,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 29a995af..971f13f4 100644 --- a/kspread/dialogs/kspread_dlg_preference.h +++ b/kspread/dialogs/kspread_dlg_preference.h @@ -47,7 +47,7 @@ class View; class parameterLocale : public TQObject { Q_OBJECT - TQ_OBJECT + public: parameterLocale( View* _view,TQVBox *box, char *name = 0); void apply(); @@ -68,7 +68,7 @@ public slots: class configure : public TQObject { Q_OBJECT - TQ_OBJECT + public: configure( View* _view,TQVBox *box, char *name = 0 ); void apply(); @@ -97,7 +97,7 @@ protected: class miscParameters : public TQObject { Q_OBJECT - TQ_OBJECT + public: miscParameters( View* _view, TQVBox *box, char *name = 0 ); void apply(); @@ -129,7 +129,7 @@ protected: class colorParameters : public TQObject { Q_OBJECT - TQ_OBJECT + public: colorParameters( View* _view, TQVBox *box, char *name = 0 ); void apply(); @@ -144,7 +144,7 @@ protected: class configureLayoutPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: configureLayoutPage( View* _view,TQVBox *box, char *name = 0 ); void apply(); @@ -166,7 +166,7 @@ protected: class configureSpellPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: configureSpellPage( View* _view, TQVBox *box, char *name = 0 ); void apply(); @@ -182,7 +182,7 @@ protected: class configureTTSPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: configureTTSPage( View *_view, TQVBox *box, char *name = 0 ); void slotDefault(); @@ -206,7 +206,7 @@ private: class PreferenceDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum { KS_PREFERENCES = 1, KS_LOCALE = 2, KS_INTERFACE = 4, KS_MISC = 8, KS_COLOR = 16, KS_LAYOUT = 32, KS_SPELLING = 64 }; diff --git a/kspread/dialogs/kspread_dlg_reference.h b/kspread/dialogs/kspread_dlg_reference.h index 0941e025..84992a93 100644 --- a/kspread/dialogs/kspread_dlg_reference.h +++ b/kspread/dialogs/kspread_dlg_reference.h @@ -42,7 +42,7 @@ class View; class reference: public TQDialog { Q_OBJECT - TQ_OBJECT + public: reference( View* parent, const char* name ); @@ -71,7 +71,7 @@ private: class EditAreaName : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EditAreaName( View * parent, const char * name, diff --git a/kspread/dialogs/kspread_dlg_resize2.h b/kspread/dialogs/kspread_dlg_resize2.h index 61b5c0a5..d904aab7 100644 --- a/kspread/dialogs/kspread_dlg_resize2.h +++ b/kspread/dialogs/kspread_dlg_resize2.h @@ -38,7 +38,7 @@ class View; class ResizeRow: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ResizeRow( View* parent, const char* name = 0 ); @@ -56,7 +56,7 @@ protected: class ResizeColumn: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ResizeColumn( View* parent, const char* name = 0 ); diff --git a/kspread/dialogs/kspread_dlg_series.h b/kspread/dialogs/kspread_dlg_series.h index 60419ab3..a850757e 100644 --- a/kspread/dialogs/kspread_dlg_series.h +++ b/kspread/dialogs/kspread_dlg_series.h @@ -40,7 +40,7 @@ class View; class SeriesDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: SeriesDlg(View* parent, const char* name,const TQPoint &_marker); diff --git a/kspread/dialogs/kspread_dlg_show.h b/kspread/dialogs/kspread_dlg_show.h index 2a17a454..71f564e5 100644 --- a/kspread/dialogs/kspread_dlg_show.h +++ b/kspread/dialogs/kspread_dlg_show.h @@ -36,7 +36,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 d6f23ee4..422dca36 100644 --- a/kspread/dialogs/kspread_dlg_showColRow.h +++ b/kspread/dialogs/kspread_dlg_showColRow.h @@ -36,7 +36,7 @@ class View; class ShowColRow: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Type { Column, Row }; ShowColRow( View* parent, const char* name, Type _type ); diff --git a/kspread/dialogs/kspread_dlg_sort.h b/kspread/dialogs/kspread_dlg_sort.h index 76da4fda..0ba0ad5f 100644 --- a/kspread/dialogs/kspread_dlg_sort.h +++ b/kspread/dialogs/kspread_dlg_sort.h @@ -49,7 +49,7 @@ class View; class SortDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Orientation diff --git a/kspread/dialogs/kspread_dlg_special.h b/kspread/dialogs/kspread_dlg_special.h index 0f9b853b..4242e7ca 100644 --- a/kspread/dialogs/kspread_dlg_special.h +++ b/kspread/dialogs/kspread_dlg_special.h @@ -36,7 +36,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 d832fad4..b6a1f7c7 100644 --- a/kspread/dialogs/kspread_dlg_styles.h +++ b/kspread/dialogs/kspread_dlg_styles.h @@ -37,7 +37,7 @@ class View; class StyleWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: StyleWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); @@ -52,7 +52,7 @@ signals: class StyleDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: StyleDlg( View * parent, StyleManager * manager, const char * name = "StyleDlg" ); diff --git a/kspread/dialogs/kspread_dlg_subtotal.h b/kspread/dialogs/kspread_dlg_subtotal.h index 96c95f70..b32de30d 100644 --- a/kspread/dialogs/kspread_dlg_subtotal.h +++ b/kspread/dialogs/kspread_dlg_subtotal.h @@ -39,7 +39,7 @@ class View; class SubtotalDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: SubtotalDialog( View * parent, TQRect const & selection, diff --git a/kspread/dialogs/kspread_dlg_validity.h b/kspread/dialogs/kspread_dlg_validity.h index 41c4cbee..d5b4933e 100644 --- a/kspread/dialogs/kspread_dlg_validity.h +++ b/kspread/dialogs/kspread_dlg_validity.h @@ -43,7 +43,7 @@ class View; class DlgValidity : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: DlgValidity(View* parent, const char* name ,const TQRect &_marker ); void init(); diff --git a/kspread/dialogs/link.h b/kspread/dialogs/link.h index 963a02b4..7df2a474 100644 --- a/kspread/dialogs/link.h +++ b/kspread/dialogs/link.h @@ -33,7 +33,7 @@ namespace KSpread class LinkDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: LinkDialog( TQWidget* parent, const char* name = 0 ); diff --git a/kspread/dialogs/sheet_properties.h b/kspread/dialogs/sheet_properties.h index 766b5e54..5a63b4c9 100644 --- a/kspread/dialogs/sheet_properties.h +++ b/kspread/dialogs/sheet_properties.h @@ -31,7 +31,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 ea7e3dd1..d7b0e89b 100644 --- a/kspread/kspread_canvas.h +++ b/kspread/kspread_canvas.h @@ -93,7 +93,7 @@ class KSPREAD_EXPORT Canvas : public TQWidget friend class View; Q_OBJECT - TQ_OBJECT + public: /** * The current action associated with the mouse. @@ -576,7 +576,7 @@ private: class HBorder : public TQWidget { Q_OBJECT - TQ_OBJECT + public: HBorder( TQWidget *_parent, Canvas *_canvas, View *_view ); ~HBorder(); @@ -663,7 +663,7 @@ private: class VBorder : public TQWidget { Q_OBJECT - TQ_OBJECT + public: VBorder( TQWidget *_parent, Canvas *_canvas, View *_view ); ~VBorder(); diff --git a/kspread/kspread_doc.h b/kspread/kspread_doc.h index 64d1fbf5..08656b50 100644 --- a/kspread/kspread_doc.h +++ b/kspread/kspread_doc.h @@ -97,7 +97,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 ) TQ_PROPERTY( double getIndentValue READ getIndentValue WRITE setIndentValue ) diff --git a/kspread/kspread_editors.h b/kspread/kspread_editors.h index a8d721db..fa21452f 100644 --- a/kspread/kspread_editors.h +++ b/kspread/kspread_editors.h @@ -120,7 +120,7 @@ private: class FunctionCompletion : public TQObject { Q_OBJECT - TQ_OBJECT + public: @@ -167,7 +167,7 @@ private: class CellEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** @@ -244,7 +244,7 @@ private: class ComboboxLocationEditWidget : public KComboBox { Q_OBJECT - TQ_OBJECT + public: ComboboxLocationEditWidget( TQWidget *_parent, View * _canvas ); @@ -264,7 +264,7 @@ private: class LocationEditWidget : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: LocationEditWidget( TQWidget *_parent, View * _canvas ); View * view() const { return m_pView;} @@ -292,7 +292,7 @@ private: class EditWidget : public TQLineEdit { Q_OBJECT - TQ_OBJECT + public: EditWidget( TQWidget *parent, Canvas *canvas, TQButton *cancelButton, TQButton *okButton); diff --git a/kspread/kspread_factory.h b/kspread/kspread_factory.h index 7f2ec955..e1897856 100644 --- a/kspread/kspread_factory.h +++ b/kspread/kspread_factory.h @@ -31,7 +31,7 @@ namespace KSpread class Factory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: Factory( TQObject* parent = 0, const char* name = 0 ); ~Factory(); diff --git a/kspread/kspread_generalProperty.h b/kspread/kspread_generalProperty.h index 1d0d4936..cc981559 100644 --- a/kspread/kspread_generalProperty.h +++ b/kspread/kspread_generalProperty.h @@ -34,7 +34,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 0c4d911f..06ae4fd7 100644 --- a/kspread/kspread_handler.h +++ b/kspread/kspread_handler.h @@ -28,7 +28,7 @@ class View; class InsertHandler : public KoEventHandler { Q_OBJECT - TQ_OBJECT + public: InsertHandler( View* view, TQWidget* widget ); ~InsertHandler(); diff --git a/kspread/kspread_map.h b/kspread/kspread_map.h index d2a07627..e05b9afe 100644 --- a/kspread/kspread_map.h +++ b/kspread/kspread_map.h @@ -58,7 +58,7 @@ class Style; class KSPREAD_EXPORT Map : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Created an empty map. diff --git a/kspread/kspread_propertyEditor.h b/kspread/kspread_propertyEditor.h index 3da5507e..fc96fec2 100644 --- a/kspread/kspread_propertyEditor.h +++ b/kspread/kspread_propertyEditor.h @@ -43,7 +43,7 @@ class Doc; class PropertyEditor : public TQTabDialog { Q_OBJECT - TQ_OBJECT + public: PropertyEditor( TQWidget *parent = 0, const char *name = 0, Sheet *page = 0, Doc *doc = 0 ); diff --git a/kspread/kspread_sheet.h b/kspread/kspread_sheet.h index 6ac0fcb9..2b2ed21c 100644 --- a/kspread/kspread_sheet.h +++ b/kspread/kspread_sheet.h @@ -93,7 +93,7 @@ class EmbeddedObject; class CellBinding : public TQObject { Q_OBJECT - TQ_OBJECT + public: CellBinding( Sheet *_sheet, const TQRect& _area ); virtual ~CellBinding(); @@ -126,7 +126,7 @@ protected: class ChartBinding : public CellBinding { Q_OBJECT - TQ_OBJECT + public: ChartBinding( Sheet *_sheet, const TQRect& _area, EmbeddedChart *_child ); @@ -151,7 +151,7 @@ private: class TextDrag : public TQTextDrag { Q_OBJECT - TQ_OBJECT + public: TextDrag( TQWidget * dragSource = 0L, const char * name = 0L ); @@ -185,7 +185,7 @@ class KSPREAD_EXPORT Sheet : public TQObject friend class Cell; Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString sheetName READ sheetName ) diff --git a/kspread/kspread_sheetprint.h b/kspread/kspread_sheetprint.h index 1f22dc7d..e5c63e12 100644 --- a/kspread/kspread_sheetprint.h +++ b/kspread/kspread_sheetprint.h @@ -38,7 +38,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 6ec17ac0..a58e84af 100644 --- a/kspread/kspread_toolbox.h +++ b/kspread/kspread_toolbox.h @@ -34,7 +34,7 @@ namespace KSpread class KOFFICEUI_EXPORT ToolBox : public TQFrame { Q_OBJECT - TQ_OBJECT + public: ToolBox( TQWidget* parent = 0, const char* name = 0 ); @@ -56,7 +56,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 f9ce1bdd..30c39b30 100644 --- a/kspread/kspread_view.h +++ b/kspread/kspread_view.h @@ -80,7 +80,7 @@ class EmbeddedObject; class KPSheetSelectPage : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: KPSheetSelectPage( TQWidget *parent = 0 ); // ~KPSheetSelectPage(); @@ -189,7 +189,7 @@ class KSPREAD_EXPORT View : public KoView friend class Canvas; Q_OBJECT - TQ_OBJECT + public: /** Creates a new view */ diff --git a/kspread/plugins/calculator/configdlg.h b/kspread/plugins/calculator/configdlg.h index 2cb99912..8b4a2927 100644 --- a/kspread/plugins/calculator/configdlg.h +++ b/kspread/plugins/calculator/configdlg.h @@ -49,7 +49,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 58e6bda5..c8cf1fdc 100644 --- a/kspread/plugins/calculator/dlabel.h +++ b/kspread/plugins/calculator/dlabel.h @@ -35,7 +35,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 dfa67b63..8a4560e7 100644 --- a/kspread/plugins/calculator/kcalc.h +++ b/kspread/plugins/calculator/kcalc.h @@ -199,7 +199,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 a0284b20..968057a7 100644 --- a/kspread/plugins/calculator/main.h +++ b/kspread/plugins/calculator/main.h @@ -40,7 +40,7 @@ class View; class CalcFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: CalcFactory( TQObject* parent = 0, const char* name = 0 ); ~CalcFactory(); @@ -57,7 +57,7 @@ private: class KSPREAD_EXPORT Calculator : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Calculator( View* parent, const char* name = 0 ); ~Calculator(); diff --git a/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h b/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h index 11b0670a..40d5731a 100644 --- a/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h +++ b/kspread/plugins/insertcalendar/kspread_insertcalendardialog.h @@ -38,7 +38,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 e0c2ef89..51052482 100644 --- a/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h +++ b/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h @@ -52,7 +52,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 4fb8112f..29fa6681 100644 --- a/kspread/plugins/scripting/scripting.h +++ b/kspread/plugins/scripting/scripting.h @@ -35,7 +35,7 @@ namespace Kross { class Scripting : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Scripting(TQObject *parent, const char *name, const TQStringList &); virtual ~Scripting(); diff --git a/kspread/selection.h b/kspread/selection.h index 02989009..422065aa 100644 --- a/kspread/selection.h +++ b/kspread/selection.h @@ -34,7 +34,7 @@ class View; class Selection : public TQObject, public Region { Q_OBJECT - TQ_OBJECT + public: Selection(View*); Selection(const Selection&); diff --git a/kspread/tests/inspector.h b/kspread/tests/inspector.h index ea4e183a..9d11127c 100644 --- a/kspread/tests/inspector.h +++ b/kspread/tests/inspector.h @@ -29,7 +29,7 @@ class Cell; class Inspector : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Inspector( Cell* cell ); diff --git a/kspread/tests/testrunner.h b/kspread/tests/testrunner.h index fd692af3..9fe35695 100644 --- a/kspread/tests/testrunner.h +++ b/kspread/tests/testrunner.h @@ -30,7 +30,7 @@ class Tester; class TestRunner : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TestRunner(); diff --git a/kugar/kudesigner/kudesigner_doc.h b/kugar/kudesigner/kudesigner_doc.h index 1085a975..84964349 100644 --- a/kugar/kudesigner/kudesigner_doc.h +++ b/kugar/kudesigner/kudesigner_doc.h @@ -37,7 +37,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 1cf4e103..f35e22e7 100644 --- a/kugar/kudesigner/kudesigner_factory.h +++ b/kugar/kudesigner/kudesigner_factory.h @@ -28,7 +28,7 @@ class KAboutData; class KUGARDESIGNER_EXPORT KudesignerFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KudesignerFactory( TQObject* parent = 0, const char* name = 0 ); ~KudesignerFactory(); diff --git a/kugar/kudesigner/kudesigner_view.h b/kugar/kudesigner/kudesigner_view.h index 26cd9648..139bdec8 100644 --- a/kugar/kudesigner/kudesigner_view.h +++ b/kugar/kudesigner/kudesigner_view.h @@ -57,7 +57,7 @@ class ReportItem; class KudesignerView: public KoView { Q_OBJECT - TQ_OBJECT + friend class Kudesigner::View; public: diff --git a/kugar/kudesigner_lib/canvas.h b/kugar/kudesigner_lib/canvas.h index 49b33728..9ba50633 100644 --- a/kugar/kudesigner_lib/canvas.h +++ b/kugar/kudesigner_lib/canvas.h @@ -40,7 +40,7 @@ typedef TQValueList<Box*> BoxList; class Canvas: public TQCanvas { Q_OBJECT - TQ_OBJECT + public: Canvas( int w, int h ); ~Canvas(); diff --git a/kugar/kudesigner_lib/plugin.h b/kugar/kudesigner_lib/plugin.h index 0b074d97..ff466e4f 100644 --- a/kugar/kudesigner_lib/plugin.h +++ b/kugar/kudesigner_lib/plugin.h @@ -34,7 +34,7 @@ using namespace Kudesigner; class KuDesignerPlugin: public TQObject { Q_OBJECT - TQ_OBJECT + public: KuDesignerPlugin( TQObject *parent, const char* name, const TQStringList& args ); virtual ~KuDesignerPlugin(); diff --git a/kugar/kudesigner_lib/structurewidget.h b/kugar/kudesigner_lib/structurewidget.h index 412f2f21..177742eb 100644 --- a/kugar/kudesigner_lib/structurewidget.h +++ b/kugar/kudesigner_lib/structurewidget.h @@ -37,7 +37,7 @@ class StructureItem; class StructureWidget: public KListView { 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 9e71633f..4618840b 100644 --- a/kugar/kudesigner_lib/view.h +++ b/kugar/kudesigner_lib/view.h @@ -58,7 +58,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 f1f0886f..379b43ee 100644 --- a/kugar/lib/inputmask.h +++ b/kugar/lib/inputmask.h @@ -23,7 +23,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 919d8a36..29145d85 100644 --- a/kugar/lib/mpagedisplay.h +++ b/kugar/lib/mpagedisplay.h @@ -25,7 +25,7 @@ namespace Kugar class MPageDisplay : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** Constructor */ MPageDisplay( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kugar/lib/mreportengine.h b/kugar/lib/mreportengine.h index 846d0a3a..0797539a 100644 --- a/kugar/lib/mreportengine.h +++ b/kugar/lib/mreportengine.h @@ -37,7 +37,7 @@ namespace Kugar class MReportEngine : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum PageOrientation { Portrait, Landscape }; diff --git a/kugar/lib/mreportviewer.h b/kugar/lib/mreportviewer.h index ca47b12b..2df7f7bb 100644 --- a/kugar/lib/mreportviewer.h +++ b/kugar/lib/mreportviewer.h @@ -41,7 +41,7 @@ namespace Kugar class KUGAR_EXPORT MReportViewer : public TQWidget { Q_OBJECT - TQ_OBJECT + public: MReportViewer( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kugar/part/kugar_factory.h b/kugar/part/kugar_factory.h index 7b313aa7..c809870b 100644 --- a/kugar/part/kugar_factory.h +++ b/kugar/part/kugar_factory.h @@ -16,7 +16,7 @@ class KInstance; class KugarFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KugarFactory( TQObject* parent = 0, const char* name = 0 ); ~KugarFactory(); diff --git a/kugar/part/kugar_part.h b/kugar/part/kugar_part.h index 31e25355..e41deb62 100644 --- a/kugar/part/kugar_part.h +++ b/kugar/part/kugar_part.h @@ -17,7 +17,7 @@ class KugarBrowserExtension; class KugarPart: public KoDocument { Q_OBJECT - TQ_OBJECT + public: KugarPart( TQWidget *parentWidget = 0, const char *widgetName = 0, diff --git a/kugar/part/kugar_view.h b/kugar/part/kugar_view.h index 6507f74a..0080468a 100644 --- a/kugar/part/kugar_view.h +++ b/kugar/part/kugar_view.h @@ -15,7 +15,7 @@ class KugarPart; class KugarView: public KoView { Q_OBJECT - TQ_OBJECT + public: KugarView( KugarPart *part, TQWidget *parent, const char *name ); diff --git a/kword/KWCanvas.h b/kword/KWCanvas.h index c2020697..5fc7dcb8 100644 --- a/kword/KWCanvas.h +++ b/kword/KWCanvas.h @@ -60,7 +60,7 @@ class KWFrameView; class KWCanvas : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KWCanvas(const TQString& viewMode, TQWidget *parent, KWDocument *d, KWGUI *lGui); diff --git a/kword/KWConfig.h b/kword/KWConfig.h index c8ea4d87..7a57b7f6 100644 --- a/kword/KWConfig.h +++ b/kword/KWConfig.h @@ -46,7 +46,7 @@ namespace KSpell2 { class ConfigureSpellPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigureSpellPage( KWView *view, TQVBox *box, char *name = 0 ); void apply(); @@ -60,7 +60,7 @@ private: class ConfigureInterfacePage : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigureInterfacePage( KWView *view, TQVBox *box, char *name = 0 ); void apply(); @@ -85,7 +85,7 @@ private: class ConfigureMiscPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigureMiscPage( KWView *view, TQVBox *box, char *name = 0 ); KCommand* apply(); @@ -105,7 +105,7 @@ private: class ConfigureDefaultDocPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigureDefaultDocPage( KWView *view, TQVBox *box, char *name = 0 ); ~ConfigureDefaultDocPage(); @@ -143,7 +143,7 @@ private: class ConfigurePathPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigurePathPage( KWView *view, TQVBox *box, char *name = 0 ); void slotDefault(); @@ -161,7 +161,7 @@ private: class ConfigureTTSPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigureTTSPage( KWView *view, TQVBox *box, char *name = 0 ); void slotDefault(); @@ -185,7 +185,7 @@ private: class KWConfig : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum { KW_KSPELL=1,KP_INTERFACE=2,KP_MISC=4, KP_DOCUMENT=8, KP_FORMULA=16, KP_PATH = 32}; KWConfig( KWView* parent ); diff --git a/kword/KWConfigFootNoteDia.h b/kword/KWConfigFootNoteDia.h index 757be1dd..bcf7f512 100644 --- a/kword/KWConfigFootNoteDia.h +++ b/kword/KWConfigFootNoteDia.h @@ -33,7 +33,7 @@ class KoUnitDoubleSpinBox; class KWConfigFootNoteDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWConfigFootNoteDia( TQWidget *parent, const char *name, KWDocument *doc ); protected: diff --git a/kword/KWCreateBookmarkDia.h b/kword/KWCreateBookmarkDia.h index fd4354d3..75d9fff3 100644 --- a/kword/KWCreateBookmarkDia.h +++ b/kword/KWCreateBookmarkDia.h @@ -30,7 +30,7 @@ class TQPushButton; class KWCreateBookmarkDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWCreateBookmarkDia( const TQStringList & _list, TQWidget *parent, const char *name ); KWCreateBookmarkDia( const TQStringList & _list, const TQString & _name, TQWidget *parent, const char *name ); @@ -49,7 +49,7 @@ protected: class KWSelectBookmarkDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWSelectBookmarkDia( const TQStringList & _list, KWDocument *_doc, TQWidget *parent, const char *name ); TQString bookmarkSelected()const; diff --git a/kword/KWDeleteDia.h b/kword/KWDeleteDia.h index b2a1e226..62af0614 100644 --- a/kword/KWDeleteDia.h +++ b/kword/KWDeleteDia.h @@ -33,7 +33,7 @@ class KWView; class KWDeleteDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum DeleteType {deleteRow, deleteColumn}; diff --git a/kword/KWDocStruct.h b/kword/KWDocStruct.h index 87ac0f6f..6a586f78 100644 --- a/kword/KWDocStruct.h +++ b/kword/KWDocStruct.h @@ -282,7 +282,7 @@ protected: class KWDocStructTree : public KListView { Q_OBJECT - TQ_OBJECT + public: KWDocStructTree( TQWidget* parent, KWDocument* doc, KWGUI* gui ); @@ -322,7 +322,7 @@ protected: class KWDocStruct : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KWDocStruct( TQWidget* parent, KWDocument* doc, KWGUI* gui ); diff --git a/kword/KWDocument.h b/kword/KWDocument.h index 1a9aa16e..3a32522e 100644 --- a/kword/KWDocument.h +++ b/kword/KWDocument.h @@ -104,7 +104,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 ) TQ_PROPERTY( double gridX READ gridX WRITE setGridX ) diff --git a/kword/KWEditPersonnalExpression.h b/kword/KWEditPersonnalExpression.h index b7690431..9d6b1d14 100644 --- a/kword/KWEditPersonnalExpression.h +++ b/kword/KWEditPersonnalExpression.h @@ -31,7 +31,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 46803d3e..30d69cf9 100644 --- a/kword/KWFactory.h +++ b/kword/KWFactory.h @@ -27,7 +27,7 @@ class KAboutData; class KWFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KWFactory( TQObject* parent = 0, const char* name = 0 ); ~KWFactory(); diff --git a/kword/KWFindReplace.h b/kword/KWFindReplace.h index 4b6e54d5..2a43e1eb 100644 --- a/kword/KWFindReplace.h +++ b/kword/KWFindReplace.h @@ -41,7 +41,7 @@ class KWTextFrameSetEdit; class KWFindReplace : public KoFindReplace { Q_OBJECT - TQ_OBJECT + public: KWFindReplace( KWCanvas * canvas, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KWTextFrameSetEdit* textView ); KWFindReplace( KWCanvas * parent, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KWTextFrameSetEdit* textView ); diff --git a/kword/KWFootNoteDia.h b/kword/KWFootNoteDia.h index f6ea8419..c532c595 100644 --- a/kword/KWFootNoteDia.h +++ b/kword/KWFootNoteDia.h @@ -33,7 +33,7 @@ class KWDocument; class KWFootNoteDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWFootNoteDia( NoteType _noteType, KWFootNoteVariable::Numbering _numberingType, const TQString & _manualString, TQWidget *parent, KWDocument *_doc, const char *name = 0 ); diff --git a/kword/KWFormulaFrameSet.h b/kword/KWFormulaFrameSet.h index a72fe200..e920a6a4 100644 --- a/kword/KWFormulaFrameSet.h +++ b/kword/KWFormulaFrameSet.h @@ -44,7 +44,7 @@ class KWFormulaFrameSetEdit; class KWFormulaFrameSet : public KWFrameSet { Q_OBJECT - TQ_OBJECT + public: KWFormulaFrameSet( KWDocument *doc, const TQString & name ); /// Used for OASIS loading @@ -122,7 +122,7 @@ private: class KWFormulaFrameSetEdit : public TQObject, public KWFrameSetEdit { Q_OBJECT - TQ_OBJECT + public: KWFormulaFrameSetEdit(KWFormulaFrameSet* fs, KWCanvas* canvas); virtual ~KWFormulaFrameSetEdit(); diff --git a/kword/KWFrameDia.h b/kword/KWFrameDia.h index e8257b7d..93a71e3e 100644 --- a/kword/KWFrameDia.h +++ b/kword/KWFrameDia.h @@ -51,7 +51,7 @@ class KDoubleNumInput; class KWBrushStylePreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KWBrushStylePreview( TQWidget* ); ~KWBrushStylePreview() {} @@ -69,7 +69,7 @@ private: class KWFourSideConfigWidget : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KWFourSideConfigWidget( KWDocument* m_doc, const TQString& title, TQWidget*, const char* name = 0 ); @@ -100,7 +100,7 @@ private: class KWFrameDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** Contructor when the dialog is used on creation of m_frame */ KWFrameDia( TQWidget *parent, KWFrame *_frame,KWDocument *_doc,FrameSetType _ft); diff --git a/kword/KWFrameSet.h b/kword/KWFrameSet.h index 67cad0da..57ca59c6 100644 --- a/kword/KWFrameSet.h +++ b/kword/KWFrameSet.h @@ -61,7 +61,7 @@ class TQProgressDialog; class KWFrameSet : public TQObject { Q_OBJECT - TQ_OBJECT + public: /// constructor KWFrameSet( KWDocument *doc ); diff --git a/kword/KWFrameStyleManager.h b/kword/KWFrameStyleManager.h index 32420f31..e3d8b17c 100644 --- a/kword/KWFrameStyleManager.h +++ b/kword/KWFrameStyleManager.h @@ -47,7 +47,7 @@ class KWBrushStylePreview; class KWFrameStylePreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KWFrameStylePreview( TQWidget *parent ) @@ -102,7 +102,7 @@ class KWFrameStyleListItem class KWFrameStyleManager : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWFrameStyleManager( TQWidget *_parent, KWDocument *_doc, @@ -156,7 +156,7 @@ protected: class KWFrameStyleManagerTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KWFrameStyleManagerTab(TQWidget *parent) : TQWidget(parent) {}; @@ -175,7 +175,7 @@ protected: class KWFrameStyleBackgroundTab : public KWFrameStyleManagerTab { Q_OBJECT - TQ_OBJECT + public: KWFrameStyleBackgroundTab( TQWidget * parent ); @@ -195,7 +195,7 @@ protected: class KWFrameStyleBordersTab : public KWFrameStyleManagerTab { Q_OBJECT - TQ_OBJECT + public: KWFrameStyleBordersTab( TQWidget * parent ); ~KWFrameStyleBordersTab(); diff --git a/kword/KWFrameViewManager.h b/kword/KWFrameViewManager.h index 00e4e08b..b1885c19 100644 --- a/kword/KWFrameViewManager.h +++ b/kword/KWFrameViewManager.h @@ -50,7 +50,7 @@ class TQRegion; */ class KWFrameViewManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: KWFrameViewManager(); diff --git a/kword/KWImportStyleDia.h b/kword/KWImportStyleDia.h index 16918e42..2d6a7b62 100644 --- a/kword/KWImportStyleDia.h +++ b/kword/KWImportStyleDia.h @@ -36,7 +36,7 @@ class KoParagStyle; class KWImportStyleDia : public KoImportStyleDia { Q_OBJECT - TQ_OBJECT + public: KWImportStyleDia( KWDocument *_doc, KoStyleCollection* currentCollection, TQWidget *parent, const char *name = 0 ); ~KWImportStyleDia(); @@ -52,7 +52,7 @@ private: class KWImportFrameTableStyleDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum StyleType { frameStyle, TableStyle}; KWImportFrameTableStyleDia( KWDocument *_doc, const TQStringList & _list, StyleType _type , TQWidget *parent, const char *name ); diff --git a/kword/KWInsertDia.h b/kword/KWInsertDia.h index 2a6d6d82..5c5b9e10 100644 --- a/kword/KWInsertDia.h +++ b/kword/KWInsertDia.h @@ -31,7 +31,7 @@ class KWView; class KWInsertDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum InsertType {insertRow, insertColumn}; diff --git a/kword/KWInsertPageDia.h b/kword/KWInsertPageDia.h index f67f7b7e..9e5da156 100644 --- a/kword/KWInsertPageDia.h +++ b/kword/KWInsertPageDia.h @@ -26,7 +26,7 @@ class TQRadioButton; class KWInsertPageDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWInsertPageDia( TQWidget *parent, const char* name ); InsertPagePos insertPagePos() const; diff --git a/kword/KWInsertPicDia.h b/kword/KWInsertPicDia.h index fdeedc42..4e140539 100644 --- a/kword/KWInsertPicDia.h +++ b/kword/KWInsertPicDia.h @@ -29,7 +29,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 70f75f9e..ef14ead8 100644 --- a/kword/KWMailMergeDataBase.h +++ b/kword/KWMailMergeDataBase.h @@ -57,7 +57,7 @@ class TQVBox; class KWORD_EXPORT KWMailMergeDataBase: public TQObject,KWordMailMergeDatabaseIface { Q_OBJECT - TQ_OBJECT + public: KWMailMergeDataBase( KWDocument *doc_ ); @@ -97,7 +97,7 @@ protected: class KWMailMergeChoosePluginDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWMailMergeChoosePluginDialog( KTrader::OfferList ); @@ -117,7 +117,7 @@ class KWMailMergeChoosePluginDialog : public KDialogBase class KWMailMergeConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWMailMergeConfigDialog ( TQWidget *parent, KWMailMergeDataBase *db ); @@ -149,7 +149,7 @@ protected slots: class KWMailMergeVariableInsertDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWMailMergeVariableInsertDia( TQWidget *parent, KWMailMergeDataBase *db ); diff --git a/kword/KWMailMergeDataSource.h b/kword/KWMailMergeDataSource.h index d27c509d..4d5a2508 100644 --- a/kword/KWMailMergeDataSource.h +++ b/kword/KWMailMergeDataSource.h @@ -46,7 +46,7 @@ typedef TQMap<TQString,TQString> DbRecord; class KWORD_EXPORT KWMailMergeDataSource: public TQObject, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: KWMailMergeDataSource(KInstance* inst,TQObject *parent); diff --git a/kword/KWMailMergeLabelAction.h b/kword/KWMailMergeLabelAction.h index 03e84d73..638533fe 100644 --- a/kword/KWMailMergeLabelAction.h +++ b/kword/KWMailMergeLabelAction.h @@ -30,7 +30,7 @@ class KWMailMergeLabelAction : public KAction { Q_OBJECT - TQ_OBJECT + public: KWMailMergeLabelAction( const TQString &text, int accel, TQObject* receiver, const char* slot, TQObject *parent = 0, const char *name = 0 ); diff --git a/kword/KWPartFrameSet.h b/kword/KWPartFrameSet.h index d486b298..54a567cb 100644 --- a/kword/KWPartFrameSet.h +++ b/kword/KWPartFrameSet.h @@ -29,7 +29,7 @@ class KWFramePartMoveCommand; class KWPartFrameSet : public KWFrameSet { Q_OBJECT - TQ_OBJECT + public: KWPartFrameSet( KWDocument *_doc, KWDocumentChild *_child, const TQString & name ); @@ -118,7 +118,7 @@ private: class KWPartFrameSetEdit : public TQObject, public KWFrameSetEdit { //Q_OBJECT - TQ_OBJECT + public: KWPartFrameSetEdit( KWPartFrameSet * fs, KWCanvas * canvas ); virtual ~KWPartFrameSetEdit(); diff --git a/kword/KWResizeTableDia.h b/kword/KWResizeTableDia.h index 7ca65eae..76fbaea8 100644 --- a/kword/KWResizeTableDia.h +++ b/kword/KWResizeTableDia.h @@ -35,7 +35,7 @@ class KoUnitDoubleSpinBox; class KWResizeTableDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. diff --git a/kword/KWSortDia.h b/kword/KWSortDia.h index 451e0343..9bc6fdc5 100644 --- a/kword/KWSortDia.h +++ b/kword/KWSortDia.h @@ -26,7 +26,7 @@ class TQRadioButton; class KWSortDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWSortDia( TQWidget *parent, const char* name ); SortType getSortType() const; diff --git a/kword/KWSplitCellDia.h b/kword/KWSplitCellDia.h index c23a1f11..2a5c841e 100644 --- a/kword/KWSplitCellDia.h +++ b/kword/KWSplitCellDia.h @@ -33,7 +33,7 @@ class KWTablePreview; class KWSplitCellDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWSplitCellDia( TQWidget *parent, const char *name, unsigned int numcols, unsigned int numrows); diff --git a/kword/KWStartupWidget.h b/kword/KWStartupWidget.h index 22460eed..6f0e79cc 100644 --- a/kword/KWStartupWidget.h +++ b/kword/KWStartupWidget.h @@ -32,7 +32,7 @@ class KWDocument; */ class KWStartupWidget : public KWStartupWidgetBase { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. Please note that this class is being used/created by KWDocument. diff --git a/kword/KWStatisticsDialog.h b/kword/KWStatisticsDialog.h index 064b6ef2..0481c9b1 100644 --- a/kword/KWStatisticsDialog.h +++ b/kword/KWStatisticsDialog.h @@ -34,7 +34,7 @@ class TQLabel; class KWStatisticsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWStatisticsDialog( TQWidget *parent, KWDocument *doc ); diff --git a/kword/KWStyleManager.h b/kword/KWStyleManager.h index ecd62ce4..ecb995bb 100644 --- a/kword/KWStyleManager.h +++ b/kword/KWStyleManager.h @@ -31,7 +31,7 @@ class KoUnit; class KWStyleManager : public KoStyleManager { Q_OBJECT - TQ_OBJECT + public: KWStyleManager( TQWidget *_parent, KoUnit::Unit unit, KWDocument *_doc, diff --git a/kword/KWTableDia.h b/kword/KWTableDia.h index bf0f835f..68d3beb2 100644 --- a/kword/KWTableDia.h +++ b/kword/KWTableDia.h @@ -46,7 +46,7 @@ class TQSpinBox; class KWTablePreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KWTablePreview( TQWidget *_parent, int _rows, int _cols ) @@ -69,7 +69,7 @@ protected: class KWTableDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: typedef int CellSize; // in fact KWTableFrameSet::CellSize, which is an enum diff --git a/kword/KWTableFrameSet.h b/kword/KWTableFrameSet.h index d5fdea1a..a3514ab4 100644 --- a/kword/KWTableFrameSet.h +++ b/kword/KWTableFrameSet.h @@ -58,7 +58,7 @@ class RemovedColumn; class KWTableFrameSet : public KWFrameSet { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kword/KWTableStyleManager.h b/kword/KWTableStyleManager.h index a264b8a2..3b601eb8 100644 --- a/kword/KWTableStyleManager.h +++ b/kword/KWTableStyleManager.h @@ -48,7 +48,7 @@ class KoTextDocument; class KWTableStylePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KWTableStylePreview(const TQString &title, const TQString &text, TQWidget *parent, const char* name = 0); @@ -97,7 +97,7 @@ class KWTableStyleListItem class KWTableStyleManager : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWTableStyleManager( TQWidget *_parent, KWDocument *_doc ); diff --git a/kword/KWTableTemplateSelector.h b/kword/KWTableTemplateSelector.h index 1bae479b..2a106bf2 100644 --- a/kword/KWTableTemplateSelector.h +++ b/kword/KWTableTemplateSelector.h @@ -53,7 +53,7 @@ class KWTableStyle; class KWTableTemplatePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KWTableTemplatePreview( const TQString& title, KWTableStyle *_emptyStyle, TQWidget* parent, const char* name=0L ); @@ -97,7 +97,7 @@ private: class KWTableTemplateSelector : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum FormatType { FirstRow = 1 , FirstColumn = 2, LastRow = 4, LastCol =8, Body =16 }; diff --git a/kword/KWTextDocument.h b/kword/KWTextDocument.h index 261694a5..d91917cb 100644 --- a/kword/KWTextDocument.h +++ b/kword/KWTextDocument.h @@ -35,7 +35,7 @@ class KoTextDocCommand; class KWTextDocument : public KoTextDocument { Q_OBJECT - TQ_OBJECT + public: /** A real text document inside a frameset */ KWTextDocument( KWTextFrameSet * textfs, KoTextFormatCollection *fc, KoTextFormatter *formatter = 0L ); diff --git a/kword/KWTextFrameSet.h b/kword/KWTextFrameSet.h index aee28007..a868aa74 100644 --- a/kword/KWTextFrameSet.h +++ b/kword/KWTextFrameSet.h @@ -63,7 +63,7 @@ class TQProgressDialog; class KWTextFrameSet : public KWFrameSet, public KoTextFlow, public KoTextFormatInterface { Q_OBJECT - TQ_OBJECT + public: /// Cnstructor KWTextFrameSet( KWDocument *_doc, const TQString & name ); @@ -385,7 +385,7 @@ private: class KWTextFrameSetEdit : public KoTextView, public KWFrameSetEdit { Q_OBJECT - TQ_OBJECT + public: KWTextFrameSetEdit( KWTextFrameSet * fs, KWCanvas * canvas ); virtual ~KWTextFrameSetEdit(); diff --git a/kword/KWView.h b/kword/KWView.h index c720493b..117dafdb 100644 --- a/kword/KWView.h +++ b/kword/KWView.h @@ -95,7 +95,7 @@ namespace KSpell2 { class KWView : public KoView { Q_OBJECT - TQ_OBJECT + public: KWView( const TQString& viewMode, TQWidget *parent, const char *name, KWDocument *doc ); @@ -819,7 +819,7 @@ private: // variables class KWViewWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KWViewWidget( TQWidget *parent, KWView *view ); @@ -838,7 +838,7 @@ protected: class KWGUI : public TQHBox { Q_OBJECT - TQ_OBJECT + public: KWGUI( const TQString& viewMode, TQWidget *parent, KWView *view ); diff --git a/kword/mailmerge/KWClassicSerialDataSource.h b/kword/mailmerge/KWClassicSerialDataSource.h index 03e1ddb3..6f6133e2 100644 --- a/kword/mailmerge/KWClassicSerialDataSource.h +++ b/kword/mailmerge/KWClassicSerialDataSource.h @@ -46,7 +46,7 @@ typedef TQValueList< DbRecord > Db; class KWClassicSerialDataSource: public KWMailMergeDataSource { Q_OBJECT - TQ_OBJECT + public: KWClassicSerialDataSource(KInstance *inst,TQObject *parent); ~KWClassicSerialDataSource(); @@ -104,7 +104,7 @@ protected: class KWClassicMailMergeEditorList : public TQListView { Q_OBJECT - TQ_OBJECT + public: KWClassicMailMergeEditorList( TQWidget *parent, KWClassicSerialDataSource *db_ ); @@ -137,7 +137,7 @@ protected: class KWClassicMailMergeEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWClassicMailMergeEditor( TQWidget *parent, KWClassicSerialDataSource *db_ ); diff --git a/kword/mailmerge/kabc/KWMailMergeKABC.h b/kword/mailmerge/kabc/KWMailMergeKABC.h index 0c40f47d..818a06e8 100644 --- a/kword/mailmerge/kabc/KWMailMergeKABC.h +++ b/kword/mailmerge/kabc/KWMailMergeKABC.h @@ -33,7 +33,7 @@ class KWMailMergeKABC: public KWMailMergeDataSource { Q_OBJECT - TQ_OBJECT + public: KWMailMergeKABC( KInstance *inst, TQObject *parent ); diff --git a/kword/mailmerge/kabc/KWMailMergeKABCConfig.h b/kword/mailmerge/kabc/KWMailMergeKABCConfig.h index 0d0240f1..a7fec850 100644 --- a/kword/mailmerge/kabc/KWMailMergeKABCConfig.h +++ b/kword/mailmerge/kabc/KWMailMergeKABCConfig.h @@ -34,7 +34,7 @@ class KWMailMergeKABC; class KWMailMergeKABCConfig: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWMailMergeKABCConfig( TQWidget *parent, KWMailMergeKABC *db_ ); virtual ~KWMailMergeKABCConfig(); diff --git a/kword/mailmerge/kspread/kwmailmerge_kspread.h b/kword/mailmerge/kspread/kwmailmerge_kspread.h index e5b1bb2f..c093cb71 100644 --- a/kword/mailmerge/kspread/kwmailmerge_kspread.h +++ b/kword/mailmerge/kspread/kwmailmerge_kspread.h @@ -32,7 +32,7 @@ class KWMailMergeKSpread: public KWMailMergeDataSource { Q_OBJECT - TQ_OBJECT + public: KWMailMergeKSpread( KInstance *inst, TQObject *parent ); diff --git a/kword/mailmerge/kspread/kwmailmerge_kspread_config.h b/kword/mailmerge/kspread/kwmailmerge_kspread_config.h index 21d6206e..d6f67acd 100644 --- a/kword/mailmerge/kspread/kwmailmerge_kspread_config.h +++ b/kword/mailmerge/kspread/kwmailmerge_kspread_config.h @@ -33,7 +33,7 @@ class KWMailMergeKSpread; class KWMailMergeKSpreadConfig: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWMailMergeKSpreadConfig( TQWidget *parent, KWMailMergeKSpread *object ); diff --git a/kword/mailmerge/sql/KWQtSqlEasyFilter.h b/kword/mailmerge/sql/KWQtSqlEasyFilter.h index f95f46b3..3b0b6e55 100644 --- a/kword/mailmerge/sql/KWQtSqlEasyFilter.h +++ b/kword/mailmerge/sql/KWQtSqlEasyFilter.h @@ -10,7 +10,7 @@ class TQStringList; class KWQtSqlEasyFilter: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWQtSqlEasyFilter( TQWidget *parent); virtual ~KWQtSqlEasyFilter(); diff --git a/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h b/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h index 39430517..68fb4b48 100644 --- a/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h +++ b/kword/mailmerge/sql/KWQtSqlMailMergeOpen.h @@ -36,7 +36,7 @@ class KWQtSqlMailMergeOpen : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWQtSqlMailMergeOpen( TQWidget *parent, KWQtSqlSerialDataSourceBase *db_ ); diff --git a/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h b/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h index 3d364338..4df94a07 100644 --- a/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h +++ b/kword/mailmerge/sql/KWQtSqlPowerSerialDataSource.h @@ -45,7 +45,7 @@ class KWQtSqlPowerSerialDataSource: public KWQtSqlSerialDataSourceBase { Q_OBJECT -// TQ_OBJECT +// public: KWQtSqlPowerSerialDataSource(KInstance *inst,TQObject *parent); ~KWQtSqlPowerSerialDataSource(); @@ -78,7 +78,7 @@ class KWQtSqlPowerSerialDataSource: public KWQtSqlSerialDataSourceBase class KWQtSqlPowerMailMergeEditor : public KDialogBase { Q_OBJECT -// TQ_OBJECT +// public: KWQtSqlPowerMailMergeEditor( TQWidget *parent, KWQtSqlPowerSerialDataSource *db_ ); diff --git a/kword/mailmerge/sql/KWQtSqlSerialDataSource.h b/kword/mailmerge/sql/KWQtSqlSerialDataSource.h index ed25b4ee..16a9051f 100644 --- a/kword/mailmerge/sql/KWQtSqlSerialDataSource.h +++ b/kword/mailmerge/sql/KWQtSqlSerialDataSource.h @@ -64,7 +64,7 @@ class KWQtSqlSerialDataSource: public KWQtSqlSerialDataSourceBase class KWQtSqlDataSourceEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KWQtSqlDataSourceEditor( TQWidget *parent, KWQtSqlSerialDataSource *db_ ); diff --git a/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h b/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h index 1f3e4396..388e9751 100644 --- a/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h +++ b/kword/mailmerge/sql/KWQtSqlSerialDataSourceBase.h @@ -38,7 +38,7 @@ class KWQtSqlSerialDataSourceBase: public KWMailMergeDataSource { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: KWQtSqlSerialDataSourceBase(KInstance *inst,TQObject *parent); diff --git a/lib/kformula/MatrixDialog.h b/lib/kformula/MatrixDialog.h index 62e104c9..bc5bd7f1 100644 --- a/lib/kformula/MatrixDialog.h +++ b/lib/kformula/MatrixDialog.h @@ -34,7 +34,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 2649ffa3..54856a04 100644 --- a/lib/kformula/kformulaconfigpage.h +++ b/lib/kformula/kformulaconfigpage.h @@ -52,7 +52,7 @@ class Document; class KOFORMULA_EXPORT ConfigurePage : public TQObject { Q_OBJECT - TQ_OBJECT + public: ConfigurePage( Document* document, TQWidget* view, KConfig* config, TQVBox* box, char* name = 0 ); @@ -111,7 +111,7 @@ private: // class MathFontsConfigurePage : public TQObject // { // Q_OBJECT -// TQ_OBJECT +// // public: // MathFontsConfigurePage( Document* document, TQWidget* view, KConfig* config, TQVBox* box, char* name = 0 ); diff --git a/lib/kformula/kformulacontainer.h b/lib/kformula/kformulacontainer.h index f40f915b..41c4c9bf 100644 --- a/lib/kformula/kformulacontainer.h +++ b/lib/kformula/kformulacontainer.h @@ -90,7 +90,7 @@ public: class KOFORMULA_EXPORT Container : public TQObject, public FormulaDocument { friend class MimeSource; Q_OBJECT - TQ_OBJECT + // no copying Container( const Container& ); diff --git a/lib/kformula/kformuladocument.h b/lib/kformula/kformuladocument.h index 4d757262..61fdb7cc 100644 --- a/lib/kformula/kformuladocument.h +++ b/lib/kformula/kformuladocument.h @@ -67,7 +67,7 @@ protected: */ class KOFORMULA_EXPORT Document : public TQObject { Q_OBJECT - TQ_OBJECT + friend class DocumentWrapper; friend class Container; @@ -291,7 +291,7 @@ private: */ class KOFORMULA_EXPORT DocumentWrapper : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/lib/kformula/kformulainputfilter.h b/lib/kformula/kformulainputfilter.h index 81b0625e..50d299b8 100644 --- a/lib/kformula/kformulainputfilter.h +++ b/lib/kformula/kformulainputfilter.h @@ -31,7 +31,7 @@ KFORMULA_NAMESPACE_BEGIN class KFInputFilter : public TQObject { Q_OBJECT - TQ_OBJECT + public: /* * Get the just created DOM. diff --git a/lib/kformula/kformulamathmlread.h b/lib/kformula/kformulamathmlread.h index 2aad4d68..9fad12ca 100644 --- a/lib/kformula/kformulamathmlread.h +++ b/lib/kformula/kformulamathmlread.h @@ -37,7 +37,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 cb9c715b..bf692282 100644 --- a/lib/kformula/kformulaview.h +++ b/lib/kformula/kformulaview.h @@ -49,7 +49,7 @@ class Container; */ class KOFORMULA_EXPORT View : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/lib/kformula/kformulawidget.h b/lib/kformula/kformulawidget.h index 1b6d8d98..dd15684c 100644 --- a/lib/kformula/kformulawidget.h +++ b/lib/kformula/kformulawidget.h @@ -47,7 +47,7 @@ using namespace KFormula; */ class KFormulaWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KFormulaWidget(Container*, TQWidget* parent=0, const char* name=0, WFlags f=0); diff --git a/lib/kformula/scrollview.h b/lib/kformula/scrollview.h index 3ed2bbcb..fad75420 100644 --- a/lib/kformula/scrollview.h +++ b/lib/kformula/scrollview.h @@ -13,7 +13,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 d6f44929..1682b245 100644 --- a/lib/kofficecore/KoApplication.h +++ b/lib/kofficecore/KoApplication.h @@ -42,7 +42,7 @@ class KoApplicationPrivate; class KOFFICECORE_EXPORT KoApplication : public KApplication { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/lib/kofficecore/KoChild.h b/lib/kofficecore/KoChild.h index fe345e2e..16b0f302 100644 --- a/lib/kofficecore/KoChild.h +++ b/lib/kofficecore/KoChild.h @@ -41,7 +41,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 0187128d..43d2fbbf 100644 --- a/lib/kofficecore/KoContainerHandler.h +++ b/lib/kofficecore/KoContainerHandler.h @@ -43,7 +43,7 @@ class KoPartMoveHandlerPrivate; class KOFFICECORE_EXPORT KoEventHandler : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoEventHandler( TQObject* target ); ~KoEventHandler(); @@ -61,7 +61,7 @@ private: class KoPartResizeHandler : public KoEventHandler { Q_OBJECT - TQ_OBJECT + public: KoPartResizeHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, KoChild::Gadget gadget, const TQPoint& point ); @@ -82,7 +82,7 @@ private: class KoPartMoveHandler : public KoEventHandler { Q_OBJECT - TQ_OBJECT + public: KoPartMoveHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, const TQPoint& point ); @@ -112,7 +112,7 @@ private: class KOFFICECORE_EXPORT KoContainerHandler : public KoEventHandler { Q_OBJECT - TQ_OBJECT + public: KoContainerHandler( KoView* view, TQWidget* widget ); ~KoContainerHandler(); diff --git a/lib/kofficecore/KoDetailsPane.h b/lib/kofficecore/KoDetailsPane.h index 7264cd78..9f1cf7ba 100644 --- a/lib/kofficecore/KoDetailsPane.h +++ b/lib/kofficecore/KoDetailsPane.h @@ -46,7 +46,7 @@ class KoTemplatesPanePrivate; class KoTemplatesPane : public KoDetailsPaneBase { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. @@ -97,7 +97,7 @@ class KoTemplatesPane : public KoDetailsPaneBase class KoRecentDocumentsPane : public KoDetailsPaneBase { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h index 1a5d0805..829639ac 100644 --- a/lib/kofficecore/KoDocument.h +++ b/lib/kofficecore/KoDocument.h @@ -61,7 +61,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 50029cee..6dfebd21 100644 --- a/lib/kofficecore/KoDocumentChild.h +++ b/lib/kofficecore/KoDocumentChild.h @@ -43,7 +43,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 454763ac..4ecd2cef 100644 --- a/lib/kofficecore/KoDocumentInfo.h +++ b/lib/kofficecore/KoDocumentInfo.h @@ -39,7 +39,7 @@ class KoXmlWriter; class KOFFICECORE_EXPORT KoDocumentInfo : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfo( TQObject* parent = 0, const char* name = 0 ); virtual ~KoDocumentInfo(); @@ -78,7 +78,7 @@ public: class KOFFICECORE_EXPORT KoDocumentInfoAuthor : public KoDocumentInfoPage { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfoAuthor( KoDocumentInfo* info ); ~KoDocumentInfoAuthor(); @@ -137,7 +137,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoAbout : public KoDocumentInfoPage { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfoAbout( KoDocumentInfo* info ); @@ -181,7 +181,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 8589b6a0..a636c7dd 100644 --- a/lib/kofficecore/KoDocumentInfoDlg.h +++ b/lib/kofficecore/KoDocumentInfoDlg.h @@ -35,7 +35,7 @@ class KArchiveEntry; class KOFFICECORE_EXPORT KoDocumentInfoDlg : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfoDlg( KoDocumentInfo *docInfo, TQWidget *parent = 0, const char *name = 0, KDialogBase *dialog = 0 ); @@ -70,7 +70,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoPropsPage : public KPropsDlgPlugin { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfoPropsPage( KPropertiesDialog *props, const char *name = 0, const TQStringList & = TQStringList() ); diff --git a/lib/kofficecore/KoDocument_p.h b/lib/kofficecore/KoDocument_p.h index 5ad03317..e3ab46cf 100644 --- a/lib/kofficecore/KoDocument_p.h +++ b/lib/kofficecore/KoDocument_p.h @@ -30,7 +30,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 7a8a5a87..9435a79e 100644 --- a/lib/kofficecore/KoFactory.h +++ b/lib/kofficecore/KoFactory.h @@ -27,7 +27,7 @@ class KInstance; class KOFFICECORE_EXPORT KoFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KoFactory( TQObject *parent = 0, const char *name = 0 ); virtual ~KoFactory(); diff --git a/lib/kofficecore/KoFileDialog.h b/lib/kofficecore/KoFileDialog.h index 7c702cac..f419320c 100644 --- a/lib/kofficecore/KoFileDialog.h +++ b/lib/kofficecore/KoFileDialog.h @@ -35,7 +35,7 @@ class KoFileDialog : public KFileDialog { Q_OBJECT - TQ_OBJECT + public: KoFileDialog( const TQString& startDir, const TQString& filter, TQWidget *parent, const char *name, diff --git a/lib/kofficecore/KoFilter.h b/lib/kofficecore/KoFilter.h index cafad774..c4560280 100644 --- a/lib/kofficecore/KoFilter.h +++ b/lib/kofficecore/KoFilter.h @@ -32,7 +32,7 @@ class KoFilterChain; * * Derive your filter class from this base class and implement * the @ref convert() method. Don't forget to specify the Q_OBJECT - 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. * The m_chain member allows access to the @ref KoFilterChain @@ -49,7 +49,7 @@ class KoFilterChain; class KOFFICECORE_EXPORT KoFilter : public TQObject { Q_OBJECT - TQ_OBJECT + friend class KoFilterEntry; // needed for the filter chain pointer :( friend class KoFilterChain; @@ -147,7 +147,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 11158012..9c9dcaa8 100644 --- a/lib/kofficecore/KoFilterManager.h +++ b/lib/kofficecore/KoFilterManager.h @@ -44,7 +44,7 @@ class KoDocument; class KOFFICECORE_EXPORT KoFilterManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * This enum is used to distinguish the import/export cases diff --git a/lib/kofficecore/KoFilterManager_p.h b/lib/kofficecore/KoFilterManager_p.h index 0e8a0762..bdee8777 100644 --- a/lib/kofficecore/KoFilterManager_p.h +++ b/lib/kofficecore/KoFilterManager_p.h @@ -30,7 +30,7 @@ class KListBox; class KoFilterChooser : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoFilterChooser (TQWidget *parent, const TQStringList &mimeTypes, diff --git a/lib/kofficecore/KoFrame.h b/lib/kofficecore/KoFrame.h index 77b3d1c3..484f6a45 100644 --- a/lib/kofficecore/KoFrame.h +++ b/lib/kofficecore/KoFrame.h @@ -28,7 +28,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 8913e1a8..433c93d4 100644 --- a/lib/kofficecore/KoMainWindow.h +++ b/lib/kofficecore/KoMainWindow.h @@ -51,7 +51,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 2d450cda..ad6a8db5 100644 --- a/lib/kofficecore/KoOpenPane.h +++ b/lib/kofficecore/KoOpenPane.h @@ -36,7 +36,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 b853bdec..c5acda32 100644 --- a/lib/kofficecore/KoSpeaker.h +++ b/lib/kofficecore/KoSpeaker.h @@ -63,7 +63,7 @@ class KoSpeakerPrivate; class KOFFICECORE_EXPORT KoSpeaker : public TQObject, public KShared { Q_OBJECT - TQ_OBJECT + public: KoSpeaker(); ~KoSpeaker(); diff --git a/lib/kofficecore/KoView.h b/lib/kofficecore/KoView.h index 93eb8971..db8e1fc6 100644 --- a/lib/kofficecore/KoView.h +++ b/lib/kofficecore/KoView.h @@ -57,7 +57,7 @@ namespace KParts class KOFFICECORE_EXPORT KoView : public TQWidget, public KParts::PartBase { Q_OBJECT - TQ_OBJECT + public: /** * Creates a new view for the document. Usually you don't create views yourself @@ -473,7 +473,7 @@ private: class KoViewChild : public KoChild { Q_OBJECT - TQ_OBJECT + public: KoViewChild( KoDocumentChild *child, KoView *_parentView ); virtual ~KoViewChild(); diff --git a/lib/kofficecore/Koversiondialog.h b/lib/kofficecore/Koversiondialog.h index 547e518a..0827b929 100644 --- a/lib/kofficecore/Koversiondialog.h +++ b/lib/kofficecore/Koversiondialog.h @@ -30,7 +30,7 @@ class TQMultiLineEdit; class KoVersionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoVersionDialog( TQWidget* parent, const char* name = 0L ); ~KoVersionDialog(); @@ -57,7 +57,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 b281cd12..a8d0b91c 100644 --- a/lib/kofficeui/KoCharSelectDia.h +++ b/lib/kofficeui/KoCharSelectDia.h @@ -36,7 +36,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 89b83744..554b4b19 100644 --- a/lib/kofficeui/KoCommandHistory.h +++ b/lib/kofficeui/KoCommandHistory.h @@ -34,7 +34,7 @@ class KCommand; class KoListBox : public TQListBox { Q_OBJECT - TQ_OBJECT + public: KoListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); protected: @@ -58,7 +58,7 @@ signals: */ class KOFFICEUI_EXPORT KoCommandHistory : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Creates a command history, to store commands. diff --git a/lib/kofficeui/KoContextCelp.h b/lib/kofficeui/KoContextCelp.h index 889e006d..9e466677 100644 --- a/lib/kofficeui/KoContextCelp.h +++ b/lib/kofficeui/KoContextCelp.h @@ -33,7 +33,7 @@ class TQSimpleRichText; class KoVerticalLabel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoVerticalLabel( TQWidget* parent = 0, const char* name = 0 ); @@ -52,7 +52,7 @@ class KoVerticalLabel : public TQWidget class KoHelpNavButton : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum NavDirection { @@ -79,7 +79,7 @@ class KoHelpNavButton : public TQWidget class KoTinyButton : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum Action { @@ -108,7 +108,7 @@ class KoTinyButton : public TQWidget class KoHelpView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoHelpView( TQWidget* parent ); @@ -134,7 +134,7 @@ class KoHelpView : public TQWidget class KoHelpWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoHelpWidget( TQString help, TQWidget* parent ); @@ -171,7 +171,7 @@ class KoHelpWidget : public TQWidget class KoContextHelpPopup : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoContextHelpPopup( TQWidget* parent = 0 ); @@ -217,7 +217,7 @@ class KoContextHelpPopup : public TQWidget class KOFFICEUI_EXPORT KoContextHelpAction : public KToggleAction { Q_OBJECT - TQ_OBJECT + public: KoContextHelpAction( KActionCollection* parentCollection, TQWidget* parent = 0 ); @@ -240,7 +240,7 @@ class KOFFICEUI_EXPORT KoContextHelpAction : public KToggleAction class KoContextHelpWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoContextHelpWidget( TQWidget* parent = 0, const char* name = 0 ); @@ -264,7 +264,7 @@ class KoContextHelpWidget : public TQWidget class KoContextHelpDocker : public TQDockWindow { Q_OBJECT - TQ_OBJECT + public: KoContextHelpDocker( TQWidget* parent = 0, const char* name = 0 ); diff --git a/lib/kofficeui/KoEditPath.h b/lib/kofficeui/KoEditPath.h index 2b45009c..2b971ff6 100644 --- a/lib/kofficeui/KoEditPath.h +++ b/lib/kofficeui/KoEditPath.h @@ -30,7 +30,7 @@ class TQCheckBox; class KOFFICEUI_EXPORT KoEditPathDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoEditPathDia( const TQString & _path, TQWidget *parent, const char *name ); TQString newPath()const; @@ -43,7 +43,7 @@ private: class KOFFICEUI_EXPORT KoChangePathDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoChangePathDia( const TQString & _path, TQWidget *parent, const char *name ); TQString newPath()const; diff --git a/lib/kofficeui/KoGuideLineDia.h b/lib/kofficeui/KoGuideLineDia.h index 0f2fcecf..9e472272 100644 --- a/lib/kofficeui/KoGuideLineDia.h +++ b/lib/kofficeui/KoGuideLineDia.h @@ -37,7 +37,7 @@ class TQRadioButton; class KoGuideLineDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * @brief Constructor diff --git a/lib/kofficeui/KoGuides.h b/lib/kofficeui/KoGuides.h index c1f66138..c5e8ffda 100644 --- a/lib/kofficeui/KoGuides.h +++ b/lib/kofficeui/KoGuides.h @@ -36,7 +36,7 @@ class KoZoomHandler; class KOFFICEUI_EXPORT KoGuides : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * @brief Constructor diff --git a/lib/kofficeui/KoInsertLink.h b/lib/kofficeui/KoInsertLink.h index d71263aa..ccade61b 100644 --- a/lib/kofficeui/KoInsertLink.h +++ b/lib/kofficeui/KoInsertLink.h @@ -32,7 +32,7 @@ namespace KOfficePrivate { class internetLinkPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: internetLinkPage( TQWidget *parent = 0, char *name = 0 ); TQString linkName()const; @@ -54,7 +54,7 @@ signals: class bookmarkLinkPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: bookmarkLinkPage( TQWidget *parent = 0, char *name = 0 ); TQString linkName()const; @@ -78,7 +78,7 @@ signals: class mailLinkPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: mailLinkPage( TQWidget *parent = 0, char *name = 0 ); TQString linkName()const; @@ -101,7 +101,7 @@ signals: class fileLinkPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: fileLinkPage( TQWidget *parent = 0, char *name = 0 ); TQString linkName()const; @@ -127,7 +127,7 @@ signals: class KOFFICEUI_EXPORT KoInsertLinkDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoInsertLinkDia( TQWidget *parent, const char *name = 0,bool displayBookmarkLink=true ); static bool createLinkDia(TQString & linkName, TQString & hrefName, const TQStringList& bkmlist, bool displayBookmarkLink = true, diff --git a/lib/kofficeui/KoKoolBar.h b/lib/kofficeui/KoKoolBar.h index 445b5fee..4416610f 100644 --- a/lib/kofficeui/KoKoolBar.h +++ b/lib/kofficeui/KoKoolBar.h @@ -34,7 +34,7 @@ class KoKoolBarItem : public TQObject { private: Q_OBJECT - TQ_OBJECT + public: KoKoolBarItem( KoKoolBarGroup *_grp, const TQPixmap& _pix, const TQString& _text = TQString() ); @@ -67,7 +67,7 @@ protected: class KoKoolBarGroup : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoKoolBarGroup( KoKoolBar *_bar, const TQString& _text ); ~KoKoolBarGroup(); @@ -101,7 +101,7 @@ protected: class KoKoolBarBox : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KoKoolBarBox( KoKoolBar *_bar ); @@ -140,7 +140,7 @@ protected: class KOFFICEUI_EXPORT KoKoolBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoKoolBar( TQWidget *_parent = 0L, const char *_name = 0L ); virtual ~KoKoolBar() { }; diff --git a/lib/kofficeui/KoPageLayoutColumns.h b/lib/kofficeui/KoPageLayoutColumns.h index b9dcd6c2..b4e0b35e 100644 --- a/lib/kofficeui/KoPageLayoutColumns.h +++ b/lib/kofficeui/KoPageLayoutColumns.h @@ -35,7 +35,7 @@ class KoPagePreview; */ class KoPageLayoutColumns : public KoPageLayoutColumnsBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/lib/kofficeui/KoPageLayoutDia.h b/lib/kofficeui/KoPageLayoutDia.h index 1ed23ec5..0c50b448 100644 --- a/lib/kofficeui/KoPageLayoutDia.h +++ b/lib/kofficeui/KoPageLayoutDia.h @@ -47,7 +47,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE class KoPagePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: @@ -83,7 +83,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 5473403b..213b021c 100644 --- a/lib/kofficeui/KoPageLayoutHeader.h +++ b/lib/kofficeui/KoPageLayoutHeader.h @@ -32,7 +32,7 @@ class KoPagePreview; */ class KoPageLayoutHeader : public KoPageLayoutHeaderBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/lib/kofficeui/KoPageLayoutSize.h b/lib/kofficeui/KoPageLayoutSize.h index 6d50e014..7de19ca3 100644 --- a/lib/kofficeui/KoPageLayoutSize.h +++ b/lib/kofficeui/KoPageLayoutSize.h @@ -36,7 +36,7 @@ class KoPageLayoutColumns; */ class KoPageLayoutSize : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/lib/kofficeui/KoPartSelectAction.h b/lib/kofficeui/KoPartSelectAction.h index 9e9dd30f..2bfc119e 100644 --- a/lib/kofficeui/KoPartSelectAction.h +++ b/lib/kofficeui/KoPartSelectAction.h @@ -30,7 +30,7 @@ class KOFFICEUI_EXPORT KoPartSelectAction : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: KoPartSelectAction( const TQString& text, TQObject* parent = 0, const char* name = 0 ); diff --git a/lib/kofficeui/KoPartSelectDia.h b/lib/kofficeui/KoPartSelectDia.h index 6a13084b..b6414e3a 100644 --- a/lib/kofficeui/KoPartSelectDia.h +++ b/lib/kofficeui/KoPartSelectDia.h @@ -36,7 +36,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 3922cd74..a9c9297e 100644 --- a/lib/kofficeui/KoPictureFilePreview.h +++ b/lib/kofficeui/KoPictureFilePreview.h @@ -33,7 +33,7 @@ class KoPictureFilePreviewWidget; class KOFFICEUI_EXPORT KoPictureFilePreview : public KPreviewWidgetBase { Q_OBJECT - TQ_OBJECT + public: KoPictureFilePreview( TQWidget *parent ); diff --git a/lib/kofficeui/KoRuler.h b/lib/kofficeui/KoRuler.h index 352e6820..8019b908 100644 --- a/lib/kofficeui/KoRuler.h +++ b/lib/kofficeui/KoRuler.h @@ -101,7 +101,7 @@ class KoRulerPrivate; class KOFFICEUI_EXPORT KoRuler : public TQFrame { Q_OBJECT - TQ_OBJECT + friend class KoRulerPrivate; // for the Action enum public: static const int F_TABS; diff --git a/lib/kofficeui/KoSelectAction.h b/lib/kofficeui/KoSelectAction.h index a6d3b006..4c0f65d3 100644 --- a/lib/kofficeui/KoSelectAction.h +++ b/lib/kofficeui/KoSelectAction.h @@ -31,7 +31,7 @@ class TQPoint; class KOFFICEUI_EXPORT KoSelectAction : public KAction { Q_OBJECT - TQ_OBJECT + public: /** Constructs a KoSelectAction with a text and an icon. * @param text The text that will be displayed. diff --git a/lib/kofficeui/KoTabBar.h b/lib/kofficeui/KoTabBar.h index 0c4233b4..5396924a 100644 --- a/lib/kofficeui/KoTabBar.h +++ b/lib/kofficeui/KoTabBar.h @@ -61,7 +61,7 @@ class KoTabBarPrivate; class KOFFICEUI_EXPORT KoTabBar : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString activeTab READ activeTab WRITE setActiveTab ) TQ_PROPERTY( bool readOnly READ readOnly WRITE setReadOnly ) diff --git a/lib/kofficeui/KoTabChooser.h b/lib/kofficeui/KoTabChooser.h index fb9a0591..a487959f 100644 --- a/lib/kofficeui/KoTabChooser.h +++ b/lib/kofficeui/KoTabChooser.h @@ -35,7 +35,7 @@ class KoTabChooserPrivate; class KOFFICEUI_EXPORT KoTabChooser : public TQFrame { Q_OBJECT - TQ_OBJECT + public: enum { TAB_LEFT = 1, diff --git a/lib/kofficeui/KoTemplateChooseDia.h b/lib/kofficeui/KoTemplateChooseDia.h index 9363477d..5bedde84 100644 --- a/lib/kofficeui/KoTemplateChooseDia.h +++ b/lib/kofficeui/KoTemplateChooseDia.h @@ -43,7 +43,7 @@ class TQGridLayout; class KoTCDIconCanvas : public KIconCanvas { Q_OBJECT - TQ_OBJECT + public: KoTCDIconCanvas( TQWidget *parent = 0, const char *name = 0L ) : KIconCanvas( parent, name ) {} @@ -94,7 +94,7 @@ class KoTCDIconViewItem : public KIconViewItem */ class KoTCDRecentFilesIconView : public KFileIconView { Q_OBJECT - TQ_OBJECT + public: KoTCDRecentFilesIconView( TQWidget* parent, const char* name ) : KFileIconView( parent, name ), toolTip(0) @@ -133,7 +133,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 821d2f27..e3e30322 100644 --- a/lib/kofficeui/KoTemplateCreateDia.h +++ b/lib/kofficeui/KoTemplateCreateDia.h @@ -42,7 +42,7 @@ class KoTemplateCreateDiaPrivate; class KOFFICEUI_EXPORT KoTemplateCreateDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoTemplateCreateDia( const TQCString &templateType, KInstance *instance, diff --git a/lib/kofficeui/KoToolBox.h b/lib/kofficeui/KoToolBox.h index 7b31d847..4b83f03c 100644 --- a/lib/kofficeui/KoToolBox.h +++ b/lib/kofficeui/KoToolBox.h @@ -45,7 +45,7 @@ class ToolArea; class KOFFICEUI_EXPORT KoToolBox : public KToolBar { Q_OBJECT - TQ_OBJECT + public: diff --git a/lib/kofficeui/KoTooluButton.h b/lib/kofficeui/KoTooluButton.h index 804b270b..78d67cd5 100644 --- a/lib/kofficeui/KoTooluButton.h +++ b/lib/kofficeui/KoTooluButton.h @@ -29,7 +29,7 @@ class TQPopupMenu; class KoColorPanel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoColorPanel( TQWidget* parent = 0, const char* name = 0 ); virtual ~KoColorPanel(); @@ -106,7 +106,7 @@ bool operator<( const KoColorPanel::Position& lhs, const KoColorPanel::Position& class KoColorPopupProxy : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoColorPopupProxy( const TQColor& defaultColor, KoColorPanel* recentColors, TQObject* parent, const char* name ); virtual ~KoColorPopupProxy() {} @@ -130,7 +130,7 @@ private: class KoToolButton : public KToolBarButton { Q_OBJECT - TQ_OBJECT + public: /** * Construct a button with an icon loaded by the button itself. diff --git a/lib/kofficeui/KoUnitWidgets.h b/lib/kofficeui/KoUnitWidgets.h index 80db554d..cd741f32 100644 --- a/lib/kofficeui/KoUnitWidgets.h +++ b/lib/kofficeui/KoUnitWidgets.h @@ -107,7 +107,7 @@ protected: class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L ); // lower, upper, step and value are in pt @@ -158,7 +158,7 @@ private slots: class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleLineEdit( TQWidget *parent, double lower, double upper, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); @@ -187,7 +187,7 @@ private: class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleComboBox( TQWidget *parent, double lower, double upper, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); @@ -224,7 +224,7 @@ protected: class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleSpinComboBox( TQWidget *parent, double lower, double upper, double step, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); diff --git a/lib/kofficeui/KoZoomAction.h b/lib/kofficeui/KoZoomAction.h index 932c409a..118c7a13 100644 --- a/lib/kofficeui/KoZoomAction.h +++ b/lib/kofficeui/KoZoomAction.h @@ -31,7 +31,7 @@ class KOFFICEUI_EXPORT KoZoomAction : public KSelectAction { Q_OBJECT - TQ_OBJECT + public: diff --git a/lib/kofficeui/Kolinestyleaction.h b/lib/kofficeui/Kolinestyleaction.h index 63be979c..d0eb4ef0 100644 --- a/lib/kofficeui/Kolinestyleaction.h +++ b/lib/kofficeui/Kolinestyleaction.h @@ -26,7 +26,7 @@ class KOFFICEUI_EXPORT KoLineStyleAction : public KoSelectAction { Q_OBJECT - TQ_OBJECT + public: /** Constructs a KoLineStyleAction with a text and an icon. * @param text The text that will be displayed. diff --git a/lib/kofficeui/Kolinewidthaction.h b/lib/kofficeui/Kolinewidthaction.h index a2b1dfe4..fe1ed705 100644 --- a/lib/kofficeui/Kolinewidthaction.h +++ b/lib/kofficeui/Kolinewidthaction.h @@ -30,7 +30,7 @@ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction { Q_OBJECT - TQ_OBJECT + public: /** Constructs a KoLineWidthAction with a text and an icon. * @param text The text that will be displayed. @@ -88,7 +88,7 @@ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction class KoLineWidthChooser : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoLineWidthChooser(TQWidget* parent = 0, const char* name = 0); ~KoLineWidthChooser(); diff --git a/lib/kofficeui/kcoloractions.h b/lib/kofficeui/kcoloractions.h index 8f2c713b..3ca03c62 100644 --- a/lib/kofficeui/kcoloractions.h +++ b/lib/kofficeui/kcoloractions.h @@ -29,7 +29,7 @@ class KColorAction : public KAction { Q_OBJECT - TQ_OBJECT + public: enum Type { @@ -68,7 +68,7 @@ private: class KSelectColorAction : public KAction { Q_OBJECT - TQ_OBJECT + public: enum Type { TextColor, diff --git a/lib/kofficeui/tests/coloraction_test.h b/lib/kofficeui/tests/coloraction_test.h index d0847493..f2d1618e 100644 --- a/lib/kofficeui/tests/coloraction_test.h +++ b/lib/kofficeui/tests/coloraction_test.h @@ -28,7 +28,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/tkaction.h b/lib/kofficeui/tkaction.h index b9a84a41..da38f38d 100644 --- a/lib/kofficeui/tkaction.h +++ b/lib/kofficeui/tkaction.h @@ -32,7 +32,7 @@ class TKComboBox; class KOFFICEUI_EXPORT TKAction : public KAction { Q_OBJECT - TQ_OBJECT + public: TKAction(TQObject* parent, const char* name); ~TKAction(); @@ -61,7 +61,7 @@ private: /******************************************************************************/ class KOFFICEUI_EXPORT TKBaseSelectAction : public TKAction { Q_OBJECT - TQ_OBJECT + friend class TKSelectAction; public: TKBaseSelectAction(TQObject* parent, const char* name); @@ -96,7 +96,7 @@ private: /******************************************************************************/ class KOFFICEUI_EXPORT TKSelectAction : public TKBaseSelectAction { Q_OBJECT - TQ_OBJECT + public: TKSelectAction(TQObject* parent, const char* name); ~TKSelectAction(); diff --git a/lib/kofficeui/tkcoloractions.h b/lib/kofficeui/tkcoloractions.h index b478e2dd..5ef5d3f4 100644 --- a/lib/kofficeui/tkcoloractions.h +++ b/lib/kofficeui/tkcoloractions.h @@ -32,7 +32,7 @@ class TKSelectColorActionPrivate; class TKColorPopupMenu : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: TKColorPopupMenu( TQWidget* parent = 0, const char* name = 0 ); ~TKColorPopupMenu(); @@ -43,7 +43,7 @@ public slots: /****************************************************************************************/ class KOFFICEUI_EXPORT TKSelectColorAction : public TKAction { Q_OBJECT - TQ_OBJECT + public: enum Type { TextColor, @@ -100,7 +100,7 @@ private: /****************************************************************************************/ class TKColorPanelButton : public TQFrame { Q_OBJECT - TQ_OBJECT + public: TKColorPanelButton( const TQColor&, TQWidget* parent, const char* name = 0 ); ~TKColorPanelButton(); @@ -128,7 +128,7 @@ private: /****************************************************************************************/ class TKColorPanel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: TKColorPanel( TQWidget* parent = 0L, const char* name = 0 ); diff --git a/lib/kofficeui/tkcombobox.h b/lib/kofficeui/tkcombobox.h index 066e9b93..63e52f55 100644 --- a/lib/kofficeui/tkcombobox.h +++ b/lib/kofficeui/tkcombobox.h @@ -23,7 +23,7 @@ #include <tqcombobox.h> class TKComboBox : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: TKComboBox(TQWidget* parent=0, const char* name=0); TKComboBox(bool isEditable, TQWidget* parent=0, const char* name=0); diff --git a/lib/kofficeui/tktoolbarbutton.h b/lib/kofficeui/tktoolbarbutton.h index 883d7811..17fc3758 100644 --- a/lib/kofficeui/tktoolbarbutton.h +++ b/lib/kofficeui/tktoolbarbutton.h @@ -33,7 +33,7 @@ class TQPainter; class TKToolBarButton : public TQToolButton { Q_OBJECT - TQ_OBJECT + public: TKToolBarButton(const TQString& icon, const TQString& txt, TQWidget* parent = 0, const char *name=0L, diff --git a/lib/kopainter/koColorChooser.h b/lib/kopainter/koColorChooser.h index 4f948496..f1b259bc 100644 --- a/lib/kopainter/koColorChooser.h +++ b/lib/kopainter/koColorChooser.h @@ -43,7 +43,7 @@ class ColorWidget; class KoColorChooser : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoColorChooser(TQWidget *parent = 0L, const char *name = 0L); @@ -83,7 +83,7 @@ private: class ColorWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ColorWidget(TQWidget *parent = 0); @@ -101,7 +101,7 @@ protected: class RGBWidget : public ColorWidget { Q_OBJECT - TQ_OBJECT + public: RGBWidget(TQWidget *parent = 0L); virtual ~RGBWidget() {} @@ -139,7 +139,7 @@ private: class HSVWidget : public ColorWidget { Q_OBJECT - TQ_OBJECT + public: HSVWidget(TQWidget *parent = 0L); virtual ~HSVWidget() {} @@ -177,7 +177,7 @@ private: class GreyWidget : public ColorWidget { Q_OBJECT - TQ_OBJECT + public: GreyWidget(TQWidget *parent = 0L); virtual ~GreyWidget() {} @@ -203,7 +203,7 @@ protected: class LABWidget : public ColorWidget { Q_OBJECT - TQ_OBJECT + public: LABWidget(TQWidget *parent = 0L); virtual ~LABWidget() {} diff --git a/lib/kopainter/koColorSlider.h b/lib/kopainter/koColorSlider.h index afd7f7a9..05a715a4 100644 --- a/lib/kopainter/koColorSlider.h +++ b/lib/kopainter/koColorSlider.h @@ -31,7 +31,7 @@ class SliderWidget; class KOPAINTER_EXPORT KoColorFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KoColorFrame(TQWidget *parent = 0L); @@ -64,7 +64,7 @@ protected: class KOPAINTER_EXPORT KoSliderWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoSliderWidget(TQWidget *parent = 0L); @@ -85,7 +85,7 @@ protected: class KOPAINTER_EXPORT KoColorSlider : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoColorSlider(TQWidget *parent = 0L); virtual ~KoColorSlider(); diff --git a/lib/kopainter/koFrameButton.h b/lib/kopainter/koFrameButton.h index 41f33837..67be4340 100644 --- a/lib/kopainter/koFrameButton.h +++ b/lib/kopainter/koFrameButton.h @@ -29,7 +29,7 @@ class TQString; class KoFrameButton : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KoFrameButton(TQWidget *parent = 0, const char *name = 0); KoFrameButton(const TQString &text, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/kopainter/koIconChooser.h b/lib/kopainter/koIconChooser.h index 84c15e13..ed81dc02 100644 --- a/lib/kopainter/koIconChooser.h +++ b/lib/kopainter/koIconChooser.h @@ -62,7 +62,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(). KoIconChooser(TQSize iconSize, TQWidget *parent = 0L, const char *name = 0L, bool sort = false); @@ -124,7 +124,7 @@ private: class KOPAINTER_EXPORT KoPatternChooser : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoPatternChooser( const TQPtrList<KoIconItem> &list, TQWidget *parent, const char *name = 0 ); ~KoPatternChooser(); diff --git a/lib/kopainter/ko_cmyk_widget.h b/lib/kopainter/ko_cmyk_widget.h index bf4ca658..4e1e4c89 100644 --- a/lib/kopainter/ko_cmyk_widget.h +++ b/lib/kopainter/ko_cmyk_widget.h @@ -44,7 +44,7 @@ class KoCMYKWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + typedef TQWidget super; public: diff --git a/lib/kopainter/ko_color_wheel.h b/lib/kopainter/ko_color_wheel.h index 861440b2..6e20da02 100644 --- a/lib/kopainter/ko_color_wheel.h +++ b/lib/kopainter/ko_color_wheel.h @@ -29,7 +29,7 @@ class TQPainter; class KoColorWheel : public KXYSelector { Q_OBJECT - TQ_OBJECT + public: KoColorWheel( TQWidget *parent=0, const char *name=0 ); diff --git a/lib/kopainter/ko_gray_widget.h b/lib/kopainter/ko_gray_widget.h index 2c008c84..c2b49adf 100644 --- a/lib/kopainter/ko_gray_widget.h +++ b/lib/kopainter/ko_gray_widget.h @@ -36,7 +36,7 @@ class KoGrayWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + typedef TQWidget super; public: diff --git a/lib/kopainter/ko_hsv_widget.h b/lib/kopainter/ko_hsv_widget.h index c9652fc9..228475d0 100644 --- a/lib/kopainter/ko_hsv_widget.h +++ b/lib/kopainter/ko_hsv_widget.h @@ -39,7 +39,7 @@ class KoHSVWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + typedef TQWidget super; public: diff --git a/lib/kopainter/ko_rgb_widget.h b/lib/kopainter/ko_rgb_widget.h index b9779513..827322f5 100644 --- a/lib/kopainter/ko_rgb_widget.h +++ b/lib/kopainter/ko_rgb_widget.h @@ -38,7 +38,7 @@ class KoRGBWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + typedef TQWidget super; public: diff --git a/lib/kopalette/kopalette.h b/lib/kopalette/kopalette.h index 48d9cb3c..7c592c9c 100644 --- a/lib/kopalette/kopalette.h +++ b/lib/kopalette/kopalette.h @@ -39,7 +39,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 dd8f1686..333a3cb6 100644 --- a/lib/kopalette/kopalettemanager.h +++ b/lib/kopalette/kopalettemanager.h @@ -85,7 +85,7 @@ namespace { class KOPALETTE_EXPORT KoPaletteManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/lib/kopalette/kotabpalette.h b/lib/kopalette/kotabpalette.h index a33d58a2..31b46683 100644 --- a/lib/kopalette/kotabpalette.h +++ b/lib/kopalette/kotabpalette.h @@ -37,7 +37,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 1d15ef62..cbc119ba 100644 --- a/lib/kopalette/kotoolboxpalette.h +++ b/lib/kopalette/kotoolboxpalette.h @@ -30,7 +30,7 @@ class KoToolBoxPalette : public KoPalette { Q_OBJECT - TQ_OBJECT + public: diff --git a/lib/koproperty/editor.h b/lib/koproperty/editor.h index 05725529..7f8d41fa 100644 --- a/lib/koproperty/editor.h +++ b/lib/koproperty/editor.h @@ -63,7 +63,7 @@ class EditorItem; class KOPROPERTY_EXPORT Editor : public KListView { Q_OBJECT - TQ_OBJECT + public: /*! Creates an empty Editor with \a parent as parent widget. diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h index f93e4daa..edd3c637 100644 --- a/lib/koproperty/editors/booledit.h +++ b/lib/koproperty/editors/booledit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT BoolEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: BoolEdit(Property *property, TQWidget *parent=0, const char *name=0); @@ -60,7 +60,7 @@ class KOPROPERTY_EXPORT BoolEdit : public Widget class KOPROPERTY_EXPORT ThreeStateBoolEdit : public ComboBox { Q_OBJECT - TQ_OBJECT + public: ThreeStateBoolEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/coloredit.h b/lib/koproperty/editors/coloredit.h index 000e6e82..2dd74707 100644 --- a/lib/koproperty/editors/coloredit.h +++ b/lib/koproperty/editors/coloredit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ColorButton : public Widget { Q_OBJECT - TQ_OBJECT + public: ColorButton(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/combobox.h b/lib/koproperty/editors/combobox.h index 709d07d6..9bb7a745 100644 --- a/lib/koproperty/editors/combobox.h +++ b/lib/koproperty/editors/combobox.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ComboBox : public Widget { Q_OBJECT - TQ_OBJECT + public: ComboBox(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/cursoredit.h b/lib/koproperty/editors/cursoredit.h index c6c76e0e..ff3c565c 100644 --- a/lib/koproperty/editors/cursoredit.h +++ b/lib/koproperty/editors/cursoredit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT CursorEdit : public ComboBox { Q_OBJECT - TQ_OBJECT + public: CursorEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/dateedit.h b/lib/koproperty/editors/dateedit.h index dde21f0c..58d679ae 100644 --- a/lib/koproperty/editors/dateedit.h +++ b/lib/koproperty/editors/dateedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: DateEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/datetimeedit.h b/lib/koproperty/editors/datetimeedit.h index 1ee321b9..d27b1c07 100644 --- a/lib/koproperty/editors/datetimeedit.h +++ b/lib/koproperty/editors/datetimeedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateTimeEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: DateTimeEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/dummywidget.h b/lib/koproperty/editors/dummywidget.h index b06c571a..61edac60 100644 --- a/lib/koproperty/editors/dummywidget.h +++ b/lib/koproperty/editors/dummywidget.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DummyWidget: public Widget { Q_OBJECT - TQ_OBJECT + public: DummyWidget(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/fontedit.h b/lib/koproperty/editors/fontedit.h index 091fafd0..96fa1617 100644 --- a/lib/koproperty/editors/fontedit.h +++ b/lib/koproperty/editors/fontedit.h @@ -31,7 +31,7 @@ class FontEditRequester; class KOPROPERTY_EXPORT FontEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: FontEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/linestyleedit.h b/lib/koproperty/editors/linestyleedit.h index d5d386b5..c288e33f 100644 --- a/lib/koproperty/editors/linestyleedit.h +++ b/lib/koproperty/editors/linestyleedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT LineStyleEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: LineStyleEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/pixmapedit.h b/lib/koproperty/editors/pixmapedit.h index 3b6a6cd5..c2a9d011 100644 --- a/lib/koproperty/editors/pixmapedit.h +++ b/lib/koproperty/editors/pixmapedit.h @@ -34,7 +34,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PixmapEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: PixmapEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/pointedit.h b/lib/koproperty/editors/pointedit.h index ce7fc423..31623b46 100644 --- a/lib/koproperty/editors/pointedit.h +++ b/lib/koproperty/editors/pointedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PointEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: PointEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/rectedit.h b/lib/koproperty/editors/rectedit.h index 5ab25408..42f3630d 100644 --- a/lib/koproperty/editors/rectedit.h +++ b/lib/koproperty/editors/rectedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT RectEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: RectEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/sizeedit.h b/lib/koproperty/editors/sizeedit.h index 87b1c2dd..4ae5bf64 100644 --- a/lib/koproperty/editors/sizeedit.h +++ b/lib/koproperty/editors/sizeedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizeEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: SizeEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/sizepolicyedit.h b/lib/koproperty/editors/sizepolicyedit.h index a33ef731..f5e81e75 100644 --- a/lib/koproperty/editors/sizepolicyedit.h +++ b/lib/koproperty/editors/sizepolicyedit.h @@ -34,7 +34,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizePolicyEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: SizePolicyEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/spinbox.h b/lib/koproperty/editors/spinbox.h index 668b7b2b..9c4a3fe2 100644 --- a/lib/koproperty/editors/spinbox.h +++ b/lib/koproperty/editors/spinbox.h @@ -35,7 +35,7 @@ class DoubleEdit; class IntSpinBox : public KIntSpinBox { Q_OBJECT - TQ_OBJECT + public: IntSpinBox(int lower, int upper, int step, int value, int base=10, @@ -51,7 +51,7 @@ class IntSpinBox : public KIntSpinBox class KOPROPERTY_EXPORT IntEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: IntEdit(Property *property, TQWidget *parent=0, const char *name=0); @@ -77,7 +77,7 @@ class KOPROPERTY_EXPORT IntEdit : public Widget class DoubleSpinBox : public KDoubleSpinBox { Q_OBJECT - TQ_OBJECT + public: //! \todo Support setting precision limits, step, etc. @@ -95,7 +95,7 @@ class DoubleSpinBox : public KDoubleSpinBox class KOPROPERTY_EXPORT DoubleEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: DoubleEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/stringedit.h b/lib/koproperty/editors/stringedit.h index 1e5e3c5c..cebe6a3e 100644 --- a/lib/koproperty/editors/stringedit.h +++ b/lib/koproperty/editors/stringedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: StringEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/stringlistedit.h b/lib/koproperty/editors/stringlistedit.h index 994b186b..af9812f5 100644 --- a/lib/koproperty/editors/stringlistedit.h +++ b/lib/koproperty/editors/stringlistedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringListEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: StringListEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/symbolcombo.h b/lib/koproperty/editors/symbolcombo.h index 50ffcf96..99eb325c 100644 --- a/lib/koproperty/editors/symbolcombo.h +++ b/lib/koproperty/editors/symbolcombo.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SymbolCombo : public Widget { Q_OBJECT - TQ_OBJECT + public: SymbolCombo(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/timeedit.h b/lib/koproperty/editors/timeedit.h index 642f4101..16b24686 100644 --- a/lib/koproperty/editors/timeedit.h +++ b/lib/koproperty/editors/timeedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT TimeEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: TimeEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/urledit.h b/lib/koproperty/editors/urledit.h index bba72091..597d09df 100644 --- a/lib/koproperty/editors/urledit.h +++ b/lib/koproperty/editors/urledit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT URLEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: URLEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/set.h b/lib/koproperty/set.h index efb90cd9..9e1dc3d2 100644 --- a/lib/koproperty/set.h +++ b/lib/koproperty/set.h @@ -40,7 +40,7 @@ class SetPrivate; class KOPROPERTY_EXPORT Set : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! \brief A class to iterate over a Set. @@ -234,7 +234,7 @@ class KOPROPERTY_EXPORT Set : public TQObject class KOPROPERTY_EXPORT Buffer : public Set { Q_OBJECT - TQ_OBJECT + public: Buffer(); diff --git a/lib/koproperty/test/test.h b/lib/koproperty/test/test.h index b0a278c8..8d9dedb2 100644 --- a/lib/koproperty/test/test.h +++ b/lib/koproperty/test/test.h @@ -36,7 +36,7 @@ class Test : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: Test(); virtual ~Test(); diff --git a/lib/koproperty/widget.h b/lib/koproperty/widget.h index 5ed85885..a93e59cb 100644 --- a/lib/koproperty/widget.h +++ b/lib/koproperty/widget.h @@ -36,7 +36,7 @@ class Property; class KOPROPERTY_EXPORT Widget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Widget(Property *property, TQWidget *parent, const char *name="property_editor"); diff --git a/lib/koproperty/widgetproxy.h b/lib/koproperty/widgetproxy.h index f63cbdd1..6a52f67d 100644 --- a/lib/koproperty/widgetproxy.h +++ b/lib/koproperty/widgetproxy.h @@ -37,7 +37,7 @@ class WidgetProxyPrivate; class KOPROPERTY_EXPORT WidgetProxy : public TQWidget { Q_OBJECT - TQ_OBJECT + public: WidgetProxy(TQWidget *parent, const char *name=0); diff --git a/lib/kotext/DateFormatWidget.h b/lib/kotext/DateFormatWidget.h index df028180..2ad68658 100644 --- a/lib/kotext/DateFormatWidget.h +++ b/lib/kotext/DateFormatWidget.h @@ -5,7 +5,7 @@ class DateFormatWidget : public TimeDateFormatWidgetPrototype { Q_OBJECT - TQ_OBJECT + public: DateFormatWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/lib/kotext/KFontDialog_local.h b/lib/kotext/KFontDialog_local.h index 943ce724..3ed6ff08 100644 --- a/lib/kotext/KFontDialog_local.h +++ b/lib/kotext/KFontDialog_local.h @@ -57,7 +57,7 @@ class KIntNumInput; class KOTEXT_EXPORT KFontChooser_local : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQFont font READ font WRITE setFont ) public: @@ -350,7 +350,7 @@ private: */ class KOTEXT_EXPORT KFontDialog_local : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/lib/kotext/KoAutoFormat.h b/lib/kotext/KoAutoFormat.h index 2f61cb18..d122f7b7 100644 --- a/lib/kotext/KoAutoFormat.h +++ b/lib/kotext/KoAutoFormat.h @@ -49,7 +49,7 @@ class KoTextFormat; class KoCompletionBox : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KoCompletionBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); ~KoCompletionBox(); diff --git a/lib/kotext/KoAutoFormatDia.h b/lib/kotext/KoAutoFormatDia.h index 14084af5..354febf6 100644 --- a/lib/kotext/KoAutoFormatDia.h +++ b/lib/kotext/KoAutoFormatDia.h @@ -35,7 +35,7 @@ class TQComboBox; class KoAutoFormatLineEdit : public TQLineEdit { Q_OBJECT - TQ_OBJECT + public: KoAutoFormatLineEdit ( TQWidget * parent, const char * name=0 ); @@ -52,7 +52,7 @@ protected: class KoAutoFormatExceptionWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoAutoFormatExceptionWidget(TQWidget *_parent, const TQString &name,const TQStringList &_list, bool _autoInclude, bool _abbreviation=false); @@ -82,7 +82,7 @@ protected slots: class KOTEXT_EXPORT KoAutoFormatDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoAutoFormatDia( TQWidget *parent, const char *name, KoAutoFormat * autoFormat ); diff --git a/lib/kotext/KoBgSpellCheck.h b/lib/kotext/KoBgSpellCheck.h index 9d96d84b..0872dee0 100644 --- a/lib/kotext/KoBgSpellCheck.h +++ b/lib/kotext/KoBgSpellCheck.h @@ -32,7 +32,7 @@ class KoTextIterator; class KOTEXT_EXPORT KoBgSpellCheck : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoBgSpellCheck( const KSpell2::Broker::Ptr& broker, TQObject *parent =0, const char *name =0 ); diff --git a/lib/kotext/KoChangeCaseDia.h b/lib/kotext/KoChangeCaseDia.h index ace24d5a..53519c4f 100644 --- a/lib/kotext/KoChangeCaseDia.h +++ b/lib/kotext/KoChangeCaseDia.h @@ -29,7 +29,7 @@ class TQPushButton; class KOTEXT_EXPORT KoChangeCaseDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoChangeCaseDia( TQWidget *parent, const char *name ); enum TypeOfCase { UpperCase =0, LowerCase=1, TitleCase=2, ToggleCase=3, SentenceCase=4}; diff --git a/lib/kotext/KoCommentDia.h b/lib/kotext/KoCommentDia.h index 3f9465d6..206b549c 100644 --- a/lib/kotext/KoCommentDia.h +++ b/lib/kotext/KoCommentDia.h @@ -28,7 +28,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 ); TQString commentText(); diff --git a/lib/kotext/KoCompletionDia.h b/lib/kotext/KoCompletionDia.h index 98927e0b..a6fb742f 100644 --- a/lib/kotext/KoCompletionDia.h +++ b/lib/kotext/KoCompletionDia.h @@ -28,7 +28,7 @@ */ class KoCompletion : public KoCompletionBase { Q_OBJECT - TQ_OBJECT + public: KoCompletion(TQWidget *parent, KoAutoFormat *autoFormat ); @@ -53,7 +53,7 @@ protected: */ class KOTEXT_EXPORT KoCompletionDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoCompletionDia( TQWidget *parent, const char *name, KoAutoFormat * autoFormat ); diff --git a/lib/kotext/KoCreateStyleDia.h b/lib/kotext/KoCreateStyleDia.h index ea94e9fa..2262091d 100644 --- a/lib/kotext/KoCreateStyleDia.h +++ b/lib/kotext/KoCreateStyleDia.h @@ -28,7 +28,7 @@ class TQLineEdit; class KOTEXT_EXPORT KoCreateStyleDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoCreateStyleDia( const TQStringList & _list, TQWidget *parent, const char *name ); TQString nameOfNewStyle()const; diff --git a/lib/kotext/KoCustomVariablesDia.h b/lib/kotext/KoCustomVariablesDia.h index e2116045..915d6081 100644 --- a/lib/kotext/KoCustomVariablesDia.h +++ b/lib/kotext/KoCustomVariablesDia.h @@ -42,7 +42,7 @@ class TQCloseEvent; class KoVariableNameDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: // For KWMailMergeVariableInsertDia @@ -93,7 +93,7 @@ protected: class KoCustomVariablesList : public KListView { Q_OBJECT - TQ_OBJECT + public: KoCustomVariablesList( TQWidget *parent ); @@ -117,7 +117,7 @@ private: class KOTEXT_EXPORT KoCustomVariablesDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoCustomVariablesDia( TQWidget *parent, const TQPtrList<KoVariable> &variables ); @@ -138,7 +138,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 6b396a88..44b1b354 100644 --- a/lib/kotext/KoDecorationTab.h +++ b/lib/kotext/KoDecorationTab.h @@ -27,7 +27,7 @@ class KoDecorationTab : public KoDecorationTabBase { Q_OBJECT - TQ_OBJECT + public: KoDecorationTab( TQWidget* parent=0, const char* name=0, WFlags fl=0 ); diff --git a/lib/kotext/KoFontDia.h b/lib/kotext/KoFontDia.h index 7f739d19..556a2321 100644 --- a/lib/kotext/KoFontDia.h +++ b/lib/kotext/KoFontDia.h @@ -42,7 +42,7 @@ class TQComboBox; class KOTEXT_EXPORT KoFontDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /// If your application supports spell-checking, pass here the KSpell2 Broker diff --git a/lib/kotext/KoFontDiaPreview.h b/lib/kotext/KoFontDiaPreview.h index 48bd459e..f995e981 100644 --- a/lib/kotext/KoFontDiaPreview.h +++ b/lib/kotext/KoFontDiaPreview.h @@ -32,7 +32,7 @@ class KoFontDiaPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** * Constructor diff --git a/lib/kotext/KoFontTab.h b/lib/kotext/KoFontTab.h index 5333e46a..5c7e65cf 100644 --- a/lib/kotext/KoFontTab.h +++ b/lib/kotext/KoFontTab.h @@ -26,7 +26,7 @@ class KoFontTab : public KoFontTabBase { Q_OBJECT - TQ_OBJECT + public: KoFontTab( uint fontListCriteria=0, TQWidget* parent=0, const char* name=0, WFlags fl=0 ); diff --git a/lib/kotext/KoHighlightingTab.h b/lib/kotext/KoHighlightingTab.h index d8ebc1d7..512aacf6 100644 --- a/lib/kotext/KoHighlightingTab.h +++ b/lib/kotext/KoHighlightingTab.h @@ -28,7 +28,7 @@ class KoHighlightingTab : public KoHighlightingTabBase { Q_OBJECT - TQ_OBJECT + public: KoHighlightingTab( TQWidget* parent=0, const char* name=0, WFlags fl=0 ); diff --git a/lib/kotext/KoImportStyleDia.h b/lib/kotext/KoImportStyleDia.h index ea2ccf91..a83e6407 100644 --- a/lib/kotext/KoImportStyleDia.h +++ b/lib/kotext/KoImportStyleDia.h @@ -30,7 +30,7 @@ class TQPushButton; class KOTEXT_EXPORT KoImportStyleDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /// @param currentCollection collection of styles already present in the document /// (this is used to avoid conflicts in the style names and displayNames) diff --git a/lib/kotext/KoLanguageTab.h b/lib/kotext/KoLanguageTab.h index 76e4ddef..fbcbb5df 100644 --- a/lib/kotext/KoLanguageTab.h +++ b/lib/kotext/KoLanguageTab.h @@ -27,7 +27,7 @@ class KoLanguageTab : public KoLanguageTabBase { Q_OBJECT - TQ_OBJECT + public: KoLanguageTab( KSpell2::Broker::Ptr broker = 0, TQWidget* parent=0, const char* name=0, WFlags fl=0 ); diff --git a/lib/kotext/KoLayoutTab.h b/lib/kotext/KoLayoutTab.h index 6b629eef..9722888a 100644 --- a/lib/kotext/KoLayoutTab.h +++ b/lib/kotext/KoLayoutTab.h @@ -26,7 +26,7 @@ class KoLayoutTab : public KoLayoutTabBase { Q_OBJECT - TQ_OBJECT + public: KoLayoutTab( bool withSubSuperScript, TQWidget* parent=0, const char* name=0, WFlags fl=0 ); diff --git a/lib/kotext/KoParagDia.h b/lib/kotext/KoParagDia.h index 4fd8f784..18a992c1 100644 --- a/lib/kotext/KoParagDia.h +++ b/lib/kotext/KoParagDia.h @@ -72,7 +72,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 KoParagLayoutWidget( int flag, TQWidget * parent, const char * name = 0 ) @@ -108,7 +108,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 ); virtual ~KoIndentSpacingWidget() {} @@ -152,7 +152,7 @@ private: class KOTEXT_EXPORT KoParagAlignWidget : public KoParagLayoutWidget { Q_OBJECT - TQ_OBJECT + public: KoParagAlignWidget(bool breakLine, TQWidget * parent, const char * name = 0 ); virtual ~KoParagAlignWidget() {} @@ -186,7 +186,7 @@ private: class KOTEXT_EXPORT KoParagDecorationWidget : public KoParagLayoutWidget { Q_OBJECT - TQ_OBJECT + public: KoParagDecorationWidget( TQWidget * parent, const char * name = 0 ); virtual ~KoParagDecorationWidget() {} @@ -263,7 +263,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 ); @@ -345,7 +345,7 @@ private: class KOTEXT_EXPORT KoParagCounterWidget : public KoParagLayoutWidget { Q_OBJECT - TQ_OBJECT + public: KoParagCounterWidget( bool disableAll=false ,TQWidget * parent=0L, const char * name = 0 ); @@ -390,7 +390,7 @@ private: class KoTabulatorsLineEdit : public KoUnitDoubleSpinBox { Q_OBJECT - TQ_OBJECT + public: KoTabulatorsLineEdit( TQWidget *parent, double lower, double upper, double step, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); @@ -407,7 +407,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 ); virtual ~KoParagTabulatorsWidget() {} @@ -468,7 +468,7 @@ private: class KoStylePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KoStylePreview( const TQString &title, const TQString &text, TQWidget *parent, const char* name = 0 ); @@ -498,7 +498,7 @@ protected: class KOTEXT_EXPORT KoParagDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum { PD_SPACING = 1, PD_ALIGN = 2, PD_DECORATION = 4, PD_NUMBERING = 8, diff --git a/lib/kotext/KoParagDia_p.h b/lib/kotext/KoParagDia_p.h index 48f77ea1..1e1b42d3 100644 --- a/lib/kotext/KoParagDia_p.h +++ b/lib/kotext/KoParagDia_p.h @@ -36,7 +36,7 @@ class TQPainter; class KoSpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: enum counterType{ NONE,NUM,ALPHAB_L,ALPHAB_U,ROM_NUM_L,ROM_NUM_U}; @@ -59,7 +59,7 @@ public: class KPagePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KPagePreview( TQWidget*, const char* = 0L ); @@ -93,7 +93,7 @@ protected: class KPagePreview2 : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KPagePreview2( TQWidget*, const char* = 0L ); @@ -116,7 +116,7 @@ protected: class KoBorderPreview : public TQFrame/*TQGroupBox*/ { Q_OBJECT - TQ_OBJECT + public: KoBorderPreview( TQWidget*, const char* = 0L ); diff --git a/lib/kotext/KoSearchDia.h b/lib/kotext/KoSearchDia.h index e833cbc9..40b4cb97 100644 --- a/lib/kotext/KoSearchDia.h +++ b/lib/kotext/KoSearchDia.h @@ -100,7 +100,7 @@ public: class KoSearchContextUI : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoSearchContextUI( KoSearchContext *ctx, TQWidget *parent ); void setCtxOptions( long options ); @@ -125,7 +125,7 @@ class KOTEXT_EXPORT KoSearchDia: public KFindDialog { Q_OBJECT - TQ_OBJECT + public: KoSearchDia( TQWidget *parent, const char *name, KoSearchContext *find, bool hasSelection, bool hasCursor ); @@ -148,7 +148,7 @@ class KOTEXT_EXPORT KoReplaceDia: public KReplaceDialog { Q_OBJECT - TQ_OBJECT + public: @@ -176,7 +176,7 @@ private: class KoTextFind : public KFind { Q_OBJECT - TQ_OBJECT + public: KoTextFind(const TQString &pattern, long options, KoFindReplace *_findReplace, TQWidget *parent = 0); ~KoTextFind(); @@ -191,7 +191,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); ~KoTextReplace(); @@ -207,7 +207,7 @@ private: class KOTEXT_EXPORT KoFindReplace : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoFindReplace( TQWidget * parent, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView ); KoFindReplace( TQWidget * parent, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView ); @@ -297,7 +297,7 @@ private: class KoFormatDia: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoFormatDia( TQWidget* parent, const TQString & _caption, KoSearchContext *_ctx, const char* name=0L); //apply to parameter to context ! diff --git a/lib/kotext/KoSpell.h b/lib/kotext/KoSpell.h index 55c3971c..2430bb69 100644 --- a/lib/kotext/KoSpell.h +++ b/lib/kotext/KoSpell.h @@ -45,7 +45,7 @@ namespace KSpell2 class KOTEXT_EXPORT KoSpell : public KSpell2::BackgroundChecker { Q_OBJECT - TQ_OBJECT + public: KoSpell( const KSpell2::Broker::Ptr& broker, TQObject *parent =0, diff --git a/lib/kotext/KoStyleManager.h b/lib/kotext/KoStyleManager.h index b562e1f6..6d27449a 100644 --- a/lib/kotext/KoStyleManager.h +++ b/lib/kotext/KoStyleManager.h @@ -54,7 +54,7 @@ class KoStyleManagerPrivate; class KOTEXT_EXPORT KoStyleManager : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum { ShowIncludeInToc = 1 }; // bitfield for flags @@ -121,7 +121,7 @@ protected: class KOTEXT_EXPORT KoStyleManagerTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoStyleManagerTab(TQWidget *parent) : TQWidget(parent) {}; @@ -142,7 +142,7 @@ protected: class KOTEXT_EXPORT KoStyleParagTab : public KoStyleManagerTab { Q_OBJECT - TQ_OBJECT + public: KoStyleParagTab( TQWidget * parent ); @@ -162,7 +162,7 @@ private: class KOTEXT_EXPORT KoStyleFontTab : public KoStyleManagerTab { Q_OBJECT - TQ_OBJECT + public: KoStyleFontTab( TQWidget * parent ); ~KoStyleFontTab(); diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h index 8cf9fd4d..234095a6 100644 --- a/lib/kotext/KoTextDocument.h +++ b/lib/kotext/KoTextDocument.h @@ -45,7 +45,7 @@ class CustomItemsMap; class KOTEXT_EXPORT KoTextDocument : public TQObject { Q_OBJECT - TQ_OBJECT + friend class KoTextCursor; friend class KoTextParag; diff --git a/lib/kotext/KoTextIterator.h b/lib/kotext/KoTextIterator.h index c2c5fff8..accd8f92 100644 --- a/lib/kotext/KoTextIterator.h +++ b/lib/kotext/KoTextIterator.h @@ -36,7 +36,7 @@ class KoTextView; class KOTEXT_EXPORT KoTextIterator : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * @param lstObjects list of text objects to iterate over diff --git a/lib/kotext/KoTextObject.h b/lib/kotext/KoTextObject.h index 7970a323..4111d4d2 100644 --- a/lib/kotext/KoTextObject.h +++ b/lib/kotext/KoTextObject.h @@ -181,7 +181,7 @@ public: class KOTEXT_EXPORT KoTextObject : public TQObject, public KoTextFormatInterface { Q_OBJECT - TQ_OBJECT + public: /** Constructor. * This constructor creates the contained KoTextDocument automatically. diff --git a/lib/kotext/KoTextView.h b/lib/kotext/KoTextView.h index 6b9937bb..d1e9ee44 100644 --- a/lib/kotext/KoTextView.h +++ b/lib/kotext/KoTextView.h @@ -53,7 +53,7 @@ class KoParagStyle; class KOTEXT_EXPORT KoTextView : public TQObject, public KoTextFormatInterface { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. A KoTextView is associated to a KoTextObject. diff --git a/lib/kotext/KoVariable.h b/lib/kotext/KoVariable.h index fce8fc2d..5cadc5e9 100644 --- a/lib/kotext/KoVariable.h +++ b/lib/kotext/KoVariable.h @@ -292,7 +292,7 @@ class KoVariableCollection; class KOTEXT_EXPORT KoVariableCollection : public TQObject { Q_OBJECT - TQ_OBJECT + public: // Note that the KoVariableSettings becomes owned by the collection; // we take it as argument so that it can be subclassed though. diff --git a/lib/kotext/TimeFormatWidget.h b/lib/kotext/TimeFormatWidget.h index 3fd2c8bf..6813203b 100644 --- a/lib/kotext/TimeFormatWidget.h +++ b/lib/kotext/TimeFormatWidget.h @@ -5,7 +5,7 @@ class TimeFormatWidget : public TimeDateFormatWidgetPrototype { Q_OBJECT - TQ_OBJECT + public: TimeFormatWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/lib/kotext/tests/KoUserStyleTester.h b/lib/kotext/tests/KoUserStyleTester.h index d5b32519..c53b8415 100644 --- a/lib/kotext/tests/KoUserStyleTester.h +++ b/lib/kotext/tests/KoUserStyleTester.h @@ -23,7 +23,7 @@ class KoUserStyleTester : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + private slots: void testEmptyCollection(); void testAddStyle(); diff --git a/lib/kross/main/scriptaction.h b/lib/kross/main/scriptaction.h index 4b78d611..e6b17c73 100644 --- a/lib/kross/main/scriptaction.h +++ b/lib/kross/main/scriptaction.h @@ -41,7 +41,7 @@ namespace Kross { namespace Api { , public Kross::Api::ScriptContainer { Q_OBJECT - TQ_OBJECT + /// The name of the interpreter used to execute the scripting code. //TQ_PROPERTY(TQString interpretername READ getInterpreterName WRITE setInterpreterName) diff --git a/lib/kross/main/scriptguiclient.h b/lib/kross/main/scriptguiclient.h index a835d0a2..c8ebf912 100644 --- a/lib/kross/main/scriptguiclient.h +++ b/lib/kross/main/scriptguiclient.h @@ -45,7 +45,7 @@ namespace Kross { namespace Api { , public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + //TQ_PROPERTY(TQString configfile READ getConfigFile WRITE setConfigFile) public: diff --git a/lib/kross/main/wdgscriptsmanager.h b/lib/kross/main/wdgscriptsmanager.h index 5423777b..a30111d1 100644 --- a/lib/kross/main/wdgscriptsmanager.h +++ b/lib/kross/main/wdgscriptsmanager.h @@ -37,7 +37,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); ~WdgScriptsManager(); diff --git a/lib/kross/test/testaction.h b/lib/kross/test/testaction.h index 748cd6db..7f4dd79c 100644 --- a/lib/kross/test/testaction.h +++ b/lib/kross/test/testaction.h @@ -32,7 +32,7 @@ class TestAction : public TQWidget { Q_OBJECT - TQ_OBJECT + public: TestAction(Kross::Api::ScriptContainer::Ptr scriptcontainer); ~TestAction(); diff --git a/lib/kross/test/testobject.h b/lib/kross/test/testobject.h index 7bbf6f05..21454829 100644 --- a/lib/kross/test/testobject.h +++ b/lib/kross/test/testobject.h @@ -28,7 +28,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 9f5da67d..9a10104c 100644 --- a/lib/kross/test/testwindow.h +++ b/lib/kross/test/testwindow.h @@ -36,7 +36,7 @@ class KTextEdit; class TestWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: TestWindow(const TQString& interpretername, const TQString& scriptcode); virtual ~TestWindow(); diff --git a/plugins/scan/scan.h b/plugins/scan/scan.h index 2cec0fce..c872f6d3 100644 --- a/plugins/scan/scan.h +++ b/plugins/scan/scan.h @@ -28,7 +28,7 @@ class KScanDialog; class Scan : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: Scan(TQObject *parent, const char *name, const TQStringList &); virtual ~Scan(); diff --git a/tools/converter/koconverter.h b/tools/converter/koconverter.h index 4a02e7a7..87672b7b 100644 --- a/tools/converter/koconverter.h +++ b/tools/converter/koconverter.h @@ -25,7 +25,7 @@ class ProgressObject : public TQObject { Q_OBJECT - TQ_OBJECT + public: ProgressObject() : TQObject( 0, 0 ) { } public slots: diff --git a/tools/kfile-plugins/abiword/kfile_abiword.h b/tools/kfile-plugins/abiword/kfile_abiword.h index cf6cadca..147516fc 100644 --- a/tools/kfile-plugins/abiword/kfile_abiword.h +++ b/tools/kfile-plugins/abiword/kfile_abiword.h @@ -28,7 +28,7 @@ class TQDomNode; class AbiwordPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: AbiwordPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/tools/kfile-plugins/gnumeric/kfile_gnumeric.h b/tools/kfile-plugins/gnumeric/kfile_gnumeric.h index dbf6c312..996e49a8 100644 --- a/tools/kfile-plugins/gnumeric/kfile_gnumeric.h +++ b/tools/kfile-plugins/gnumeric/kfile_gnumeric.h @@ -28,7 +28,7 @@ class TQDomNode; class GnumericPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: GnumericPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/tools/kfile-plugins/koffice/kfile_koffice.h b/tools/kfile-plugins/koffice/kfile_koffice.h index 0f187fd8..607225a4 100644 --- a/tools/kfile-plugins/koffice/kfile_koffice.h +++ b/tools/kfile-plugins/koffice/kfile_koffice.h @@ -28,7 +28,7 @@ class TQDomNode; class KOfficePlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KOfficePlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/tools/kfile-plugins/ooo/kfile_ooo.h b/tools/kfile-plugins/ooo/kfile_ooo.h index 8114396f..e9cea14d 100644 --- a/tools/kfile-plugins/ooo/kfile_ooo.h +++ b/tools/kfile-plugins/ooo/kfile_ooo.h @@ -31,7 +31,7 @@ class TQDomElement; class KOfficePlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/tools/spell/main.h b/tools/spell/main.h index 2f8c97d5..30ed65fd 100644 --- a/tools/spell/main.h +++ b/tools/spell/main.h @@ -27,7 +27,7 @@ class SpellChecker : public KDataTool { Q_OBJECT - TQ_OBJECT + public: SpellChecker( TQObject* parent, const char* name, const TQStringList & ); diff --git a/tools/thesaurus/main.h b/tools/thesaurus/main.h index 01c27621..88aa19ee 100644 --- a/tools/thesaurus/main.h +++ b/tools/thesaurus/main.h @@ -63,7 +63,7 @@ class TQToolButton; class Thesaurus : public KDataTool { Q_OBJECT - TQ_OBJECT + public: Thesaurus(TQObject* parent, const char* name, const TQStringList &); diff --git a/tools/thumbnail/kofficecreator.h b/tools/thumbnail/kofficecreator.h index 7bb70df7..c6a27426 100644 --- a/tools/thumbnail/kofficecreator.h +++ b/tools/thumbnail/kofficecreator.h @@ -29,7 +29,7 @@ class KoDocument; class KOfficeCreator : public TQObject, public ThumbCreator { Q_OBJECT - TQ_OBJECT + public: KOfficeCreator(); virtual ~KOfficeCreator(); |