summaryrefslogtreecommitdiffstats
path: root/chalk/core
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/core')
-rwxr-xr-xchalk/core/createdcop.py2
-rw-r--r--chalk/core/kis_adjustment_layer.h2
-rw-r--r--chalk/core/kis_brush.h2
-rw-r--r--chalk/core/kis_filter.h2
-rw-r--r--chalk/core/kis_filter_config_widget.h2
-rw-r--r--chalk/core/kis_filter_registry.h2
-rw-r--r--chalk/core/kis_gradient.h2
-rw-r--r--chalk/core/kis_group_layer.h2
-rw-r--r--chalk/core/kis_image.h2
-rw-r--r--chalk/core/kis_imagepipe_brush.h2
-rw-r--r--chalk/core/kis_layer.h2
-rw-r--r--chalk/core/kis_math_toolbox.h2
-rw-r--r--chalk/core/kis_paint_device.h2
-rw-r--r--chalk/core/kis_paint_layer.h2
-rw-r--r--chalk/core/kis_paintop_registry.h2
-rw-r--r--chalk/core/kis_palette.h2
-rw-r--r--chalk/core/kis_pattern.h2
-rw-r--r--chalk/core/kis_resource.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/chalk/core/createdcop.py b/chalk/core/createdcop.py
index cefe3fd8..00269818 100755
--- a/chalk/core/createdcop.py
+++ b/chalk/core/createdcop.py
@@ -96,7 +96,7 @@ def parseHeader(headerfile, classname):
line.startswith("*") or
line.startswith(classname) or
line.startswith("class") or
- line.startswith("Q_OBJECT") or
+ line.startswith("TQ_OBJECT") or
line.startswith("#") or
line.startswith("}") or
line.startswith("public Q_SLOTS:") or
diff --git a/chalk/core/kis_adjustment_layer.h b/chalk/core/kis_adjustment_layer.h
index adc3f067..7bf3a7f8 100644
--- a/chalk/core/kis_adjustment_layer.h
+++ b/chalk/core/kis_adjustment_layer.h
@@ -37,7 +37,7 @@ class KisFilterConfiguration;
**/
class KRITACORE_EXPORT KisAdjustmentLayer : public KisLayer, public KisLayerSupportsIndirectPainting
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_brush.h b/chalk/core/kis_brush.h
index 9e29c232..df549ef5 100644
--- a/chalk/core/kis_brush.h
+++ b/chalk/core/kis_brush.h
@@ -53,7 +53,7 @@ enum enumBrushType {
class KRITACORE_EXPORT KisBrush : public KisResource {
typedef KisResource super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_filter.h b/chalk/core/kis_filter.h
index 599581bd..78bda885 100644
--- a/chalk/core/kis_filter.h
+++ b/chalk/core/kis_filter.h
@@ -44,7 +44,7 @@ class TQWidget;
* Basic interface of a Chalk filter.
*/
class KRITACORE_EXPORT KisFilter : public KisProgressSubject, public TDEShared {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_filter_config_widget.h b/chalk/core/kis_filter_config_widget.h
index 4cafcbf1..30795ed3 100644
--- a/chalk/core/kis_filter_config_widget.h
+++ b/chalk/core/kis_filter_config_widget.h
@@ -28,7 +28,7 @@
*/
class KisFilterConfigWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_filter_registry.h b/chalk/core/kis_filter_registry.h
index 604e84c4..b83cd832 100644
--- a/chalk/core/kis_filter_registry.h
+++ b/chalk/core/kis_filter_registry.h
@@ -33,7 +33,7 @@ class TQStringList;
class KRITACORE_EXPORT KisFilterRegistry : public TQObject, public KisGenericRegistry<KisFilterSP>
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_gradient.h b/chalk/core/kis_gradient.h
index 1fff95da..fca6d397 100644
--- a/chalk/core/kis_gradient.h
+++ b/chalk/core/kis_gradient.h
@@ -231,7 +231,7 @@ class KisGradientSegment {
class KisGradient : public KisResource {
typedef KisResource super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_group_layer.h b/chalk/core/kis_group_layer.h
index bec98296..efbf9003 100644
--- a/chalk/core/kis_group_layer.h
+++ b/chalk/core/kis_group_layer.h
@@ -36,7 +36,7 @@ class KisMergeVisitor;
class KisGroupLayer : public KisLayer {
typedef KisLayer super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_image.h b/chalk/core/kis_image.h
index 553806ae..307416ba 100644
--- a/chalk/core/kis_image.h
+++ b/chalk/core/kis_image.h
@@ -59,7 +59,7 @@ class KisPaintLayer;
class KisPerspectiveGrid;
class KRITACORE_EXPORT KisImage : public TQObject, public TDEShared {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_imagepipe_brush.h b/chalk/core/kis_imagepipe_brush.h
index 075071b9..2e926213 100644
--- a/chalk/core/kis_imagepipe_brush.h
+++ b/chalk/core/kis_imagepipe_brush.h
@@ -100,7 +100,7 @@ public:
class KisImagePipeBrush : public KisBrush {
typedef KisBrush super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_layer.h b/chalk/core/kis_layer.h
index 6f99ae68..7db26b6e 100644
--- a/chalk/core/kis_layer.h
+++ b/chalk/core/kis_layer.h
@@ -40,7 +40,7 @@ class KisGroupLayer;
**/
class KRITACORE_EXPORT KisLayer : public TQObject, public TDEShared
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_math_toolbox.h b/chalk/core/kis_math_toolbox.h
index f79b7b94..a228accd 100644
--- a/chalk/core/kis_math_toolbox.h
+++ b/chalk/core/kis_math_toolbox.h
@@ -32,7 +32,7 @@
#include <new>
class KisMathToolbox : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
struct KisFloatRepresentation {
diff --git a/chalk/core/kis_paint_device.h b/chalk/core/kis_paint_device.h
index 23ce651f..e36abaf7 100644
--- a/chalk/core/kis_paint_device.h
+++ b/chalk/core/kis_paint_device.h
@@ -75,7 +75,7 @@ class KRITACORE_EXPORT KisPaintDevice
, public TDEShared
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_paint_layer.h b/chalk/core/kis_paint_layer.h
index 5f2ba06d..2fe49e36 100644
--- a/chalk/core/kis_paint_layer.h
+++ b/chalk/core/kis_paint_layer.h
@@ -28,7 +28,7 @@
class KisPaintLayer : public KisLayer, public KisLayerSupportsIndirectPainting {
typedef KisLayer super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_paintop_registry.h b/chalk/core/kis_paintop_registry.h
index ee54988f..2066bc8f 100644
--- a/chalk/core/kis_paintop_registry.h
+++ b/chalk/core/kis_paintop_registry.h
@@ -37,7 +37,7 @@ class KisInputDevice;
class KRITACORE_EXPORT KisPaintOpRegistry : public TQObject, public KisGenericRegistry<KisPaintOpFactorySP>
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_palette.h b/chalk/core/kis_palette.h
index 2e842b52..18ffd6b1 100644
--- a/chalk/core/kis_palette.h
+++ b/chalk/core/kis_palette.h
@@ -50,7 +50,7 @@ struct KisPaletteEntry {
class KisPalette : public KisResource {
typedef KisResource super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_pattern.h b/chalk/core/kis_pattern.h
index 5c76d6c6..dc5b2a12 100644
--- a/chalk/core/kis_pattern.h
+++ b/chalk/core/kis_pattern.h
@@ -34,7 +34,7 @@ class KisPaintDevice;
class KisPattern : public KisResource {
typedef KisResource super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/core/kis_resource.h b/chalk/core/kis_resource.h
index 3c089f1c..f06675a0 100644
--- a/chalk/core/kis_resource.h
+++ b/chalk/core/kis_resource.h
@@ -31,7 +31,7 @@
*/
class KisResource : public TQObject {
typedef TQObject super;
- Q_OBJECT
+ TQ_OBJECT
public: