aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/ssh/shell/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/ssh/shell/main.cpp')
-rw-r--r--tests/manual/ssh/shell/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/ssh/shell/main.cpp b/tests/manual/ssh/shell/main.cpp
index 18c91ac7f4..ba51eae3c0 100644
--- a/tests/manual/ssh/shell/main.cpp
+++ b/tests/manual/ssh/shell/main.cpp
@@ -34,9 +34,9 @@
#include <utils/ssh/sshconnection.h>
-#include <QtCore/QCoreApplication>
-#include <QtCore/QObject>
-#include <QtCore/QStringList>
+#include <QCoreApplication>
+#include <QObject>
+#include <QStringList>
#include <cstdlib>
#include <iostream>