summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-15 12:39:03 +0200
committerkh1 <qt-info@nokia.com>2011-06-15 12:39:03 +0200
commit4d78ddd97cf97621ac5b84d7cd2e5e1f800b41b9 (patch)
tree64d2e7829e2b694002295fb292e1e795ac0fc9a9 /examples
parent412c3e226e10fe8d2627a79d19b10dc60cf03efe (diff)
Rename header/ source files to match class name.
Fix includes as well.
Diffstat (limited to 'examples')
-rw-r--r--examples/testapp/componentselectiondialog.cpp2
-rw-r--r--examples/testapp/mainwindow.h2
-rw-r--r--examples/testapp/updateagent.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/testapp/componentselectiondialog.cpp b/examples/testapp/componentselectiondialog.cpp
index d1e7f5105..4db0a2d5d 100644
--- a/examples/testapp/componentselectiondialog.cpp
+++ b/examples/testapp/componentselectiondialog.cpp
@@ -35,7 +35,7 @@
#include <component.h>
#include <componentmodel.h>
-#include <qinstaller.h>
+#include <packagemanagercore.h>
#include <QtGui/QHeaderView>
#include <QtGui/QPushButton>
diff --git a/examples/testapp/mainwindow.h b/examples/testapp/mainwindow.h
index 1509edfe6..ae01486e1 100644
--- a/examples/testapp/mainwindow.h
+++ b/examples/testapp/mainwindow.h
@@ -24,7 +24,7 @@
**
**************************************************************************/
-#include <qinstaller.h>
+#include <packagemanagercore.h>
#include <common/installersettings.h>
#include <KDUpdater/Application>
diff --git a/examples/testapp/updateagent.cpp b/examples/testapp/updateagent.cpp
index 7a747cc56..8b35aa1af 100644
--- a/examples/testapp/updateagent.cpp
+++ b/examples/testapp/updateagent.cpp
@@ -36,7 +36,7 @@
#include <common/binaryformat.h>
#include <common/errors.h>
#include <component.h>
-#include <qinstaller.h>
+#include <packagemanagercore.h>
#include <updatesettings.h>
#include <QtCore/QDateTime>