summaryrefslogtreecommitdiffstats
path: root/examples/qtapp/myqt.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:46:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 21:44:34 +0900
commit743d5166334825284fbe90abb874c6cc4dbf0ee4 (patch)
tree2c1f9b790015257606707288bb59304c7ee71788 /examples/qtapp/myqt.h
parent9bce26ce902d7d2d13ca1359a68a538d86eb8250 (diff)
downloadlibksquirrel-743d5166.tar.gz
libksquirrel-743d5166.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c6b9cf3fa7d9597192601b58ab30eab7807a548c)
Diffstat (limited to 'examples/qtapp/myqt.h')
-rw-r--r--examples/qtapp/myqt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtapp/myqt.h b/examples/qtapp/myqt.h
index 9e63d4f..8369054 100644
--- a/examples/qtapp/myqt.h
+++ b/examples/qtapp/myqt.h
@@ -11,7 +11,7 @@
class MyQT : public QLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyQT(QWidget *parent = 0, const char *name = 0);