diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:45:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:45:12 +0900 |
| commit | 4ebc5a806d3ee6228872041596e29eb9db0631dc (patch) | |
| tree | 118d16b6dfd2fefd89755d1ee361e8ee089e19f8 /doc/html/using.html | |
| parent | 566a2d4dc8fea5283e39e29717f7a93af9a59da1 (diff) | |
| download | sip4-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/using.html')
| -rw-r--r-- | doc/html/using.html | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
