summaryrefslogtreecommitdiffstats
path: root/tests/auto/processmanager/testForkLauncher/testForkLauncher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/processmanager/testForkLauncher/testForkLauncher.cpp')
-rw-r--r--tests/auto/processmanager/testForkLauncher/testForkLauncher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/processmanager/testForkLauncher/testForkLauncher.cpp b/tests/auto/processmanager/testForkLauncher/testForkLauncher.cpp
index 64f507a..94457d0 100644
--- a/tests/auto/processmanager/testForkLauncher/testForkLauncher.cpp
+++ b/tests/auto/processmanager/testForkLauncher/testForkLauncher.cpp
@@ -45,7 +45,7 @@
#include <QJsonDocument>
#include <QJsonObject>
-#include "forklauncher.h"
+#include "qforklauncher.h"
#if defined(Q_OS_LINUX)
#include <sys/types.h>
@@ -134,7 +134,7 @@ private:
extern "C" Q_DECL_EXPORT int
main(int argc, char **argv)
{
- forklauncher(&argc, &argv);
+ qForkLauncher(&argc, &argv);
QCoreApplication app(argc, argv);
for (int i = 1 ; i < argc ; i++) {