summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/htmlwidget.cpp2
-rw-r--r--src/scanwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlwidget.cpp b/src/htmlwidget.cpp
index 3a0b395..6c4cb8c 100644
--- a/src/htmlwidget.cpp
+++ b/src/htmlwidget.cpp
@@ -30,7 +30,7 @@
#include <tdehtmlview.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include "htmlwidget.h"
diff --git a/src/scanwidget.cpp b/src/scanwidget.cpp
index aaf8d04..4f0bfd2 100644
--- a/src/scanwidget.cpp
+++ b/src/scanwidget.cpp
@@ -39,7 +39,7 @@
#include <kdebug.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <ktabwidget.h>
#include <kurl.h>