summaryrefslogtreecommitdiffstats
path: root/examples/testapp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testapp')
-rw-r--r--examples/testapp/main.cpp2
-rw-r--r--examples/testapp/mainwindow.cpp2
2 files changed, 2 insertions, 2 deletions
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>