diff options
Diffstat (limited to 'examples/animation/stickman/stickman.h')
-rw-r--r-- | examples/animation/stickman/stickman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/animation/stickman/stickman.h b/examples/animation/stickman/stickman.h index 46863a3..6395272 100644 --- a/examples/animation/stickman/stickman.h +++ b/examples/animation/stickman/stickman.h @@ -47,7 +47,9 @@ const int LimbCount = 16; class Node; +QT_BEGIN_NAMESPACE class QTimer; +QT_END_NAMESPACE class StickMan: public QObject, public QGraphicsItem { Q_OBJECT |