summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/environmentvariable/environmentvariabletest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/tests/environmentvariable/environmentvariabletest.cpp')
-rw-r--r--installerbuilder/tests/environmentvariable/environmentvariabletest.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/installerbuilder/tests/environmentvariable/environmentvariabletest.cpp b/installerbuilder/tests/environmentvariable/environmentvariabletest.cpp
index 9b95f577e..47b5eb76e 100644
--- a/installerbuilder/tests/environmentvariable/environmentvariabletest.cpp
+++ b/installerbuilder/tests/environmentvariable/environmentvariabletest.cpp
@@ -33,22 +33,23 @@
#include "environmentvariabletest.h"
#include "environmentvariablesoperation.h"
+#include "init.h"
+
+#include <KDUpdater/kdupdaterapplication.h>
+
#include <QDir>
#include <QDirIterator>
#include <QFileInfo>
#include <QStack>
#include <QSettings>
-#include <KDUpdater/Application>
-
-#include "init.h"
-
EnvironmentVariableTest::EnvironmentVariableTest()
{
QInstaller::init();
}
-void EnvironmentVariableTest::testPersistentNonSystem() {
+void EnvironmentVariableTest::testPersistentNonSystem()
+{
#ifndef Q_OS_WIN
QSKIP("This operation only works on Windows",SkipSingle);
#endif