summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-09 13:45:22 +0200
committerkh1 <qt-info@nokia.com>2011-06-09 13:45:22 +0200
commitb43eea3bbb98d196287b7e8ee40aed1c4fa2dde5 (patch)
treeb758f662a60e67eadfd68a82d776540df2129fe5 /examples
parent77f94dedc213d85f4c9f894deaa32d2eca2f8ec6 (diff)
Fix broken build after rename.
Diffstat (limited to 'examples')
-rw-r--r--examples/testapp/componentselectiondialog.cpp2
-rw-r--r--examples/testapp/updateagent.cpp2
2 files changed, 2 insertions, 2 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>