summaryrefslogtreecommitdiffstats
path: root/kturtle/src
diff options
context:
space:
mode:
Diffstat (limited to 'kturtle/src')
-rw-r--r--kturtle/src/canvas.h2
-rw-r--r--kturtle/src/dialogs.h6
-rw-r--r--kturtle/src/executer.h2
-rw-r--r--kturtle/src/kturtle.h2
-rw-r--r--kturtle/src/parser.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/kturtle/src/canvas.h b/kturtle/src/canvas.h
index b5ad54a1..c2fb7c27 100644
--- a/kturtle/src/canvas.h
+++ b/kturtle/src/canvas.h
@@ -24,7 +24,7 @@
class Canvas : public TQCanvasView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kturtle/src/dialogs.h b/kturtle/src/dialogs.h
index bd4431c8..d652dd5f 100644
--- a/kturtle/src/dialogs.h
+++ b/kturtle/src/dialogs.h
@@ -52,7 +52,7 @@ struct errorData
class ErrorMessage : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -97,7 +97,7 @@ class ErrorMessage : public KDialogBase
class ColorPicker : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -150,7 +150,7 @@ class ColorPicker : public KDialogBase
class RestartOrBack : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kturtle/src/executer.h b/kturtle/src/executer.h
index 7cf48ddd..6a892285 100644
--- a/kturtle/src/executer.h
+++ b/kturtle/src/executer.h
@@ -34,7 +34,7 @@ typedef stack<Value> runstack;
class Executer : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kturtle/src/kturtle.h b/kturtle/src/kturtle.h
index b9dfd00c..f42cbe81 100644
--- a/kturtle/src/kturtle.h
+++ b/kturtle/src/kturtle.h
@@ -45,7 +45,7 @@ class TDERecentFilesAction;
class MainWindow : public KParts::MainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kturtle/src/parser.h b/kturtle/src/parser.h
index d1baf5d1..b05a354b 100644
--- a/kturtle/src/parser.h
+++ b/kturtle/src/parser.h
@@ -28,7 +28,7 @@
class Parser : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: