summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/transformations/window.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2012-11-23 11:52:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-23 17:04:00 +0100
commitcbf3771e86272c10519394627784d6c1088f3a3b (patch)
treef526458bba0f2c5fe8ae1c05b678d9966a4eaf77 /examples/widgets/painting/transformations/window.h
parent92724e533d13f56d359122d7d83ddc2316a75ef8 (diff)
QtBase: examples/widgets/painting code style
Change-Id: I3d3c6f3bae20ac8383279437f8f89c92195a704f Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/widgets/painting/transformations/window.h')
-rw-r--r--examples/widgets/painting/transformations/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/painting/transformations/window.h b/examples/widgets/painting/transformations/window.h
index 2b288446b8..36edd45b92 100644
--- a/examples/widgets/painting/transformations/window.h
+++ b/examples/widgets/painting/transformations/window.h
@@ -41,12 +41,12 @@
#ifndef WINDOW_H
#define WINDOW_H
+#include "renderarea.h"
+
#include <QList>
#include <QPainterPath>
#include <QWidget>
-#include "renderarea.h"
-
QT_BEGIN_NAMESPACE
class QComboBox;
QT_END_NAMESPACE