summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2011-11-18 23:13:00 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-11-21 12:13:09 +0100
commit2f330d359eb7999f9ef83d22dd0632c3326dd6e1 (patch)
tree6ea5b0ec19f6b33bc8430fd139b3913e469c2db4 /examples
parent30e148a16d464a0589278845c50cb64731c40d97 (diff)
Remove re-directing KD* header.
Change-Id: I840d5d7739161300b38ac9b77eaabb2840c9fe02 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/downloadspeed/main.cpp5
-rw-r--r--examples/testapp/main.cpp2
-rw-r--r--examples/testapp/mainwindow.cpp2
3 files changed, 5 insertions, 4 deletions
diff --git a/examples/downloadspeed/main.cpp b/examples/downloadspeed/main.cpp
index 026d0f124..0648b5547 100644
--- a/examples/downloadspeed/main.cpp
+++ b/examples/downloadspeed/main.cpp
@@ -19,8 +19,9 @@
** clear to you.
**
**********************************************************************/
-#include <KDUpdater/FileDownloader>
-#include <KDUpdater/FileDownloaderFactory>
+
+#include <KDUpdater/kdupdaterfiledownloader.h>
+#include <KDUpdater/kdupdaterfiledownloaderfactory.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QDebug>
diff --git a/examples/testapp/main.cpp b/examples/testapp/main.cpp
index edd7cdaa6..96bad3db5 100644
--- a/examples/testapp/main.cpp
+++ b/examples/testapp/main.cpp
@@ -34,7 +34,7 @@
#include <init.h>
-#include <KDToolsCore/KDSelfRestarter>
+#include <KDToolsCore/kdselfrestarter.h>
#include <QtGui/QApplication>
diff --git a/examples/testapp/mainwindow.cpp b/examples/testapp/mainwindow.cpp
index 7683671e6..9491ebac4 100644
--- a/examples/testapp/mainwindow.cpp
+++ b/examples/testapp/mainwindow.cpp
@@ -40,7 +40,7 @@
#include <common/errors.h>
#include <updatesettings.h>
-#include <KDToolsCore/KDSelfRestarter>
+#include <KDToolsCore/kdselfrestarter.h>
#include <QtGui/QAbstractButton>
#include <QtGui/QApplication>