@ -1,8 +1,6 @@
#ifndef COMPONENTSELECTIONPAGE_HPP
#define COMPONENTSELECTIONPAGE_HPP
#include <QWizardPage>
#include "ui_componentselectionpage.h"
namespace Wizard
#ifndef CONCLUSIONPAGE_HPP
#define CONCLUSIONPAGE_HPP
#include "ui_conclusionpage.h"
#ifndef EXISTINGINSTALLATIONPAGE_HPP
#define EXISTINGINSTALLATIONPAGE_HPP
#include "ui_existinginstallationpage.h"
#ifndef IMPORTPAGE_HPP
#define IMPORTPAGE_HPP
#include "ui_importpage.h"
@ -1,7 +1,5 @@
#include "inisettings.hpp"
#include <QDir>
#include <QTextStream>
#include <QFile>
#include <QStringList>
#ifndef INSTALLATIONTARGETPAGE_HPP
#define INSTALLATIONTARGETPAGE_HPP
#include "ui_installationtargetpage.h"
namespace Files
#ifndef INTROPAGE_HPP
#define INTROPAGE_HPP
#include "ui_intropage.h"
#ifndef LANGUAGESELECTIONPAGE_HPP
#define LANGUAGESELECTIONPAGE_HPP
#include "ui_languageselectionpage.h"
#include <QApplication>
#include <QTextCodec>
#include <QDebug>
#include "mainwizard.hpp"
@ -1,9 +1,7 @@
#ifndef MAINWIZARD_HPP
#define MAINWIZARD_HPP
#include <QProcess>
#include <QWizard>
#include <QMap>
#include <components/process/processinvoker.hpp>
#ifndef METHODSELECTIONPAGE_HPP
#define METHODSELECTIONPAGE_HPP
#include "ui_methodselectionpage.h"
@ -1,7 +1,6 @@
#include "componentlistwidget.hpp"
ComponentListWidget::ComponentListWidget(QWidget *parent) :
QListWidget(parent)