aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tst_tools.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-10-16 10:07:08 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-10-16 15:52:05 +0200
commit95b639fe8bd4578ae7782d6dd913e0f109e77c97 (patch)
tree1dce7431e0c00337b10ccc82d7b9855ab8160d22 /tests/auto/tools/tst_tools.cpp
parent99c33be74443af45f96f41ef8ca01a8bc71a3f40 (diff)
Remove as much stuff as possible from the evil Qbs namespace.
The only thing left now are the classes whose names would clash if they were in the same namespace. During the move, it turned out we have quite a number of logging-related facilities, so introduce subdir "logging". Change-Id: I3b673cd4f75e2ca61605a88886cfcdcac6d6bcd6 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 4c3bf3506..a80beedcc 100644
--- a/tests/auto/tools/tst_tools.cpp
+++ b/tests/auto/tools/tst_tools.cpp
@@ -27,8 +27,8 @@
**
****************************************************************************/
+#include <logging/logger.h>
#include <tools/fileinfo.h>
-#include <tools/logger.h>
#include <tools/options.h>
#include <QDir>
#include <QtTest>