aboutsummaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/winextras/iconextractor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/winextras/iconextractor/main.cpp b/examples/winextras/iconextractor/main.cpp
index 9277ac3..5c25a4b 100644
--- a/examples/winextras/iconextractor/main.cpp
+++ b/examples/winextras/iconextractor/main.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include <QWinFunctions>
+#include <QtWin>
#include <QGuiApplication>
#include <QScopedArrayPointer>