summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdecore/CMakeLists.txt2
-rw-r--r--tdecore/Makefile.am2
-rw-r--r--tdecore/kprocctrl.h1
-rw-r--r--win/pro_files/tdecore/tdecore.pro2
4 files changed, 3 insertions, 4 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt
index cabd1d26e..f56a92aca 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 tdeprocess.h tdeprocctrl.h kprocctrl.h
+ kcharsets.h tdeversion.h kpty.h tdeprocess.h tdeprocctrl.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 c03350fbb..d30506507 100644
--- a/tdecore/Makefile.am
+++ b/tdecore/Makefile.am
@@ -41,7 +41,7 @@ include_HEADERS = tdeconfig.h tdeconfigskeleton.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 tdeprocess.h \
- kprocctrl.h tdeprocctrl.h tdelocale.h kicontheme.h kiconloader.h kdebug.h \
+ tdeprocctrl.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 \
kregexp.h kcompletion.h kstringhandler.h \
diff --git a/tdecore/kprocctrl.h b/tdecore/kprocctrl.h
deleted file mode 100644
index 13b6d585b..000000000
--- a/tdecore/kprocctrl.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "tdeprocctrl.h"
diff --git a/win/pro_files/tdecore/tdecore.pro b/win/pro_files/tdecore/tdecore.pro
index b45340fec..ddf1003ee 100644
--- a/win/pro_files/tdecore/tdecore.pro
+++ b/win/pro_files/tdecore/tdecore.pro
@@ -86,7 +86,7 @@ tdesycocafactory.cpp \
tdeapplication.cpp \
kapplication_win.cpp \
tdeappdcopinterface.cpp \
-kprocctrl.cpp \
+tdeprocctrl.cpp \
kdesktopfile.cpp \
kbufferedio.cpp \
netsupp_win32.cpp \