summaryrefslogtreecommitdiffstats
path: root/examples/qtapp/myqt.h
diff options
context:
space:
mode:
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);