summaryrefslogtreecommitdiffstats
path: root/doc/html/_sources
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:45:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:45:12 +0900
commit4ebc5a806d3ee6228872041596e29eb9db0631dc (patch)
tree118d16b6dfd2fefd89755d1ee361e8ee089e19f8 /doc/html/_sources
parent566a2d4dc8fea5283e39e29717f7a93af9a59da1 (diff)
downloadsip4-tqt-4ebc5a806d3ee6228872041596e29eb9db0631dc.tar.gz
sip4-tqt-4ebc5a806d3ee6228872041596e29eb9db0631dc.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/_sources')
-rw-r--r--doc/html/_sources/using.txt2
1 files changed, 1 insertions, 1 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);