summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable/environmentvariabletest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/environmentvariable/environmentvariabletest.cpp')
-rw-r--r--tests/environmentvariable/environmentvariabletest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/environmentvariable/environmentvariabletest.cpp b/tests/environmentvariable/environmentvariabletest.cpp
index 806b8f736..d82098680 100644
--- a/tests/environmentvariable/environmentvariabletest.cpp
+++ b/tests/environmentvariable/environmentvariabletest.cpp
@@ -37,8 +37,6 @@
#include "init.h"
-#include <kdupdaterapplication.h>
-
#include <QDir>
#include <QDirIterator>
#include <QFileInfo>
@@ -55,7 +53,6 @@ void EnvironmentVariableTest::testPersistentNonSystem()
#ifndef Q_OS_WIN
QSKIP("This operation only works on Windows");
#endif
- KDUpdater::Application app;
QString key = QLatin1String("IFW_TestKey");
QString value = QLatin1String("IFW_TestValue");
QInstaller::EnvironmentVariableOperation op;
@@ -84,7 +81,6 @@ void EnvironmentVariableTest::testNonPersistentNonSystem()
#ifndef Q_OS_WIN
QSKIP("This operation only works on Windows");
#endif
- KDUpdater::Application app;
QString key = QLatin1String("IFW_TestKey");
QString value = QLatin1String("IFW_TestValue");
QInstaller::EnvironmentVariableOperation op;