summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 21:12:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 21:12:03 +0900
commit027072b75993d23fd7ca2235ba575c4a6bb358f2 (patch)
tree970eb28cab78ee36eaed31ee77507e8e0278a793
parent82dccd164af817246a3116ee8cf9c1bdcdf72d2d (diff)
downloadtdelibs-027072b75993d23fd7ca2235ba575c4a6bb358f2.tar.gz
tdelibs-027072b75993d23fd7ca2235ba575c4a6bb358f2.zip
Remove temporary kprocess.h headerHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdecore/CMakeLists.txt2
-rw-r--r--tdecore/Makefile.am2
-rw-r--r--tdecore/kprocess.h1
3 files changed, 2 insertions, 3 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt
index 18ce4eda9..47b055921 100644
--- a/tdecore/CMakeLists.txt
+++ b/tdecore/CMakeLists.txt
@@ -53,7 +53,7 @@ install( FILES
tdeconfigdialogmanager.h tdeconfigbase.h kdesktopfile.h
kurl.h ksock.h tdeaboutdata.h tdecmdlineargs.h tdeconfigbackend.h
tdeapplication.h tdeuniqueapplication.h
- kcharsets.h tdeversion.h kpty.h kprocess.h tdeprocess.h kprocctrl.h
+ kcharsets.h tdeversion.h kpty.h tdeprocess.h kprocctrl.h
tdelocale.h kicontheme.h kiconloader.h kdebug.h twinmodule.h
twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h
kglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h
diff --git a/tdecore/Makefile.am b/tdecore/Makefile.am
index ada41910c..94609314c 100644
--- a/tdecore/Makefile.am
+++ b/tdecore/Makefile.am
@@ -40,7 +40,7 @@ include_HEADERS = tdeconfig.h tdeconfigskeleton.h \
tdeconfigdata.h ksimpleconfig.h tdeconfigdialogmanager.h \
tdeconfigbase.h kdesktopfile.h kurl.h ksock.h tdeaboutdata.h \
tdecmdlineargs.h tdeconfigbackend.h tdeapplication.h \
- tdeuniqueapplication.h kcharsets.h tdeversion.h kpty.h kprocess.h tdeprocess.h \
+ tdeuniqueapplication.h kcharsets.h tdeversion.h kpty.h tdeprocess.h \
kprocctrl.h tdelocale.h kicontheme.h kiconloader.h kdebug.h \
twinmodule.h twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h \
kglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h \
diff --git a/tdecore/kprocess.h b/tdecore/kprocess.h
deleted file mode 100644
index 216868501..000000000
--- a/tdecore/kprocess.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <tdeprocess.h>