summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/windowflags/previewwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/windowflags/previewwindow.cpp')
-rw-r--r--examples/widgets/widgets/windowflags/previewwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/widgets/windowflags/previewwindow.cpp b/examples/widgets/widgets/windowflags/previewwindow.cpp
index 09e26fd7e4..8773dccb05 100644
--- a/examples/widgets/widgets/windowflags/previewwindow.cpp
+++ b/examples/widgets/widgets/windowflags/previewwindow.cpp
@@ -48,10 +48,10 @@
**
****************************************************************************/
-#include <QtWidgets>
-
#include "previewwindow.h"
+#include <QtWidgets>
+
//! [0]
PreviewWindow::PreviewWindow(QWidget *parent)
: QWidget(parent)