summaryrefslogtreecommitdiffstats
path: root/kjsembed/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:55 +0900
commitb9781b38d8fd868d592d6dee0417f6ab0ea57ac5 (patch)
tree4e2073eae14aafbd8acbd65a5c5c668400c2a9f0 /kjsembed/plugins
parent093291ecbc9d8af41de7e06904f1ba3a8b51dfdf (diff)
downloadtdebindings-b9781b38d8fd868d592d6dee0417f6ab0ea57ac5.tar.gz
tdebindings-b9781b38d8fd868d592d6dee0417f6ab0ea57ac5.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/plugins')
-rw-r--r--kjsembed/plugins/customqobject_plugin.h2
-rw-r--r--kjsembed/plugins/qprocess_plugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/plugins/customqobject_plugin.h b/kjsembed/plugins/customqobject_plugin.h
index 03f57769..0d6f2aac 100644
--- a/kjsembed/plugins/customqobject_plugin.h
+++ b/kjsembed/plugins/customqobject_plugin.h
@@ -38,7 +38,7 @@ public:
class MyCustomTQObjectImp : public TQObject {
-Q_OBJECT
+TQ_OBJECT
/** Identifiers for the methods provided by this class. */
enum Mode { On, Off };
diff --git a/kjsembed/plugins/qprocess_plugin.h b/kjsembed/plugins/qprocess_plugin.h
index 2aecc188..5993e0f9 100644
--- a/kjsembed/plugins/qprocess_plugin.h
+++ b/kjsembed/plugins/qprocess_plugin.h
@@ -39,7 +39,7 @@ public:
class ProcessImp : public TQProcess {
-Q_OBJECT
+TQ_OBJECT
/** Identifiers for the methods provided by this class. */
enum Communication { Stdin = 0x01, Stdout = 0x02, Stderr = 0x04, DupStderr = 0x08 };