Fix broken build after rename.

This commit is contained in:
kh1 2011-06-09 13:45:22 +02:00
parent 77f94dedc2
commit b43eea3bbb
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>