summaryrefslogtreecommitdiffstats
path: root/kbabel/catalogmanager
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 13:08:26 +0900
committerMichele Calgaro <[email protected]>2024-12-02 13:08:26 +0900
commitd61386ca8c84ff7b6680cff7070d0d3d20ed686c (patch)
treedb2808e0f74ea29948c4291bb2fe641866b91491 /kbabel/catalogmanager
parent09d880cffc92aaa038a909b5e474a5f85784d4ef (diff)
downloadtdesdk-master.tar.gz
tdesdk-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kbabel/catalogmanager')
-rw-r--r--kbabel/catalogmanager/catalogmanager.h2
-rw-r--r--kbabel/catalogmanager/catalogmanagerview.h2
-rw-r--r--kbabel/catalogmanager/libcvs/cvsdialog.cpp2
-rw-r--r--kbabel/catalogmanager/libsvn/svndialog.cpp2
-rw-r--r--kbabel/catalogmanager/libsvn/svnhandler.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/kbabel/catalogmanager/catalogmanager.h b/kbabel/catalogmanager/catalogmanager.h
index 6eff80ae..bec8791a 100644
--- a/kbabel/catalogmanager/catalogmanager.h
+++ b/kbabel/catalogmanager/catalogmanager.h
@@ -44,7 +44,7 @@
#include <tdeversion.h>
#include <tdemainwindow.h>
#include <kdirwatch.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqptrlist.h>
#include "projectsettings.h"
diff --git a/kbabel/catalogmanager/catalogmanagerview.h b/kbabel/catalogmanager/catalogmanagerview.h
index 4d31a66a..385b9d32 100644
--- a/kbabel/catalogmanager/catalogmanagerview.h
+++ b/kbabel/catalogmanager/catalogmanagerview.h
@@ -44,7 +44,7 @@
#include <kdialogbase.h>
#include <kdirwatch.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqptrlist.h>
#include "kbproject.h"
diff --git a/kbabel/catalogmanager/libcvs/cvsdialog.cpp b/kbabel/catalogmanager/libcvs/cvsdialog.cpp
index d7f1ba4f..a2501b19 100644
--- a/kbabel/catalogmanager/libcvs/cvsdialog.cpp
+++ b/kbabel/catalogmanager/libcvs/cvsdialog.cpp
@@ -50,7 +50,7 @@
#include <kdebug.h>
#include <tdeglobal.h>
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <tdemessagebox.h>
#include <kstringhandler.h>
diff --git a/kbabel/catalogmanager/libsvn/svndialog.cpp b/kbabel/catalogmanager/libsvn/svndialog.cpp
index f40fc45e..46f43fa7 100644
--- a/kbabel/catalogmanager/libsvn/svndialog.cpp
+++ b/kbabel/catalogmanager/libsvn/svndialog.cpp
@@ -49,7 +49,7 @@
#include <kdebug.h>
#include <tdeglobal.h>
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <tdemessagebox.h>
#include <kstringhandler.h>
diff --git a/kbabel/catalogmanager/libsvn/svnhandler.cpp b/kbabel/catalogmanager/libsvn/svnhandler.cpp
index fc4058fd..e373457f 100644
--- a/kbabel/catalogmanager/libsvn/svnhandler.cpp
+++ b/kbabel/catalogmanager/libsvn/svnhandler.cpp
@@ -50,7 +50,7 @@
#include <tdemessagebox.h>
#include <tdetempfile.h>
#include <kdebug.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
// project specific include files
#include "svnhandler.h"