summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworksession/lackey/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qnetworksession/lackey/main.cpp')
-rw-r--r--tests/auto/qnetworksession/lackey/main.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/qnetworksession/lackey/main.cpp b/tests/auto/qnetworksession/lackey/main.cpp
index 66d6dd4..8759b52 100644
--- a/tests/auto/qnetworksession/lackey/main.cpp
+++ b/tests/auto/qnetworksession/lackey/main.cpp
@@ -42,9 +42,10 @@
#include <QCoreApplication>
#include <QStringList>
#include <QLocalSocket>
-#include <qnetworkconfigmanager.h>
-#include <qnetworkconfiguration.h>
-#include <qnetworksession.h>
+
+#include <QtNetwork/qnetworkconfiguration.h>
+#include <QtNetwork/qnetworkconfigmanager.h>
+#include <QtNetwork/qnetworksession.h>
#include <QDebug>