summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/testapp/componentselectiondialog.cpp2
-rw-r--r--examples/testapp/updateagent.cpp2
-rw-r--r--installerbuilder/installerbase/installerbasecommons.cpp2
-rw-r--r--installerbuilder/installerbase/tabcontroller.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/testapp/componentselectiondialog.cpp b/examples/testapp/componentselectiondialog.cpp
index b7f620d39..cad923b52 100644
--- a/examples/testapp/componentselectiondialog.cpp
+++ b/examples/testapp/componentselectiondialog.cpp
@@ -33,9 +33,9 @@
#include "componentselectiondialog.h"
#include "ui_componentselectiondialog.h"
+#include <component.h>
#include <componentmodel.h>
#include <qinstaller.h>
-#include <qinstallercomponent.h>
#include <QtGui/QHeaderView>
#include <QtGui/QPushButton>
diff --git a/examples/testapp/updateagent.cpp b/examples/testapp/updateagent.cpp
index 7f7722c08..e68eae1ea 100644
--- a/examples/testapp/updateagent.cpp
+++ b/examples/testapp/updateagent.cpp
@@ -35,8 +35,8 @@
#include <common/binaryformatenginehandler.h>
#include <common/binaryformat.h>
#include <common/errors.h>
+#include <component.h>
#include <qinstaller.h>
-#include <qinstallercomponent.h>
#include <updatesettings.h>
#include <QtCore/QDateTime>
diff --git a/installerbuilder/installerbase/installerbasecommons.cpp b/installerbuilder/installerbase/installerbasecommons.cpp
index e43a3e120..ff8cea96c 100644
--- a/installerbuilder/installerbase/installerbasecommons.cpp
+++ b/installerbuilder/installerbase/installerbasecommons.cpp
@@ -33,9 +33,9 @@
#include "installerbasecommons.h"
#include <common/installersettings.h>
+#include <component.h>
#include <messageboxhandler.h>
#include <qinstaller.h>
-#include <qinstallercomponent.h>
#include <QtCore/QDir>
#include <QtCore/QFileInfo>
diff --git a/installerbuilder/installerbase/tabcontroller.cpp b/installerbuilder/installerbase/tabcontroller.cpp
index 03f689029..d002215fe 100644
--- a/installerbuilder/installerbase/tabcontroller.cpp
+++ b/installerbuilder/installerbase/tabcontroller.cpp
@@ -34,8 +34,8 @@
#include "installerbasecommons.h"
#include <common/utils.h>
+#include <component.h>
#include <qinstaller.h>
-#include <qinstallercomponent.h>
#include <QtCore/QPointer>
#include <QtCore/QTimer>