summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbase_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/installerbase/installerbase_p.cpp')
-rw-r--r--installerbuilder/installerbase/installerbase_p.cpp32
1 files changed, 15 insertions, 17 deletions
diff --git a/installerbuilder/installerbase/installerbase_p.cpp b/installerbuilder/installerbase/installerbase_p.cpp
index 5482c137a..611e491bf 100644
--- a/installerbuilder/installerbase/installerbase_p.cpp
+++ b/installerbuilder/installerbase/installerbase_p.cpp
@@ -29,21 +29,19 @@
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
-
#include "installerbase_p.h"
-#include <common/binaryformat.h>
-#include <common/errors.h>
-#include <common/fileutils.h>
-#include <common/utils.h>
+#include <binaryformat.h>
+#include <errors.h>
+#include <fileutils.h>
#include <lib7z_facade.h>
#include <qprocesswrapper.h>
+#include <utils.h>
+#include <kdsavefile.h>
#include <kdupdaterfiledownloader.h>
#include <kdupdaterfiledownloaderfactory.h>
-#include <kdsavefile.h>
-
#include <QtCore/QDir>
#include <QtCore/QDebug>
#include <QtCore/QTemporaryFile>
@@ -56,19 +54,19 @@
#include <iostream>
#ifdef Q_OS_WIN
-#include <wincon.h>
+# include <wincon.h>
-#ifndef ENABLE_INSERT_MODE
-# define ENABLE_INSERT_MODE 0x0020
-#endif
+# ifndef ENABLE_INSERT_MODE
+# define ENABLE_INSERT_MODE 0x0020
+# endif
-#ifndef ENABLE_QUICK_EDIT_MODE
-# define ENABLE_QUICK_EDIT_MODE 0x0040
-#endif
+# ifndef ENABLE_QUICK_EDIT_MODE
+# define ENABLE_QUICK_EDIT_MODE 0x0040
+# endif
-#ifndef ENABLE_EXTENDED_FLAGS
-# define ENABLE_EXTENDED_FLAGS 0x0080
-#endif
+# ifndef ENABLE_EXTENDED_FLAGS
+# define ENABLE_EXTENDED_FLAGS 0x0080
+# endif
#endif
using namespace KDUpdater;