aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tst_tools.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-10-02 11:02:05 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-02 11:32:18 +0200
commit70eecb2b0ebd2bb68b350f8c4b79a7349b1ebd0e (patch)
tree86e85590a5aba192a21911d04c7b8bcac399803c /tests/auto/tools/tst_tools.cpp
parentce77ce4db209e9b757563106a261e81508195e20 (diff)
Rework #includes.
- Do not use the Qt module as a prefix. This serves no purpose and potentially introduces incompatibilities between different Qt versions. - While we're at it, also - sort #includes by file name - use the official file name instead of the internal one (e.g. QtGlobal instead of qglobal.h). - remove some excessive whitespace Change-Id: I9358b2571622ca661936382305d7f159b9770008 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/tools/tst_tools.cpp')
-rw-r--r--tests/auto/tools/tst_tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/tst_tools.cpp b/tests/auto/tools/tst_tools.cpp
index 8f1ec7737..a1a13ced5 100644
--- a/tests/auto/tools/tst_tools.cpp
+++ b/tests/auto/tools/tst_tools.cpp
@@ -38,7 +38,7 @@
#include <tools/logger.h>
#include <tools/fileinfo.h>
#include <tools/options.h>
-#include <QtTest/QtTest>
+#include <QtTest>
class TestFileInfo : public QObject
{