diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:45:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 16:59:36 +0900 |
commit | bb61ff59a532dcb21dd6157832d1e7586a184281 (patch) | |
tree | 118d16b6dfd2fefd89755d1ee361e8ee089e19f8 /doc/html/_sources | |
parent | a2339567fb8cbe8abbba1ade8941bc0452d13bc9 (diff) | |
download | sip4-tqt-bb61ff59a532dcb21dd6157832d1e7586a184281.tar.gz sip4-tqt-bb61ff59a532dcb21dd6157832d1e7586a184281.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4ebc5a806d3ee6228872041596e29eb9db0631dc)
Diffstat (limited to 'doc/html/_sources')
-rw-r--r-- | doc/html/_sources/using.txt | 2 |
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); |