diff options
Diffstat (limited to 'chalk/core')
-rw-r--r-- | chalk/core/kis_adjustment_layer.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_brush.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_filter.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_filter_config_widget.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_filter_registry.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_gradient.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_group_layer.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_image.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_imagepipe_brush.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_layer.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_math_toolbox.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_paint_device.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_paint_layer.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_paintop_registry.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_palette.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_pattern.h | 2 | ||||
-rw-r--r-- | chalk/core/kis_resource.h | 2 |
17 files changed, 17 insertions, 17 deletions
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: |