summaryrefslogtreecommitdiffstats
path: root/tdehtml
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-01 22:25:19 +0900
committerMichele Calgaro <[email protected]>2024-12-01 22:35:33 +0900
commitbdb1b502083e00fe5929f9ca4204bfaa87f15263 (patch)
tree9da2763c23135af429a077af5e6d95950e4464cd /tdehtml
parentae2d6f00fb611d1831928a8a57ddd67bc03a38a1 (diff)
downloadtdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.tar.gz
tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.zip
Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.
Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdehtml')
-rw-r--r--tdehtml/java/kjavaprocess.h2
-rw-r--r--tdehtml/tdehtml_ext.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/java/kjavaprocess.h b/tdehtml/java/kjavaprocess.h
index 4e00d4080..e035c0bec 100644
--- a/tdehtml/java/kjavaprocess.h
+++ b/tdehtml/java/kjavaprocess.h
@@ -22,7 +22,7 @@
#ifndef KJAVAPROCESS_H
#define KJAVAPROCESS_H
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqcstring.h>
/**
diff --git a/tdehtml/tdehtml_ext.cpp b/tdehtml/tdehtml_ext.cpp
index 63b4bc91b..c18cd53ac 100644
--- a/tdehtml/tdehtml_ext.cpp
+++ b/tdehtml/tdehtml_ext.cpp
@@ -46,7 +46,7 @@
#include <tdelocale.h>
#include <tdefiledialog.h>
#include <tdeio/job.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetoolbarbutton.h>
#include <tdetoolbar.h>
#include <ksavefile.h>