From 4ebc5a806d3ee6228872041596e29eb9db0631dc Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 20 Jul 2023 15:45:12 +0900
Subject: Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 doc/html/_sources/using.txt | 2 +-
 doc/html/using.html         | 2 +-
 sphinx/using.rst            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/html/_sources/using.txt b/doc/html/_sources/using.txt
index 427888f..ed8bfc8 100644
--- a/doc/html/_sources/using.txt
+++ b/doc/html/_sources/using.txt
@@ -214,7 +214,7 @@ The ``hello.h`` header file looks something like this::
 
     class Hello : public QLabel {
         // This is needed by the Qt Meta-Object Compiler.
-        Q_OBJECT
+        TQ_OBJECT
 
     public:
         Hello(QWidget *parent = 0);
diff --git a/doc/html/using.html b/doc/html/using.html
index ea519af..6cd3dbf 100644
--- a/doc/html/using.html
+++ b/doc/html/using.html
@@ -253,7 +253,7 @@ in the Windows version of the library.</p>
 
 class Hello : public TQLabel {
     // This is needed by the TQt Meta-Object Compiler.
-    Q_OBJECT
+    TQ_OBJECT
   TQ_OBJECT
 
 public:
diff --git a/sphinx/using.rst b/sphinx/using.rst
index f703e8c..d13bd8a 100644
--- a/sphinx/using.rst
+++ b/sphinx/using.rst
@@ -214,7 +214,7 @@ The ``hello.h`` header file looks something like this::
 
     class Hello : public QLabel {
         // This is needed by the Qt Meta-Object Compiler.
-        Q_OBJECT
+        TQ_OBJECT
 
     public:
         Hello(QWidget *parent = 0);
-- 
cgit v1.2.3

