summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2011-11-19 00:00:52 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-11-21 13:08:37 +0100
commit7d5c4a721178f35434d793c9a0235ad8a077da7a (patch)
tree167fa4665308cfd6615e1debff12984ad2376b26 /examples
parent2f330d359eb7999f9ef83d22dd0632c3326dd6e1 (diff)
Simplify KD* directory structure.
Change-Id: Ia6a4a9581873ada42aed3818d8fd2a4f41763f75 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/downloadspeed/main.cpp4
-rw-r--r--examples/testapp/main.cpp2
-rw-r--r--examples/testapp/mainwindow.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/downloadspeed/main.cpp b/examples/downloadspeed/main.cpp
index 0648b5547..835a38faa 100644
--- a/examples/downloadspeed/main.cpp
+++ b/examples/downloadspeed/main.cpp
@@ -20,8 +20,8 @@
**
**********************************************************************/
-#include <KDUpdater/kdupdaterfiledownloader.h>
-#include <KDUpdater/kdupdaterfiledownloaderfactory.h>
+#include <kdupdaterfiledownloader.h>
+#include <kdupdaterfiledownloaderfactory.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QDebug>
diff --git a/examples/testapp/main.cpp b/examples/testapp/main.cpp
index 96bad3db5..e7ded83fc 100644
--- a/examples/testapp/main.cpp
+++ b/examples/testapp/main.cpp
@@ -34,7 +34,7 @@
#include <init.h>
-#include <KDToolsCore/kdselfrestarter.h>
+#include <kdselfrestarter.h>
#include <QtGui/QApplication>
diff --git a/examples/testapp/mainwindow.cpp b/examples/testapp/mainwindow.cpp
index 9491ebac4..c10deac74 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.h>
+#include <kdselfrestarter.h>
#include <QtGui/QAbstractButton>
#include <QtGui/QApplication>