aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger/spacy path/app with space.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/debugger/spacy path/app with space.cpp')
-rw-r--r--tests/manual/debugger/spacy path/app with space.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/tests/manual/debugger/spacy path/app with space.cpp b/tests/manual/debugger/spacy path/app with space.cpp
index 82b406cd26..496417f1af 100644
--- a/tests/manual/debugger/spacy path/app with space.cpp
+++ b/tests/manual/debugger/spacy path/app with space.cpp
@@ -29,26 +29,26 @@
**
**************************************************************************/
-#include <QtCore/QDebug>
-#include <QtCore/QDir>
-#include <QtCore/QHash>
-#include <QtCore/QLibrary>
-#include <QtCore/QMap>
-#include <QtCore/QPointer>
-#include <QtCore/QString>
-#include <QtCore/QThread>
-#include <QtCore/QVariant>
-#include <QtCore/QVector>
-
-#include <QtGui/QApplication>
-#include <QtGui/QAction>
-#include <QtGui/QColor>
-#include <QtGui/QFont>
-#include <QtGui/QLabel>
-#include <QtGui/QPainter>
-#include <QtGui/QPainterPath>
-
-#include <QtNetwork/QHostAddress>
+#include <QDebug>
+#include <QDir>
+#include <QHash>
+#include <QLibrary>
+#include <QMap>
+#include <QPointer>
+#include <QString>
+#include <QThread>
+#include <QVariant>
+#include <QVector>
+
+#include <QApplication>
+#include <QAction>
+#include <QColor>
+#include <QFont>
+#include <QLabel>
+#include <QPainter>
+#include <QPainterPath>
+
+#include <QHostAddress>
#include <iostream>