diff options
Diffstat (limited to 'vcs/cvsservice')
-rw-r--r-- | vcs/cvsservice/cvspart.cpp | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvspartimpl.cpp | 2 | ||||
-rw-r--r-- | vcs/cvsservice/integrator/integratordlg.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcs/cvsservice/cvspart.cpp b/vcs/cvsservice/cvspart.cpp index ca7c26ab..47e1bd68 100644 --- a/vcs/cvsservice/cvspart.cpp +++ b/vcs/cvsservice/cvspart.cpp @@ -28,7 +28,7 @@ #include <tdeapplication.h> #include <tdemainwindow.h> // Because of KShellProcess::quote() -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <dcopref.h> diff --git a/vcs/cvsservice/cvspartimpl.cpp b/vcs/cvsservice/cvspartimpl.cpp index 28203e91..26d3fbd2 100644 --- a/vcs/cvsservice/cvspartimpl.cpp +++ b/vcs/cvsservice/cvspartimpl.cpp @@ -19,7 +19,7 @@ #include <kdebug.h> #include <tdeversion.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tdemainwindow.h> #include <dcopref.h> diff --git a/vcs/cvsservice/integrator/integratordlg.cpp b/vcs/cvsservice/integrator/integratordlg.cpp index e44ed9e7..b2605bf7 100644 --- a/vcs/cvsservice/integrator/integratordlg.cpp +++ b/vcs/cvsservice/integrator/integratordlg.cpp @@ -30,7 +30,7 @@ #include <tdeapplication.h> #include <kdialogbase.h> #include <kurlrequester.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <tdemessagebox.h> #include <kdebug.h> |