aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-10-24 20:02:55 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 11:50:54 +0100
commit516e6f09375d72088147724fad2acbd762805469 (patch)
treeb4b7a755454a320e63b7a9f73137b2a27b6e3649 /tests
parent8760c27d7c5fd6da9b6922608cc9bd9e361e210f (diff)
Change camel-case header <QWinFunctions> to <QtWin>
Name the header after its namespace, to reduce the number of names developers must remember. Change-Id: I7b653886c1b504678d73117dfa4a9bfe2a2edbc4 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qpixmap/tst_qpixmap.cpp2
-rw-r--r--tests/manual/dwmfeatures/testwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qpixmap/tst_qpixmap.cpp b/tests/auto/qpixmap/tst_qpixmap.cpp
index 62de7bf..81be39a 100644
--- a/tests/auto/qpixmap/tst_qpixmap.cpp
+++ b/tests/auto/qpixmap/tst_qpixmap.cpp
@@ -44,7 +44,7 @@
#include <QtCore/QFileInfo>
#include <QtGui/QPixmap>
#include <QtGui/QImage>
-#include <QtWinExtras/QWinFunctions>
+#include <QtWinExtras/QtWin>
class tst_QPixmap : public QObject
{
diff --git a/tests/manual/dwmfeatures/testwidget.cpp b/tests/manual/dwmfeatures/testwidget.cpp
index 2d02d14..03c6a9d 100644
--- a/tests/manual/dwmfeatures/testwidget.cpp
+++ b/tests/manual/dwmfeatures/testwidget.cpp
@@ -42,7 +42,7 @@
#include "testwidget.h"
#include "ui_testwidget.h"
-#include <QWinFunctions>
+#include <QtWin>
#include <QWinEvent>
#include <QDebug>
#include <qt_windows.h>