summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2013-09-14 15:52:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-16 21:30:54 +0200
commit579de35909b7033632ca14ed4983914bfa7fb5ab (patch)
tree8e83b969396f0c279c7918ae22f60bad48c33231 /examples/widgets
parentedf1a5706eebb6f2df14c5f524c7261f88d6cd75 (diff)
stickman example: fix header include guard
Change-Id: I65f2187b309f075035ad6c8beab40bf2a177140c Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/animation/stickman/graphicsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/stickman/graphicsview.h b/examples/widgets/animation/stickman/graphicsview.h
index 8042a65897..60abb6448f 100644
--- a/examples/widgets/animation/stickman/graphicsview.h
+++ b/examples/widgets/animation/stickman/graphicsview.h
@@ -39,7 +39,7 @@
****************************************************************************/
#ifndef GRAPHICSVIEW_H
-#define GRAPHICSVIEW
+#define GRAPHICSVIEW_H
#include <QtWidgets/QGraphicsView>