diff options
Diffstat (limited to 'examples/thread/prodcons/prodcons.cpp')
-rw-r--r-- | examples/thread/prodcons/prodcons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index ec4e68c5a..7f182f850 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -220,7 +220,7 @@ void ConsThread::run() class ProdCons : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ProdCons(); |