diff options
Diffstat (limited to 'examples/drawdemo/drawdemo.cpp')
-rw-r--r-- | examples/drawdemo/drawdemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/drawdemo/drawdemo.cpp b/examples/drawdemo/drawdemo.cpp index 013da8466..915e218bf 100644 --- a/examples/drawdemo/drawdemo.cpp +++ b/examples/drawdemo/drawdemo.cpp @@ -130,7 +130,7 @@ DrawThing ourDrawFunctions[] = { class DrawView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DrawView(); ~DrawView(); |