summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/environmentvariable
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2011-11-18 23:13:00 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-11-21 12:13:09 +0100
commit2f330d359eb7999f9ef83d22dd0632c3326dd6e1 (patch)
tree6ea5b0ec19f6b33bc8430fd139b3913e469c2db4 /installerbuilder/tests/environmentvariable
parent30e148a16d464a0589278845c50cb64731c40d97 (diff)
Remove re-directing KD* header.
Change-Id: I840d5d7739161300b38ac9b77eaabb2840c9fe02 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/tests/environmentvariable')
-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